/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19-11.8.3-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: u254843571_f9uy6
-- ------------------------------------------------------
-- Server version	11.8.3-MariaDB-log

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */;

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

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

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_actionscheduler_actions` VALUES
(5,'hostinger-reach/jobs/cleanup_carts/start','complete','2025-12-26 04:45:28','2025-12-26 04:45:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766724328;s:18:\"\0*\0first_timestamp\";i:1766724328;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766724328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,1,'2025-12-26 04:45:48','2025-12-26 04:45:48',1,NULL),
(6,'action_scheduler/migration_hook','complete','2025-12-26 04:46:28','2025-12-26 04:46:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766724388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766724388;}',2,1,'2025-12-26 04:47:11','2025-12-26 04:47:11',3,NULL),
(7,'hostinger-reach/jobs/cleanup_carts/start','failed','2025-12-27 04:45:48','2025-12-27 04:45:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766810748;s:18:\"\0*\0first_timestamp\";i:1766724328;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766810748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,1,'2026-01-13 09:04:06','2026-01-13 09:04:06',20,NULL),
(8,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-26 04:47:55','2025-12-26 04:47:55',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766724475;s:18:\"\0*\0first_timestamp\";i:1766724475;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766724475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-26 04:49:13','2025-12-26 04:49:13',6,NULL),
(9,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-27 04:49:13','2025-12-27 04:49:13',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766810953;s:18:\"\0*\0first_timestamp\";i:1766724475;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766810953;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2026-01-13 09:04:06','2026-01-13 09:04:06',20,NULL),
(10,'action_scheduler/migration_hook','complete','2026-01-13 09:05:06','2026-01-13 09:05:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1768295106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1768295106;}',2,1,'2026-01-13 09:05:27','2026-01-13 09:05:27',23,NULL),
(11,'hostinger-reach/jobs/cleanup_carts/start','pending','2026-01-14 09:04:06','2026-01-14 09:04:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768381446;s:18:\"\0*\0first_timestamp\";i:1766724328;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768381446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(12,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-01-14 09:04:06','2026-01-14 09:04:06',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768381446;s:18:\"\0*\0first_timestamp\";i:1766724475;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768381446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(13,'wpforms_process_forms_locator_scan','complete','2026-01-13 09:05:28','2026-01-13 09:05:28',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768295128;s:18:\"\0*\0first_timestamp\";i:1768295128;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768295128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-01-13 09:05:28','2026-01-13 09:05:28',25,NULL),
(14,'wpforms_process_purge_spam','complete','2026-01-13 09:05:28','2026-01-13 09:05:28',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768295128;s:18:\"\0*\0first_timestamp\";i:1768295128;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768295128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,1,'2026-01-13 09:05:28','2026-01-13 09:05:28',25,NULL),
(15,'wpforms_email_summaries_fetch_info_blocks','pending','2026-01-15 09:04:33','2026-01-15 09:04:33',10,'{\"tasks_meta_id\":null}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768467873;s:18:\"\0*\0first_timestamp\";i:1768467873;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768467873;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(16,'wpforms_admin_addons_cache_update','pending','2026-01-20 09:05:28','2026-01-20 09:05:28',10,'{\"tasks_meta_id\":3}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768899928;s:18:\"\0*\0first_timestamp\";i:1768899928;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768899928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(17,'wpforms_admin_builder_templates_cache_update','pending','2026-01-20 09:05:28','2026-01-20 09:05:28',10,'{\"tasks_meta_id\":4}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768899928;s:18:\"\0*\0first_timestamp\";i:1768899928;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768899928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(18,'wpforms_process_forms_locator_scan','pending','2026-01-14 09:05:28','2026-01-14 09:05:28',10,'{\"tasks_meta_id\":1}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768381528;s:18:\"\0*\0first_timestamp\";i:1768295128;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768381528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(19,'wpforms_process_purge_spam','pending','2026-01-14 09:05:28','2026-01-14 09:05:28',10,'{\"tasks_meta_id\":2}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768381528;s:18:\"\0*\0first_timestamp\";i:1768295128;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768381528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(20,'wpforms_admin_notifications_update','complete','2026-01-13 09:06:22','2026-01-13 09:06:22',10,'{\"tasks_meta_id\":5}','O:28:\"ActionScheduler_NullSchedule\":0:{}',4,1,'2026-01-13 09:06:31','2026-01-13 09:06:31',28,NULL),
(21,'wpforms_builder_help_cache_update','pending','2026-01-20 09:30:54','2026-01-20 09:30:54',10,'{\"tasks_meta_id\":6}','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1768901454;s:18:\"\0*\0first_timestamp\";i:1768901454;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1768901454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',4,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_actionscheduler_groups` VALUES
(1,'hostinger-reach'),
(2,'action-scheduler-migration'),
(3,'ActionScheduler'),
(4,'wpforms');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_actionscheduler_logs` VALUES
(1,5,'action created','2025-12-26 04:45:28','2025-12-26 04:45:28'),
(2,6,'action created','2025-12-26 04:45:28','2025-12-26 04:45:28'),
(3,5,'action started via Async Request','2025-12-26 04:45:48','2025-12-26 04:45:48'),
(4,5,'action complete via Async Request','2025-12-26 04:45:48','2025-12-26 04:45:48'),
(5,7,'action created','2025-12-26 04:45:48','2025-12-26 04:45:48'),
(6,6,'action started via WP Cron','2025-12-26 04:47:11','2025-12-26 04:47:11'),
(7,6,'action complete via WP Cron','2025-12-26 04:47:11','2025-12-26 04:47:11'),
(8,8,'action created','2025-12-26 04:47:55','2025-12-26 04:47:55'),
(9,8,'action started via Async Request','2025-12-26 04:49:13','2025-12-26 04:49:13'),
(10,8,'action complete via Async Request','2025-12-26 04:49:13','2025-12-26 04:49:13'),
(11,9,'action created','2025-12-26 04:49:13','2025-12-26 04:49:13'),
(12,10,'action created','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(13,7,'action started via WP Cron','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(14,7,'action failed via WP Cron: Scheduled action for hostinger-reach/jobs/cleanup_carts/start will not be executed as no callbacks are registered.','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(15,11,'action created','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(16,9,'action started via WP Cron','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(17,9,'action complete via WP Cron','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(18,12,'action created','2026-01-13 09:04:06','2026-01-13 09:04:06'),
(19,10,'action started via WP Cron','2026-01-13 09:05:27','2026-01-13 09:05:27'),
(20,10,'action complete via WP Cron','2026-01-13 09:05:27','2026-01-13 09:05:27'),
(21,13,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(22,14,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(23,15,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(24,16,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(25,17,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(26,13,'action started via Async Request','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(27,13,'action complete via Async Request','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(28,18,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(29,14,'action started via Async Request','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(30,14,'action complete via Async Request','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(31,19,'action created','2026-01-13 09:05:28','2026-01-13 09:05:28'),
(32,20,'action created','2026-01-13 09:06:22','2026-01-13 09:06:22'),
(33,20,'action started via Async Request','2026-01-13 09:06:31','2026-01-13 09:06:31'),
(34,20,'action complete via Async Request','2026-01-13 09:06:31','2026-01-13 09:06:31'),
(35,21,'action created','2026-01-13 09:30:54','2026-01-13 09:30:54');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_addonlibrary_addons`
--

DROP TABLE IF EXISTS `wp_addonlibrary_addons`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_addonlibrary_addons` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `name` varchar(128) DEFAULT NULL,
  `alias` varchar(128) DEFAULT NULL,
  `addontype` varchar(128) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `templates` mediumtext DEFAULT NULL,
  `config` mediumtext DEFAULT NULL,
  `catid` int(11) DEFAULT NULL,
  `is_active` tinyint(4) DEFAULT NULL,
  `test_slot1` text DEFAULT NULL,
  `test_slot2` text DEFAULT NULL,
  `test_slot3` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_addonlibrary_addons`
--

LOCK TABLES `wp_addonlibrary_addons` WRITE;
/*!40000 ALTER TABLE `wp_addonlibrary_addons` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_addonlibrary_addons` VALUES
(1,'Card Carousel','card_carousel_elementor','card_carousel','elementor','The Card Carousel widget displays multiple pieces of content in a carousel format, allowing for smooth transitions between items and adding an interactive touch to your Elementor website.',1,'{\"html\":\"<div class=\\\"uc_classic_carousel\\\" id=\\\"{{uc_id}}-wrapper\\\">\\n  <div class=\\\"uc_carousel owl-carousel uc-items-wrapper {{remote_parent.class}} {{uc_filtering_addclass}}\\\" id=\\\"{{uc_id}}\\\" {{remote_parent.attributes|raw}} {{uc_filtering_attributes|raw}}>\\n    {{put_items()}}\\n  <\\/div>\\n<\\/div>\",\"html_item\":\"{# twig vars #}{##}\\n{% set titleElem %}<{{title_html_tag}}  class=\\\"card_carousel_title\\\">{{item.title|raw}}<\\/{{title_html_tag}}>{% endset %}\\n\\n{% set linkTitleElem %}\\n  {% if title_link == \\\"true\\\" %}\\n  <a href=\\\"{{item.link|raw}}\\\" {{item.link_html_attributes|raw}}>{{titleElem}}<\\/a>\\n  {% else %}\\n  {{titleElem}}\\n  {% endif %}\\n{% endset %}{# end linkTitleElem #}{##}\\n\\n{% set buttonText %}{% if item.btn_text|raw is empty %}{{button_text|raw}}{% else %}{{item.btn_text|raw}}{% endif %}{% endset %}\\n{# end twig vars #}{##}\\n\\n<div id=\\\"{{item.item_id}}\\\" class=\\\"uc_classic_carousel_container_holder ue-item {{item.item_repeater_class}}\\\" data-hide-item=\\\"{{item.hide_item}}\\\">  \\n  <div class=\\\"ue-carousel-item\\\">\\n    \\n    {% if show_top_decoration == \\\"true\\\" %}<span class=\\\"uc_classic_carousel_border\\\" style=\\\"\\\"><\\/span>{% endif %}\\n    \\n    {% if show_title == \\\"above_image\\\" %}{{linkTitleElem}}{% endif %}\\n\\n    {% if show_image == \\\"true\\\" %}\\n      <div class=\\\"uc_classic_carousel_placeholder\\\">\\n        {% if image_link == \\\"true\\\" %}<a href=\\\"{{item.link|raw}}\\\" title=\\\"{{item.btn_text}}\\\" {{item.link_html_attributes|raw}}>{% endif %}\\n          <img src=\\\"{{item.image}}\\\" {{item.image_attributes|raw}}>\\n        {% if image_link == \\\"true\\\" %}<\\/a>{% endif %}\\n        {% if enable_img_overlay == \\\"true\\\" %}<div class=\\\"ue_card_carousel_image_overlay\\\"><\\/div>{% endif %}\\n      <\\/div>\\n    {% endif %}\\n\\n    <div class=\\\"uc_classic_carousel_content\\\" style=\\\"direction:{{direction}};\\\">    \\n\\n      {% if show_icon == \\\"true\\\" %}\\n        <div class=\\\"ue-item-icon-wrapper\\\">\\n           <div class=\\\"ue-item-icon\\\">{{item.icon_html|raw}}<\\/div>\\n        <\\/div>\\n      {% endif %}\\n\\n      {% if show_title == \\\"above_content\\\" %}{{linkTitleElem}}{% endif %}\\n      {% if show_text == \\\"true\\\" %}<div class=\\\"card_carousel_text\\\">{{item.content|raw}}<\\/div>{% endif %}\\n      {% if show_title == \\\"under_content\\\" %}{{linkTitleElem}}{% endif %}\\t\\n\\n      {% if show_button == \\\"true\\\" %}\\n        <div class=\\\"ue_button\\\">\\n          <a class=\\\"uc_more_btn {{button_hover_animation}}\\\" href=\\\"{{item.link|raw}}\\\" title=\\\"{{item.btn_text}}\\\" {{item.link_html_attributes|raw}}>{{buttonText}}<\\/a>\\n      \\t<\\/div>   \\n      {% endif %}\\t\\n      \\n    <\\/div>\\n    \\n  <\\/div>\\n<\\/div>\",\"css\":\"#{{uc_id}}-wrapper{\\n  min-height:1px;\\n}\\n\\n#{{uc_id}} *{\\n\\t-webkit-box-sizing: border-box;\\n\\t-moz-box-sizing: border-box;\\n\\tbox-sizing: border-box;\\n}\\n\\n#{{uc_id}} .ue-carousel-item{\\n  overflow:hidden;\\n  transition:0.3s;\\n}\\n\\n#{{uc_id}} .uc_classic_carousel_container_holder{\\n\\tdisplay:block;\\n\\tposition:relative;\\n\\twidth:100%;\\n    box-sizing: border-box;\\n}\\n#{{uc_id}} .uc_classic_carousel_placeholder{\\n   position:relative;\\n}\\n\\n{% if enable_img_overlay == \\\"true\\\" %}\\n#{{uc_id}} .ue_card_carousel_image_overlay{\\n  position:absolute;\\n  top:0;\\n  bottom:0;\\n  left:0;\\n  right:0;\\n  transition:0.3s;\\n}\\n{% endif %}\\n\\n#{{uc_id}} .uc_classic_carousel_placeholder img, #{{uc_id}} .ue_card_carousel_image_overlay{\\n  transition: all 300ms;\\n}\\n\\n.card_carousel_title{\\n\\tfont-size:21px;\\n}\\n\\n.uc_classic_carousel .uc_classic_carousel_border{\\n\\tdisplay:block;\\n    margin:0 auto;\\n}\\n\\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\\n\\twidth:100%;    \\n    display:block;\\n}\\n\\n.uc_classic_carousel .uc_classic_carousel_content{\\n  display: flex;\\n  flex-flow: column nowrap;\\n}\\n\\n.uc_classic_carousel .ue_button{\\n  margin-top:auto;\\n}\\n\\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\\n\\tdisplay:inline-block;\\n\\ttext-decoration:none;\\n\\ttransition: all 0.5s ease;\\n}\\n\\n#{{uc_id}} .owl-dots {\\n  overflow:hidden;\\n  text-align:{{dot_alignment}};\\n}\\n\\n#{{uc_id}} .owl-dot {\\n  border-radius:50%;\\n  display:inline-block;\\n}\\n\\n#{{uc_id}} .owl-nav .owl-prev,\\n#{{uc_id}} .owl-nav .owl-next{\\n    position:absolute;\\n    display:flex;\\n  \\tjustify-content: center;\\n  \\talign-items: center;\\n    text-align:center;\\n}\\n\\n#{{uc_id}} .owl-nav .disabled{\\n    display: none;  \\n}\\n\\n\\n#{{uc_id}} .ue-item-icon{\\n  line-height:1em;\\n  display:inline-flex;\\n  justify-content:center;\\n  align-items:center;  \\n}\\n\\n#{{uc_id}} .ue-item-icon svg{\\n  height:1em;\\n  width:1em;\\n}\\n\\n#{{uc_id}} .ue-item-icon-wrapper{\\n  display:flex;\\n}\\n\\n#{{uc_id}} .uc_classic_carousel_container_holder {\\n\\t max-width: {{item_width}};\\n}\\n\\n{% if transition_easing == \\\"false\\\" %}\\n  #{{uc_id}} .owl-stage        {\\n    transition-timing-function: linear!important;\\n  }\\n{% endif %}\\n\\n{% if carousel_animation != \\\"none\\\" %}\\n  #{{uc_id}} .owl-item{\\n    animation-duration: {{transition_speed}}ms;\\n  }\\n{% endif %}\\n\\n@media screen and (max-width: 1024px) {\\n  #{{uc_id}} .uc_classic_carousel_container_holder {\\n\\t max-width: {{item_width_tablet}};\\n  }\\n}\\n\\n@media screen and (max-width: 767px) {\\n  #{{uc_id}} .uc_classic_carousel_container_holder {\\n    max-width: {{item_width_mobile}};\\n  }\\n}\",\"js\":\"{{ ucfunc(\\\"put_docready_start\\\") }}\\n      \\n    var objCarousel = jQuery(\'#{{uc_id}}\');\\n    \\n    function hideIndividualItems(){    \\t\\n      var objItems = objCarousel.find(\\\".uc_classic_carousel_container_holder\\\");\\n      \\n      if(!objItems)\\n        return(false);\\n      \\n      objItems.each(function(){      \\n      \\tvar objItem = jQuery(this);\\n        var dataHide = objItem.data(\\\"hide-item\\\");\\n        \\n        if(dataHide == true)          \\n        objItem.remove();      \\n      });    \\n    }\\n    \\n    function initCarousel(){        \\n      \\/\\/hide individual items if needed \\n      hideIndividualItems(); \\n    \\n      objCarousel.owlCarousel({\\n                loop: {{loop}},\\n                rtl:{{rtl}},\\n                autoplay:{{autoplay}},\\n                paddingType: \\\"{{stage_padding_type}}\\\",    \\n                autoplayHoverPause:{{autoplayhoverpause}},\\n                navText : [`<i class=\'{{left_arrow}}\'><\\/i>`,`<i class=\'{{right_arrow}}\'><\\/i>`],\\n                nav: {{show_arrows}},\\n                rewindNav : false,\\n                center:{{center}},\\n                mouseDrag:{{mouse_drag}},\\n                touchDrag:{{touch_drag}},                    \\n                setActiveClassOnMobile:{{active_on_mobile}},\\n                changeItemOnClick:{{scroll_on_click}},                 \\n                dots:{{show_bullets}},\\n                shuffle:{{shuffle}},\\n                scrollToHead:{{scroll_to_head}},\\n                scrollToHeadOffset: {{scroll_to_head_offset}},\\n                autoWidth: {{auto_width}},\\n                mousewheelControl: {{enable_mouse_wheel_control}},\\n                \\n                {% if carousel_animation == \\\"fadeIn\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"fadeOut\\\",    \\t\\t \\n                {% endif %}\\n  \\n                {% if carousel_animation == \\\"fadeInLeft\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"fadeOutRight\\\",    \\t\\t \\n                {% endif %}\\n  \\n                {% if carousel_animation == \\\"fadeInRight\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"fadeOutLeft\\\",    \\t\\t \\n                {% endif %}\\t\\n  \\n                {% if carousel_animation == \\\"fadeInUp\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"fadeOutUp\\\",    \\t\\t \\n                {% endif %}\\n  \\n                {% if carousel_animation == \\\"fadeInDown\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"fadeOutDown\\\",    \\t\\t \\n                {% endif %}   \\n  \\n                {% if carousel_animation == \\\"slideInLeft\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"slideOutRight\\\",    \\t\\t \\n                {% endif %}\\n  \\n                {% if carousel_animation == \\\"slideInRight\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"slideOutLeft\\\",    \\t\\t \\n                {% endif %}\\n  \\n                {% if carousel_animation == \\\"slideInUp\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"slideOutUp\\\",    \\t\\t \\n                {% endif %}\\t  \\n  \\n                {% if carousel_animation == \\\"slideInDown\\\" %}\\n                animateIn: \\\"{{carousel_animation}}\\\",                    \\n                animateOut: \\\"slideOutDown\\\",    \\t\\t \\n                {% endif %}\\t               \\n                              \\n                responsive: {\\n  \\n                       0 : {\\n                            items:{{number_of_items_mobile}},\\n                            slideBy: {{slides_to_scroll_mobile}},\\n                            scrollToHeadForceOnMobile: {{scroll_to_head_forced_on_mobile}},        \\n                            margin:{{margin_between_slides_mobile}},\\n                            autoplayTimeout:{{autoplay_interval_mobile}},\\n                            smartSpeed: {{transition_speed_mobile}},\\n                            {% if center == \\\"false\\\" %}\\n                                dotsEach: {{show_dots_each_x_item_mobile}},\\n                            {% endif %}\\t\\n  \\n                            {% if stage_padding_type != \\\"none\\\" %}\\n                                 stagePadding: {{stage_padding_mobile}},\\n                            {% endif %}\\t        \\n                        },\\n                        768 : {\\n                            items:{{number_of_items_tablet}},\\n                            slideBy: {{slides_to_scroll_tablet}},\\n                            margin:{{margin_between_slides_tablet}},\\n                            autoplayTimeout:{{autoplay_interval_tablet}},\\n                            smartSpeed: {{transition_speed_tablet}}, \\n                            {% if center == \\\"false\\\" %}\\n                                dotsEach: {{show_dots_each_x_item_tablet}},\\n                            {% endif %}\\t\\n  \\n                            {% if stage_padding_type != \\\"none\\\" %}\\n                                 stagePadding: {{stage_padding_tablet}},\\n                            {% endif %}\\t        \\n                        },\\n                        980 : {\\n                            items:{{number_of_items}},\\n                            slideBy: {{slides_to_scroll}},\\n                            margin:{{margin_between_slides}},\\n                            autoplayTimeout:{{autoplay_interval}},\\n                            smartSpeed: {{transition_speed}}, \\n                            {% if center == \\\"false\\\" %} \\n                                dotsEach: {{show_dots_each_x_item}},\\n                            {% endif %}\\t\\n  \\n                            {% if stage_padding_type != \\\"none\\\" %}\\n                                 stagePadding: {{stage_padding}},\\n                            {% endif %}\\t        \\n                        }  \\n                }\\n      });\\n           \\n    }\\n    \\n    initCarousel();\\n    \\n    objCarousel.on(\\\"uc_ajax_refreshed\\\",function(){      \\n         objCarousel.trigger(\'destroy.owl.carousel\');      \\n          initCarousel();      \\n    });  \\n    \\n    {{ucfunc(\\\"put_remote_parent_js\\\",\\\"objCarousel\\\")}}  \\n    \\n{{ ucfunc(\\\"put_docready_end\\\") }}\"}','{\"options\":{\"enable_items\":1,\"items_section_title\":\"\",\"items_section_heading\":\"\",\"items_title_field\":\"\",\"path_assets\":\"uc_classic_carousel\",\"js_as_module\":false,\"addon_icon\":\"fas fa-arrows-alt-h\",\"dynamic_addon\":\"false\",\"dynamic_post_enable_customfields\":\"false\",\"dynamic_post_enable_category\":\"false\",\"description\":\"The Card Carousel widget displays multiple pieces of content in a carousel format, allowing for smooth transitions between items and adding an interactive touch to your Elementor website.\",\"link_resource\":\"https:\\/\\/unlimited-elements.com\\/docs\\/card-carousel-for-elementor\\/\",\"link_preview\":\"https:\\/\\/unlimited-elements.com\\/card-carousel-widget-for-elementor\\/\",\"show_small_icon\":\"true\",\"preview_size\":\"full\",\"preview_custom_width\":\"\",\"preview_bgcol\":\"#ffffff\",\"special\":\"\",\"special_data\":\"\",\"is_free_addon\":true,\"is_new_addon\":false,\"is_trending\":false},\"params\":[{\"type\":\"uc_radioboolean\",\"title\":\"Loop\",\"name\":\"loop\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\",\"value\":\"true\"},{\"type\":\"uc_number\",\"title\":\"Number of items\",\"name\":\"number_of_items\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"auto_width\",\"condition_operator\":\"equal\",\"condition_value\":[\"\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"3\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"1\",\"max_value\":\"20\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"2\",\"default_value_mobile\":\"1\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Slides To Scroll\",\"name\":\"slides_to_scroll\",\"description\":\"Don\'t leave empty\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"1\",\"default_value_mobile\":\"1\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Transition Speed\",\"name\":\"transition_speed\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1000\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"1000\",\"default_value_mobile\":\"1000\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Margin between slides\",\"name\":\"margin_between_slides\",\"description\":\"Do not keep this empty\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"30\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"20\",\"default_value_mobile\":\"20\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Stage Padding Type\",\"name\":\"stage_padding_type\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"Both\":\"both\",\"Left\":\"left\",\"Right\":\"right\"},\"default_value\":\"none\",\"pro_options\":[\"both\",\"left\",\"right\"],\"is_pro\":true,\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Stage Padding\",\"name\":\"stage_padding\",\"description\":\"To create offset on sides\",\"enable_condition\":true,\"condition_attribute\":\"stage_padding_type\",\"condition_operator\":\"not_equal\",\"condition_value\":[\"none\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"unit\":\"px\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"0\",\"default_value_mobile\":\"0\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Autoplay\",\"name\":\"autoplay\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\",\"value\":\"true\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Arrows \",\"name\":\"show_arrows\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\",\"value\":\"true\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Bullets\",\"name\":\"show_bullets\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_number\",\"title\":\"Autoplay Interval\",\"name\":\"autoplay_interval\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"autoplay\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"3000\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"3000\",\"default_value_mobile\":\"3000\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Autoplay Hover Pause\",\"name\":\"autoplayhoverpause\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"autoplay\",\"condition_operator\":\"equal\",\"condition_value\":\"true\",\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_dropdown\",\"title\":\"Text Align\",\"name\":\"align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Center\":\"center\",\"Left\":\"left\",\"Right\":\"right\",\"Justify\":\"justify\"},\"default_value\":\"center\",\"selector\":\".ue-carousel-item\",\"selector_value\":\"text-align:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_dropdown\",\"title\":\"Vertical Align\",\"name\":\"vertical_align\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Start\":\"start\",\"Center\":\"center\",\"End\":\"end\"},\"default_value\":\"start\",\"selector\":\".uc_classic_carousel_content\",\"selector_value\":\"justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_slider\",\"title\":\"Title Spacing\",\"name\":\"title_spacing\",\"description\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".card_carousel_title\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_aohl5oww\",\"value\":\"0\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_slider\",\"title\":\"Text Spacing\",\"name\":\"text_spacing\",\"description\":\"\",\"default_value\":\"10\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".card_carousel_text\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_lhmeogkk\",\"value\":\"10\"},{\"type\":\"uc_typography\",\"title\":\"Button Typography\",\"name\":\"button_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"selector1\":\".uc_more_btn\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_hover_animations\",\"title\":\"Button Hover Animation\",\"name\":\"button_hover_animation\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"default_value\":\"\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_padding\",\"title\":\"Button Padding\",\"name\":\"button_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"10\",\"desktop_right\":\"20\",\"desktop_bottom\":\"10\",\"desktop_left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_more_btn\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_slider\",\"title\":\"Button Radius\",\"name\":\"button_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_more_btn\",\"selector_value\":\"border-radius: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color\",\"name\":\"button_bg_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"default_value\":\"#d3d3d3\",\"selector\":\".uc_more_btn\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Background Color Hover\",\"name\":\"button_background_color_hover\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".uc_more_btn:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_ubiljccp\",\"value\":\"#000000\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color\",\"name\":\"btn_txt_clr\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".uc_more_btn\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_ubiljccp\",\"value\":\"#000000\"},{\"type\":\"uc_colorpicker\",\"title\":\"Button Text Color Hover\",\"name\":\"btn_txt_clr_hvr\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".uc_more_btn:hover\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_ubiljccp\",\"value\":\"#ffffff\"},{\"type\":\"uc_radioboolean\",\"title\":\"Text Direction\",\"name\":\"direction\",\"description\":\"\",\"admin_label\":\"false\",\"default_value\":\"ltr\",\"true_name\":\"ltr\",\"true_value\":\"ltr\",\"false_name\":\"rtl\",\"false_value\":\"rtl\",\"__attr_catid__\":\"cat_general_general\",\"value\":\"ltr\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Image Radius\",\"name\":\"image_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_classic_carousel_placeholder img\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_slider\",\"title\":\"Image Height\",\"name\":\"image_height\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"200\",\"min\":\"1\",\"max\":\"500\",\"step\":\"1\",\"units\":\"px_vh_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_classic_carousel_placeholder img\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_slider\",\"title\":\"Image Width\",\"name\":\"image_width\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"\",\"min\":\"0\",\"max\":\"500\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_classic_carousel_placeholder img\",\"selector_value\":\"width: {{SIZE}}{{UNIT}} !important;\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_slider\",\"title\":\"Nav Dots Size\",\"name\":\"nav_dots_size\",\"description\":\"\",\"default_value\":\"8\",\"min\":\"4\",\"max\":\"20\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":\"false\",\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dot\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"8\"},{\"type\":\"uc_colorpicker\",\"title\":\"Dot Color\",\"name\":\"dot_color\",\"description\":\"\",\"default_value\":\"#c6c6c6\",\"selector\":\".owl-dot\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"#c6c6c6\"},{\"type\":\"uc_colorpicker\",\"title\":\"Dot Active Color\",\"name\":\"dot_active_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".owl-dot.active\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"#000000\"},{\"type\":\"uc_slider\",\"title\":\"Dot Spacing\",\"name\":\"dot_spacing\",\"description\":\"\",\"default_value\":\"20\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":\"false\",\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dots\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"20\"},{\"type\":\"uc_slider\",\"title\":\"Dot Space Between\",\"name\":\"dot_space_between\",\"description\":\"\",\"default_value\":\"5\",\"min\":\"1\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":\"false\",\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-dot\",\"selector_value\":\"margin:0px {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"5\"},{\"type\":\"uc_dropdown\",\"title\":\"Dot Alignment\",\"name\":\"dot_alignment\",\"description\":\"\",\"options\":{\"Center\":\"center\",\"Left\":\"left\",\"Right\":\"right\"},\"default_value\":\"center\",\"__attr_catid__\":\"cat_style_r94csez3\",\"value\":\"center\"},{\"type\":\"uc_padding\",\"title\":\"Image Padding\",\"name\":\"image_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_classic_carousel_placeholder\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_colorpicker\",\"title\":\"Top Decoration Color\",\"name\":\"top_decoration_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".uc_classic_carousel_border\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_vtg2vocz\",\"value\":\"#000000\"},{\"type\":\"uc_radioboolean\",\"title\":\"Transition Easing\",\"name\":\"transition_easing\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Center\",\"name\":\"center\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Top Decoration Width\",\"name\":\"top_decoration_width\",\"description\":\"\",\"default_value\":\"50\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_classic_carousel_border\",\"selector_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vtg2vocz\",\"value\":\"50\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_slider\",\"title\":\"Top Decoration Height\",\"name\":\"top_decoration_height\",\"description\":\"\",\"default_value\":\"3\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_classic_carousel_border\",\"selector_value\":\"height: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vtg2vocz\",\"value\":\"3\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_padding\",\"title\":\"Content Padding\",\"name\":\"content_padding\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"0\",\"desktop_right\":\"20\",\"desktop_bottom\":\"20\",\"desktop_left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".uc_classic_carousel_content\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_colorpicker\",\"title\":\"Title Color\",\"name\":\"title_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".card_carousel_title\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_aohl5oww\",\"value\":\"#000000\"},{\"type\":\"uc_typography\",\"title\":\"Title Typography\",\"name\":\"title_typography\",\"description\":\"\",\"selector1\":\".card_carousel_title\",\"selector2\":\"\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_aohl5oww\",\"value\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Text Color\",\"name\":\"text_color\",\"description\":\"\",\"default_value\":\"#8a8a8a\",\"selector\":\".card_carousel_text\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_lhmeogkk\",\"value\":\"#8a8a8a\"},{\"type\":\"uc_typography\",\"title\":\"Text Typography\",\"name\":\"text_typography\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector1\":\".card_carousel_text\",\"selector2\":\".card_carousel_text > *\",\"selector3\":\"\",\"__attr_catid__\":\"cat_style_lhmeogkk\"},{\"type\":\"uc_slider\",\"title\":\"Button Spacing\",\"name\":\"button_spacing\",\"description\":\"\",\"default_value\":\"10\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_more_btn\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_ubiljccp\",\"value\":\"10\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Slide Radius\",\"name\":\"slide_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-carousel-item\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Spacing\",\"name\":\"nav_arrow_spacing\",\"description\":\"Horizontal Spacing\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"-200\",\"max\":\"200\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-nav .owl-prev\",\"selector_value\":\"left: {{SIZE}}{{UNIT}}; right: auto;\",\"show_more_selectors\":true,\"selector2\":\".owl-nav .owl-next\",\"selector2_value\":\"right: {{SIZE}}{{UNIT}}; left: auto;\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vp30mio9\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Position\",\"name\":\"nav_arrow_position\",\"description\":\"Vertical Spacing\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"94\",\"min\":\"0\",\"max\":\"600\",\"step\":\"1\",\"units\":\"px_percent\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vp30mio9\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Radius\",\"name\":\"nav_arrow_radius\",\"description\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"border-radius: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"0\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Background Size\",\"name\":\"nav_arrow_background_size\",\"description\":\"\",\"default_value\":\"62\",\"min\":\"20\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}}; line-height: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"42\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_slider\",\"title\":\"Nav Arrow Icon Size\",\"name\":\"nav_arrow_icon_size\",\"description\":\"\",\"default_value\":\"24\",\"min\":\"20\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"24\",\"value_tablet\":\"\",\"value_mobile\":\"\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Background\",\"name\":\"nav_arrow_background\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"#ffffff\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Background Hover\",\"name\":\"nav_arrow_background_hover\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"#000000\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Icon Color\",\"name\":\"nav_arrow_icon_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"#000000\"},{\"type\":\"uc_colorpicker\",\"title\":\"Nav Arrow Icon Color Hover\",\"name\":\"nav_arrow_icon_color_hover\",\"description\":\"\",\"default_value\":\"#ffffff\",\"selector\":\".owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover\",\"selector_value\":\"color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_vp30mio9\",\"value\":\"#ffffff\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Image\",\"name\":\"show_image\",\"description\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Image Link\",\"name\":\"image_link\",\"description\":\"Makes image use link field\",\"enable_condition\":true,\"condition_attribute\":\"show_image\",\"condition_operator\":\"equal\",\"condition_value\":\"true\",\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Icon\",\"name\":\"show_icon\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_dropdown\",\"title\":\"Show Title\",\"name\":\"show_title\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Hide\":\"hide\",\"Above Content\":\"above_content\",\"Under Content\":\"under_content\",\"Above Image\":\"above_image\"},\"default_value\":\"above_content\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_dropdown\",\"title\":\"Title HTML Tag\",\"name\":\"title_html_tag\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_title\",\"condition_operator\":\"not_equal\",\"condition_value\":\"hide\",\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"div\":\"div\",\"h1\":\"h1\",\"h2\":\"h2\",\"h3\":\"h3\",\"h4\":\"h4\",\"h5\":\"h5\",\"h6\":\"h6\"},\"default_value\":\"div\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Title Link\",\"name\":\"title_link\",\"description\":\"Makes the title linkable\",\"enable_condition\":true,\"condition_attribute\":\"show_title\",\"condition_operator\":\"not_equal\",\"condition_value\":\"hide\",\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Text\",\"name\":\"show_text\",\"description\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Button\",\"name\":\"show_button\",\"description\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\",\"value\":\"true\"},{\"type\":\"uc_slider\",\"title\":\"Content Minimum Height\",\"name\":\"content_minimum_height\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"1000\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_classic_carousel_content\",\"selector_value\":\"min-height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_margins\",\"title\":\"Item Margin\",\"name\":\"item_margin\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"is_responsive\":true,\"desktop_top\":\"\",\"desktop_right\":\"\",\"desktop_bottom\":\"\",\"desktop_left\":\"\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-carousel-item\",\"add_units\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_colorpicker\",\"title\":\"Background Color\",\"name\":\"background_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"\",\"selector\":\".ue-carousel-item\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_textfield\",\"title\":\"Button Text\",\"name\":\"button_text\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"show_button\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"Learn More\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false,\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_radioboolean\",\"title\":\"Show Top Decoration\",\"name\":\"show_top_decoration\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"__attr_catid__\":\"cat_content_h40uqlsb\"},{\"type\":\"uc_slider\",\"title\":\"Item Scale\",\"name\":\"item_scale\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"1\",\"min\":\"0\",\"max\":\"1\",\"step\":\"0.1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-carousel-item\",\"selector_value\":\"transform: scale({{SIZE}},{{SIZE}});\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_border\",\"title\":\"Button Border\",\"name\":\"button_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_more_btn\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_border\",\"title\":\"Button Border Hover\",\"name\":\"button_border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".uc_more_btn:hover\",\"__attr_catid__\":\"cat_style_ubiljccp\"},{\"type\":\"uc_icon_library\",\"title\":\"Left Arrow\",\"name\":\"left_arrow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"fas fa-chevron-left\",\"enable_svg\":false,\"put_svg_as\":\"image\",\"__attr_catid__\":\"cat_content_esf09cqe\"},{\"type\":\"uc_icon_library\",\"title\":\"Right Arrow\",\"name\":\"right_arrow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"fas fa-chevron-right\",\"enable_svg\":false,\"put_svg_as\":\"svg\",\"__attr_catid__\":\"cat_content_esf09cqe\"},{\"type\":\"uc_listing\",\"title\":\"Remote Parent\",\"name\":\"remote_parent\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"remote\",\"gallery_enable_video\":false,\"enable_pagination\":false,\"remote_type\":\"parent\",\"remote_widget_name\":\"Icon Carousel\",\"__attr_catid__\":\"cat_content_vvdb29vi\"},{\"type\":\"uc_dropdown\",\"title\":\"Image Fit\",\"name\":\"image_fit\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Cover\":\"cover\",\"Contain\":\"contain\"},\"default_value\":\"cover\",\"selector\":\".uc_classic_carousel_placeholder img\",\"selector_value\":\"object-fit: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_css_filters\",\"title\":\"Item CSS Filter\",\"name\":\"item_css_filter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"selector\":\".ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_slider\",\"title\":\"Item Opacity\",\"name\":\"item_opacity\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-carousel-item\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_border\",\"title\":\"Item Border\",\"name\":\"item_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_boxshadow\",\"title\":\"Item Shadow\",\"name\":\"item_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Normal\",\"selector\":\".ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_colorpicker\",\"title\":\"Background Color\",\"name\":\"active_slide_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"\",\"selector\":\".uc-active-item .ue-carousel-item\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_slider\",\"title\":\"Item Scale\",\"name\":\"active_item_scale\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"1\",\"min\":\"0\",\"max\":\"1\",\"step\":\"0.1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc-active-item .ue-carousel-item\",\"selector_value\":\"transform: scale({{SIZE}},{{SIZE}});\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_css_filters\",\"title\":\"Slide CSS Filter\",\"name\":\"active_slide_css_filter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"selector\":\".uc-active-item .ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_slider\",\"title\":\"Item Opacity\",\"name\":\"item_opacity_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc-active-item .ue-carousel-item\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_border\",\"title\":\"Item Border\",\"name\":\"active_item_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_boxshadow\",\"title\":\"Item Shadow\",\"name\":\"item_shadow_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"Active\",\"selector\":\".uc-active-item .ue-carousel-item\",\"__attr_catid__\":\"cat_style_fhe0kmn5\"},{\"type\":\"uc_number\",\"title\":\"Show Dots Each X Item\",\"name\":\"show_dots_each_x_item\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"center\",\"condition_operator\":\"not_equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"1\",\"unit\":\"\",\"unit_custom\":\"\",\"min_value\":\"1\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"1\",\"default_value_mobile\":\"1\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Set Active Mode On Mobile\",\"name\":\"active_on_mobile\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Change On Click\",\"name\":\"scroll_on_click\",\"description\":\"Change to the clicked item on item click.\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size Outter\",\"name\":\"icon_size_outter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"60\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".ue-item-icon\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".ue-item-icon svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background\",\"name\":\"icon_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#6e6e6e\",\"selector\":\".ue-item-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Radius\",\"name\":\"icon_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"100\",\"desktop_right\":\"100\",\"desktop_bottom\":\"100\",\"desktop_left\":\"100\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_boxshadow\",\"title\":\"Icon Shadow\",\"name\":\"icon_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_slider\",\"title\":\"Icon Spacing\",\"name\":\"icon_spacing\",\"description\":\"Margin Top\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_dropdown\",\"title\":\"Icon Alignment\",\"name\":\"icon_alignment\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Start\":\"flex-start\",\"Center\":\"center\",\"End\":\"flex-end\"},\"default_value\":\"center\",\"selector\":\".ue-item-icon-wrapper\",\"selector_value\":\"justify-content:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_radioboolean\",\"title\":\"RTL\",\"name\":\"rtl\",\"description\":\"For right to left websites.\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Random Order\",\"name\":\"shuffle\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Mouse Drag\",\"name\":\"mouse_drag\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Touch Drag\",\"name\":\"touch_drag\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"true\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_pro\":true,\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Scroll To Head\",\"name\":\"scroll_to_head\",\"description\":\"scroll to head on item change if the carousel not visible\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Scroll To Head Forced On Mobile\",\"name\":\"scroll_to_head_forced_on_mobile\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"scroll_to_head\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_number\",\"title\":\"Scroll To Head Offset\",\"name\":\"scroll_to_head_offset\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"scroll_to_head\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"unit\":\"px\",\"unit_custom\":\"\",\"min_value\":\"\",\"max_value\":\"\",\"step\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Enable Mouse Wheel Control\",\"name\":\"enable_mouse_wheel_control\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_special\",\"title\":\"Item Image Size\",\"name\":\"item_image_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"attribute_type\":\"items_image_size\",\"entrance_animation_item_class\":\"\",\"schema_title_name\":\"\",\"schema_content_name\":\"\",\"image_size_param_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_listing\",\"title\":\"Source\",\"name\":\"multisource\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"use_for\":\"items\",\"gallery_enable_video\":false,\"enable_pagination\":true,\"enable_ajax\":true,\"multisource_included_attributes\":\"content,image,link\",\"multisource_attributes_defaults\":\"\",\"remote_type\":\"parent\",\"controller_more_parents\":false,\"__attr_catid__\":\"cat_content_6l7hso6i\"},{\"type\":\"uc_radioboolean\",\"title\":\"Auto Width\",\"name\":\"auto_width\",\"description\":\"Sets Carousel Item width to match its maximum content width.\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_slider\",\"title\":\"Item Width\",\"name\":\"item_width\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"auto_width\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"min\":\"0\",\"max\":\"500\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_radioboolean\",\"title\":\"Enable Overlay\",\"name\":\"enable_img_overlay\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_colorpicker\",\"title\":\"Image Overlay Color\",\"name\":\"image_overlay_color\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"enable_img_overlay\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"#000000\",\"selector\":\".ue_card_carousel_image_overlay\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_slider\",\"title\":\"Image Overlay Opacity\",\"name\":\"image_overlay_opacity\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"enable_img_overlay\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_card_carousel_image_overlay\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_slider\",\"title\":\"Image Overlay Opacity Hover\",\"name\":\"image_overlay_opacity_hover\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"enable_img_overlay\",\"condition_operator\":\"equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-carousel-item:hover .ue_card_carousel_image_overlay\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_css_filters\",\"title\":\"Image CSS Filter\",\"name\":\"image_css_filter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector\":\".uc_classic_carousel_placeholder img\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_css_filters\",\"title\":\"Image CSS Filter Active\",\"name\":\"image_css_filter_active\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector\":\".uc-active-item img\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_css_filters\",\"title\":\"Image CSS Filter Hover\",\"name\":\"image_css_filter_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"selector\":\".ue-carousel-item:hover img\",\"__attr_catid__\":\"cat_style_bx9jev04\"},{\"type\":\"uc_dropdown\",\"title\":\"Animation\",\"name\":\"carousel_animation\",\"description\":\"Works if Number of Items option is equal to 1.\",\"enable_condition\":true,\"condition_attribute\":\"auto_width\",\"condition_operator\":\"not_equal\",\"condition_value\":[\"true\"],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"None\":\"none\",\"Fade In Out\":\"fadeIn\",\"Fade In Left Out Right\":\"fadeInLeft\",\"Fade In Right Out Left\":\"fadeInRight\",\"Fade In Out Up\":\"fadeInUp\",\"Fade In Out Down\":\"fadeInDown\",\"Slide In Left Out Right\":\"slideInLeft\",\"Slide In Right Out Left\":\"slideInRight\",\"Slide In Out Up\":\"slideInUp\",\"Slide In Out Down\":\"slideInDown\"},\"default_value\":\"none\",\"pro_options\":[\"fadeIn\",\"fadeInLeft\",\"fadeInRight\",\"fadeInUp\",\"fadeInDown\",\"slideInLeft\",\"slideInRight\",\"slideInUp\",\"slideInDown\"],\"is_pro\":true,\"selector\":\"\",\"selector_value\":\"\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_general_general\"},{\"type\":\"uc_border\",\"title\":\"Nav Arrows Border\",\"name\":\"nav_arrows_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".owl-carousel .owl-nav > button\",\"__attr_catid__\":\"cat_style_vp30mio9\"},{\"type\":\"uc_border\",\"title\":\"Nav Arrows Border Hover\",\"name\":\"nav_arrows_border_hover\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".owl-carousel .owl-nav > button:hover\",\"__attr_catid__\":\"cat_style_vp30mio9\"},{\"type\":\"uc_dropdown\",\"title\":\"Image Position\",\"name\":\"image_position\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"options\":{\"Center\":\"center\",\"Left\":\"left\",\"Top\":\"top\",\"Right\":\"right\",\"Bottom\":\"bottom\",\"Left Top\":\"left top\",\"Left Center\":\"left center\",\"Left Bottom\":\"left bottom\",\"Right Top\":\"right top\",\"Right Center\":\"right center\",\"Right Bottom\":\"right bottom\"},\"default_value\":\"center\",\"selector\":\".uc_classic_carousel_placeholder img\",\"selector_value\":\"object-position: {{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"php_filter_name\":\"\",\"__attr_catid__\":\"cat_style_bx9jev04\"}],\"params_items\":[{\"type\":\"uc_textfield\",\"title\":\"Title\",\"name\":\"title\",\"description\":\"\",\"default_value\":\"Default Title\",\"font_editable\":false},{\"type\":\"uc_textarea\",\"title\":\"Content\",\"name\":\"content\",\"description\":\"\",\"default_value\":\"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...\",\"font_editable\":false},{\"type\":\"uc_textfield\",\"title\":\"Button Text\",\"name\":\"btn_text\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"font_editable\":false,\"placeholder\":\"\",\"disable_dynamic\":false},{\"type\":\"uc_image\",\"title\":\"Image\",\"name\":\"image\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"media_type\":\"image\",\"default_value\":\"[url_assets]\\/uc_classic_carousel_img1.jpg\",\"add_image_sizes\":true,\"default_value_json\":\"\"},{\"type\":\"uc_link\",\"title\":\"Link\",\"name\":\"link\",\"description\":\"\",\"default_value\":\"#\"},{\"type\":\"uc_radioboolean\",\"title\":\"Override Colors\",\"name\":\"override_colors\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":null,\"condition_operator\":\"equal\",\"condition_value\":null,\"condition_attribute2\":null,\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\"},{\"type\":\"uc_colorpicker\",\"title\":\"Override Background\",\"name\":\"override_background\",\"description\":\"\",\"enable_condition\":true,\"condition_attribute\":\"override_colors\",\"condition_operator\":\"equal\",\"condition_value\":\"true\",\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"\",\"selector\":\"{{CURRENT_ITEM}} .ue-carousel-item\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\"},{\"type\":\"uc_icon_library\",\"title\":\"Icon\",\"name\":\"icon\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"fas fa-rocket\",\"enable_svg\":true,\"put_svg_as\":\"svg\"},{\"type\":\"uc_radioboolean\",\"title\":\"Hide Item\",\"name\":\"hide_item\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"label_block\":false,\"tabname\":\"\",\"default_value\":\"false\",\"true_name\":\"Yes\",\"true_value\":\"true\",\"false_name\":\"No\",\"false_value\":\"false\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\"}],\"includes\":{\"js\":[],\"jslib\":[\"jquery\",\"font-awsome\",\"owl-carousel-new\"],\"css\":[{\"url\":\"uc_classic_carousel\\/animate.css\",\"condition\":null,\"params\":null}]},\"variables_item\":[],\"variables_main\":[],\"params_cats\":[{\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":[],\"condition_attribute2\":\"\",\"condition_operator2\":\"equal\",\"condition_value2\":null,\"id\":\"cat_content_6l7hso6i\",\"title\":\"Source\",\"tab\":\"content\"},{\"id\":\"cat_general_general\",\"title\":\"General\",\"tab\":\"content\"},{\"id\":\"cat_content_h40uqlsb\",\"title\":\"Layout\",\"tab\":\"content\"},{\"id\":\"cat_content_esf09cqe\",\"title\":\"Arrows\",\"tab\":\"content\"},{\"id\":\"cat_content_vvdb29vi\",\"title\":\"Connected Widgets Settings\",\"tab\":\"content\"},{\"id\":\"cat_style_fhe0kmn5\",\"title\":\"Slide\",\"tab\":\"style\"},{\"id\":\"cat_style_vtg2vocz\",\"title\":\"Top Decoration\",\"tab\":\"style\"},{\"id\":\"cat_style_bx9jev04\",\"title\":\"Image\",\"tab\":\"style\"},{\"params\":[{\"type\":\"uc_colorpicker\",\"title\":\"Image Overlay Color\",\"name\":\"image_overlay_color\",\"description\":\"\",\"default_value\":\"#000000\",\"selector\":\".ue_pos_carousel_image_overlay\",\"selector_value\":\"background-color:{{VALUE}};\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_slider\",\"title\":\"Image Overlay Opacity\",\"name\":\"image_overlay_opacity\",\"description\":\"\",\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue_pos_carousel_image_overlay\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_or92h9zn\"},{\"type\":\"uc_slider\",\"title\":\"Image Overlay Opacity Hover\",\"name\":\"image_overlay_opacity_hover\",\"description\":\"\",\"default_value\":\"40\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"%\",\"is_responsive\":false,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".uc_carousel_item:hover .ue_pos_carousel_image_overlay\",\"selector_value\":\"opacity: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_or92h9zn\"}],\"expire\":1691096992756,\"id\":\"cat_style_or92h9zn\",\"title\":\"Image Overlay\",\"tab\":\"style\"},{\"params\":[{\"type\":\"uc_slider\",\"title\":\"Icon Size Outter\",\"name\":\"icon_size_outter\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"60\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"width: {{SIZE}}{{UNIT}}; height: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_slider\",\"title\":\"Icon Size\",\"name\":\"icon_size\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"20\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"font-size: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Color\",\"name\":\"icon_color\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#ffffff\",\"selector\":\".ue-item-icon\",\"selector_value\":\"color:{{VALUE}};\",\"show_more_selectors\":true,\"selector2\":\".ue-item-icon svg\",\"selector2_value\":\"fill:{{VALUE}};\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_colorpicker\",\"title\":\"Icon Background\",\"name\":\"icon_background\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"#6e6e6e\",\"selector\":\".ue-item-icon\",\"selector_value\":\"background-color:{{VALUE}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"\",\"selector3\":\"\",\"selector3_value\":\"\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_border_dimentions\",\"title\":\"Icon Radius\",\"name\":\"icon_radius\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"is_responsive\":true,\"desktop_top\":\"100\",\"desktop_right\":\"100\",\"desktop_bottom\":\"100\",\"desktop_left\":\"100\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_boxshadow\",\"title\":\"Icon Shadow\",\"name\":\"icon_shadow\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_border\",\"title\":\"Icon Border\",\"name\":\"icon_border\",\"description\":\"\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"border_type\":\"none\",\"border_color\":\"\",\"width_desktop_top\":\"\",\"width_desktop_right\":\"\",\"width_desktop_bottom\":\"\",\"width_desktop_left\":\"\",\"width_tablet_top\":\"\",\"width_tablet_right\":\"\",\"width_tablet_bottom\":\"\",\"width_tablet_left\":\"\",\"width_mobile_top\":\"\",\"width_mobile_right\":\"\",\"width_mobile_bottom\":\"\",\"width_mobile_left\":\"\",\"selector\":\".ue-item-icon\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"},{\"type\":\"uc_slider\",\"title\":\"Icon Spacing\",\"name\":\"icon_spacing\",\"description\":\"Margin Top\",\"enable_condition\":false,\"condition_attribute\":\"\",\"condition_operator\":\"equal\",\"condition_value\":null,\"label_block\":false,\"default_value\":\"0\",\"min\":\"0\",\"max\":\"100\",\"step\":\"1\",\"units\":\"px\",\"is_responsive\":true,\"default_value_tablet\":\"\",\"default_value_mobile\":\"\",\"selector\":\".ue-item-icon\",\"selector_value\":\"margin-top: {{SIZE}}{{UNIT}};\",\"show_more_selectors\":false,\"selector2\":\"\",\"selector2_value\":\"width: {{SIZE}}{{UNIT}};\",\"selector3\":\"\",\"selector3_value\":\"width: {{SIZE}}{{UNIT}};\",\"__attr_catid__\":\"cat_style_rgn3eqz4\"}],\"expire\":1643623349684,\"id\":\"cat_style_rgn3eqz4\",\"title\":\"Icon\",\"tab\":\"style\"},{\"id\":\"cat_style_aohl5oww\",\"title\":\"Title\",\"tab\":\"style\"},{\"id\":\"cat_style_lhmeogkk\",\"title\":\"Text\",\"tab\":\"style\"},{\"id\":\"cat_style_ubiljccp\",\"title\":\"Button\",\"tab\":\"style\"},{\"id\":\"cat_style_vp30mio9\",\"title\":\"Nav Arrows\",\"tab\":\"style\"},{\"id\":\"cat_style_r94csez3\",\"title\":\"Nav Bullets\",\"tab\":\"style\"}]}',1,1,NULL,'{\"config\":{\"loop\":\"true\",\"autoplay\":\"true\",\"show_arrows\":\"true\",\"show_bullets\":\"block\",\"number_of_items\":\"3\",\"number_of_items_tablet\":\"2\",\"number_of_items_mobile\":\"1\",\"align_unite_selected_text\":\"Center\",\"align\":\"center\",\"title_spacing\":\"0\",\"title_spacing_tablet\":\"\",\"title_spacing_mobile\":\"\",\"text_spacing\":\"10\",\"button_padding\":{\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"unit\":\"px\"},\"button_radius\":\"5\",\"transition_speed\":\"1000\",\"autoplay_interval\":\"3000\",\"button_bg_color\":\"#ffffff\",\"button_background_color_hover\":\"#000000\",\"button_border_width\":\"2\",\"btn_brdr_clr\":\"#000000\",\"btn_brdr_clr_hover\":\"#000000\",\"btn_txt_clr\":\"#000000\",\"btn_txt_clr_hvr\":\"#ffffff\",\"item_shadow\":\"0px 5px 10px rgba(0, 0, 0, 0.1); \",\"item_brdr_clr\":\"#cdcdcd\",\"item_brdr_width\":\"0\",\"direction\":\"ltr\",\"margin_between_slides\":\"30\",\"image_radius\":\"0\",\"image_height\":\"200\",\"image_height_tablet\":\"\",\"image_height_mobile\":\"\",\"image_padding\":{\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"background_color\":\"#ffffff\",\"top_decoration_color\":\"#000000\",\"top_decoration_width\":\"50\",\"top_decoration_width_tablet\":\"\",\"top_decoration_width_mobile\":\"\",\"top_decoration_height\":\"3\",\"top_decoration_height_tablet\":\"\",\"top_decoration_height_mobile\":\"\",\"content_padding\":{\"top\":\"0\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"tablet_top\":\"\",\"tablet_right\":\"\",\"tablet_bottom\":\"\",\"tablet_left\":\"\",\"mobile_top\":\"\",\"mobile_right\":\"\",\"mobile_bottom\":\"\",\"mobile_left\":\"\",\"unit\":\"px\"},\"title_color\":\"#000000\",\"text_color\":\"#8a8a8a\",\"button_spacing\":\"10\",\"button_spacing_tablet\":\"\",\"button_spacing_mobile\":\"\",\"show_button\":\"true\",\"slide_radius\":\"0\",\"slide_radius_tablet\":\"\",\"slide_radius_mobile\":\"\",\"nav_arrow_spacing\":\"20\",\"nav_arrow_position\":\"100\",\"nav_arrow_radius\":\"0\",\"nav_arrow_size\":\"18\",\"nav_arrow_background_size\":\"42\",\"nav_arrow_background_size_tablet\":\"\",\"nav_arrow_background_size_mobile\":\"\",\"nav_arrow_icon_size\":\"24\",\"nav_arrow_icon_size_tablet\":\"\",\"nav_arrow_icon_size_mobile\":\"\",\"nav_arrow_background\":\"#ffffff\",\"nav_arrow_background_hover\":\"#000000\",\"nav_arrow_icon_color\":\"#000000\",\"nav_arrow_icon_color_hover\":\"#ffffff\",\"dot_color\":\"#000000\",\"dot_color_active\":\"#000000\",\"nav_dots_spacing\":\"20\",\"nav_dots_spacing_tablet\":\"\",\"nav_dots_spacing_mobile\":\"\"},\"items\":[{\"title\":\"Item One\",\"content\":\"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...\",\"btn_text\":\"Show More\",\"image\":\"[url_assets]\\/placeholder2.jpg\",\"link\":\"#\"},{\"title\":\"Item Two\",\"content\":\"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...\",\"btn_text\":\"Show More\",\"image\":\"[url_assets]\\/placeholder1.jpg\",\"link\":\"#\"},{\"title\":\"Item Three\",\"content\":\"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...\",\"btn_text\":\"Show More\",\"image\":\"[url_assets]\\/placeholder4.jpg\",\"link\":\"#\"},{\"title\":\"Item Four\",\"content\":\"Lorem ipsum dolor sit amet, conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut...\",\"btn_text\":\"Show More\",\"image\":\"[url_assets]\\/placeholder3.jpg\",\"link\":\"#\"}]}',NULL);
/*!40000 ALTER TABLE `wp_addonlibrary_addons` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_addonlibrary_categories`
--

DROP TABLE IF EXISTS `wp_addonlibrary_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_addonlibrary_categories` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL,
  `type` tinytext DEFAULT NULL,
  `parent_id` int(9) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_addonlibrary_categories`
--

LOCK TABLES `wp_addonlibrary_categories` WRITE;
/*!40000 ALTER TABLE `wp_addonlibrary_categories` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_addonlibrary_categories` VALUES
(1,'Content Widgets','content_widgets',1,'','elementor',NULL);
/*!40000 ALTER TABLE `wp_addonlibrary_categories` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_comments`
--

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

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2025-12-24 09:56:12','2025-12-24 09:56:12','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://gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_grp_google_place`
--

DROP TABLE IF EXISTS `wp_grp_google_place`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_grp_google_place` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `place_id` varchar(80) NOT NULL,
  `name` varchar(255) NOT NULL,
  `photo` varchar(255) DEFAULT NULL,
  `icon` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `rating` double DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `map_url` varchar(512) DEFAULT NULL,
  `website` varchar(255) DEFAULT NULL,
  `review_count` int(11) DEFAULT NULL,
  `updated` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `grp_place_id` (`place_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_grp_google_place`
--

LOCK TABLES `wp_grp_google_place` WRITE;
/*!40000 ALTER TABLE `wp_grp_google_place` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_grp_google_place` VALUES
(1,'ChIJxdtgqUaLkooROfL6xKsW-qk','Mr. Cleaner','https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300','https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet','264D Papanui Road, Merivale, Christchurch 8052, New Zealand',4.7,'https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA',NULL,'http://www.mistercleaner.co.nz/',88,1767347867341);
/*!40000 ALTER TABLE `wp_grp_google_place` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_grp_google_review`
--

DROP TABLE IF EXISTS `wp_grp_google_review`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_grp_google_review` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `google_place_id` bigint(20) unsigned NOT NULL,
  `rating` int(11) NOT NULL,
  `text` varchar(10000) DEFAULT NULL,
  `time` int(11) NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `language` varchar(10) DEFAULT NULL,
  `author_name` varchar(255) DEFAULT NULL,
  `author_url` varchar(127) DEFAULT NULL,
  `profile_photo_url` varchar(255) DEFAULT NULL,
  `provider` varchar(32) DEFAULT NULL,
  `images` text DEFAULT NULL,
  `reply` text DEFAULT NULL,
  `reply_time` int(11) DEFAULT NULL,
  `hide` varchar(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `grp_author_url_lang` (`google_place_id`,`author_url`,`language`),
  KEY `grp_google_place_id` (`google_place_id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_grp_google_review`
--

LOCK TABLES `wp_grp_google_review` WRITE;
/*!40000 ALTER TABLE `wp_grp_google_review` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_grp_google_review` VALUES
(1,1,5,'',1764214948,NULL,NULL,'Crispin Dye','https://www.google.com/maps/contrib/112048739919720457320/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_665a9340828582d3f26152a6138ec6f1.jpg',NULL,NULL,NULL,NULL,''),
(2,1,5,'excellent job',1763158737,NULL,'en','Lemohr Mataganas','https://www.google.com/maps/contrib/113554342650119365068/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_d816657723bcfcb06f39e4ee0a72007a.jpg',NULL,NULL,NULL,NULL,''),
(3,1,5,'💯💯💯',1763158734,NULL,'en','justin de mesa','https://www.google.com/maps/contrib/107816141648451272128/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_0ddc39750be502d99bc2e458e781f7b0.jpg',NULL,NULL,NULL,NULL,''),
(4,1,5,'',1762973641,NULL,NULL,'Jeffrey Cabatuando','https://www.google.com/maps/contrib/105203362243865026770/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_31ce11a43c95f217a4e3c8b4f5c4af8b.jpg',NULL,NULL,NULL,NULL,''),
(5,1,5,'',1762973482,NULL,NULL,'Lei Ivan Juarez','https://www.google.com/maps/contrib/115067314328321449218/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_0fb6d23ea7f48df74bd3bde8b4915d47.jpg',NULL,NULL,NULL,NULL,''),
(6,1,5,'Second time Mr. Cleaner team cleaned our home. First time was moving out clean, they did such a great job, especially bathroom clean. Second time is for our current home’s deep clean. They gave plenty of help and all addressed cleaning was done plus extra on the day. Thank you and we will surely contact again in our next needed clean!!',1756606730,NULL,'en','Mayzen Dela Cruz','https://www.google.com/maps/contrib/114052815331159408636/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_3cad2b0b97f9a99e3102a083ea4591b4.jpg',NULL,NULL,NULL,NULL,''),
(7,1,5,'Mr Cleaner did a fantastic job of cleaning our rental unit when tenant moved out. Great communication, prompt and excellent workmanship. Would highly recommend.',1757130503,NULL,'en','Jan Parkin','https://www.google.com/maps/contrib/103860816023522018742/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_daa6a8b97ed8bcb615cb3598ed63892a.jpg',NULL,NULL,NULL,NULL,''),
(8,1,5,'These guys did a great job. Finished everything to a high standard, really pleasant to deal with, and went above and beyond. Would highly recommend to anyone after cleaning services!',1752051110,NULL,'en','Samuel Parker-Gibson','https://www.google.com/maps/contrib/103879972810839619693/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_95b00fb8152f6a24d4a87048a068df7f.jpg',NULL,NULL,NULL,NULL,''),
(9,1,5,'Professional, friendly and efficient. Mr Cleaner listened to our requests, arrived on time and carried out a great exit clean on our home. We really appreciated the hard work and time. Thank you :)',1754267522,NULL,'en','Lily','https://www.google.com/maps/contrib/109663848104840641203/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_2f4b381d823eb8cdf9a833bc63f8a8a1.jpg',NULL,NULL,NULL,NULL,''),
(10,1,5,'Very pleased with the results with Mr. Cleaner. The team was punctual and efficient, and our house looked great afterward. They paid attention to details and ensured everything was thoroughly cleaned. We\'d happily recommend them to others.',1749765446,NULL,'en','Anna Ramon','https://www.google.com/maps/contrib/103643090851203001912/reviews','https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_e5da13839acc0cb5552677731b434674.jpg',NULL,NULL,NULL,NULL,'');
/*!40000 ALTER TABLE `wp_grp_google_review` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_grp_google_stats`
--

DROP TABLE IF EXISTS `wp_grp_google_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_grp_google_stats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `google_place_id` bigint(20) unsigned NOT NULL,
  `time` int(11) NOT NULL,
  `rating` double DEFAULT NULL,
  `review_count` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `grp_google_place_id` (`google_place_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_grp_google_stats`
--

LOCK TABLES `wp_grp_google_stats` WRITE;
/*!40000 ALTER TABLE `wp_grp_google_stats` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_grp_google_stats` VALUES
(1,1,1767347867,4.7,88);
/*!40000 ALTER TABLE `wp_grp_google_stats` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_hostinger_reach_carts`
--

DROP TABLE IF EXISTS `wp_hostinger_reach_carts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_hostinger_reach_carts` (
  `hash` varchar(100) NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `customer_email` varchar(100) DEFAULT NULL,
  `items` longtext NOT NULL,
  `totals` text NOT NULL,
  `currency` varchar(3) NOT NULL,
  `status` varchar(100) NOT NULL,
  `updated_at` datetime DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`hash`),
  UNIQUE KEY `hash` (`hash`),
  KEY `customer_id` (`customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hostinger_reach_carts`
--

LOCK TABLES `wp_hostinger_reach_carts` WRITE;
/*!40000 ALTER TABLE `wp_hostinger_reach_carts` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_hostinger_reach_carts` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_hostinger_reach_contact_lists`
--

DROP TABLE IF EXISTS `wp_hostinger_reach_contact_lists`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_hostinger_reach_contact_lists` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hostinger_reach_contact_lists`
--

LOCK TABLES `wp_hostinger_reach_contact_lists` WRITE;
/*!40000 ALTER TABLE `wp_hostinger_reach_contact_lists` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_hostinger_reach_contact_lists` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_hostinger_reach_forms`
--

DROP TABLE IF EXISTS `wp_hostinger_reach_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_hostinger_reach_forms` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `form_id` varchar(255) NOT NULL,
  `form_title` varchar(255) DEFAULT NULL,
  `post_id` int(11) DEFAULT NULL,
  `contact_list_id` int(11) DEFAULT NULL,
  `type` varchar(255) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `submissions` int(10) unsigned DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_id` (`form_id`),
  KEY `contact_list_id` (`contact_list_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_hostinger_reach_forms`
--

LOCK TABLES `wp_hostinger_reach_forms` WRITE;
/*!40000 ALTER TABLE `wp_hostinger_reach_forms` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_hostinger_reach_forms` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

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

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_litespeed_url`
--

DROP TABLE IF EXISTS `wp_litespeed_url`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url` varchar(500) NOT NULL,
  `cache_tags` varchar(1000) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `url` (`url`(191)),
  KEY `cache_tags` (`cache_tags`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url`
--

LOCK TABLES `wp_litespeed_url` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_litespeed_url` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_litespeed_url_file`
--

DROP TABLE IF EXISTS `wp_litespeed_url_file`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_litespeed_url_file` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `url_id` bigint(20) NOT NULL,
  `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary',
  `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content',
  `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4',
  `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1',
  `webp` tinyint(4) NOT NULL COMMENT 'webp=1',
  `expired` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `filename` (`filename`),
  KEY `type` (`type`),
  KEY `url_id_2` (`url_id`,`vary`,`type`),
  KEY `filename_2` (`filename`,`expired`),
  KEY `url_id` (`url_id`,`expired`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_litespeed_url_file`
--

LOCK TABLES `wp_litespeed_url_file` WRITE;
/*!40000 ALTER TABLE `wp_litespeed_url_file` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_litespeed_url_file` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=2478 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_options` VALUES
(1,'cron','a:17:{i:1768337105;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1768337772;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:1768337794;a:1:{s:19:\"litespeed_task_lqip\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"litespeed_filter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1768341430;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768344972;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:1768348332;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768348572;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1768370252;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768374510;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768374512;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:1768374573;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:1768384370;a:1:{s:19:\"grw_revupd_schedule\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768384572;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1768461043;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:1768470972;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1768780800;a:2:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}s:33:\"wpforms_weekly_entries_count_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','https://temp.mistercleaner.co.nz','on'),
(3,'home','https://temp.mistercleaner.co.nz','on'),
(4,'blogname','mistercleaner','on'),
(5,'blogdescription','','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','brandbizztech@gmail.com','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','mail.example.com','on'),
(16,'mailserver_login','login@example.com','on'),
(17,'mailserver_pass','','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','open','on'),
(21,'default_ping_status','open','on'),
(22,'default_pingback_flag','1','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','F j, Y','on'),
(25,'time_format','g:i a','on'),
(26,'links_updated_date_format','F j, Y g:i a','on'),
(27,'comment_moderation','0','on'),
(28,'moderation_notify','1','on'),
(29,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','on'),
(30,'rewrite_rules','a:166:{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:16:\"custom-css-js/?$\";s:33:\"index.php?post_type=custom-css-js\";s:46:\"custom-css-js/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:41:\"custom-css-js/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=custom-css-js&feed=$matches[1]\";s:33:\"custom-css-js/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=custom-css-js&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:41:\"custom-css-js/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"custom-css-js/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"custom-css-js/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"custom-css-js/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"custom-css-js/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"custom-css-js/([^/]+)/embed/?$\";s:61:\"index.php?post_type=custom-css-js&name=$matches[1]&embed=true\";s:34:\"custom-css-js/([^/]+)/trackback/?$\";s:55:\"index.php?post_type=custom-css-js&name=$matches[1]&tb=1\";s:54:\"custom-css-js/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:49:\"custom-css-js/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&feed=$matches[2]\";s:42:\"custom-css-js/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&paged=$matches[2]\";s:49:\"custom-css-js/([^/]+)/comment-page-([0-9]{1,})/?$\";s:68:\"index.php?post_type=custom-css-js&name=$matches[1]&cpage=$matches[2]\";s:38:\"custom-css-js/([^/]+)(?:/([0-9]+))?/?$\";s:67:\"index.php?post_type=custom-css-js&name=$matches[1]&page=$matches[2]\";s:30:\"custom-css-js/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"custom-css-js/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"custom-css-js/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"custom-css-js/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"custom-css-js/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s: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]\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:9:{i:0;s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";i:1;s:31:\"custom-css-js/custom-css-js.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:37:\"elementskit-lite/elementskit-lite.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:35:\"litespeed-cache/litespeed-cache.php\";i:6;s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";i:7;s:29:\"widget-google-reviews/grw.php\";i:8;s:24:\"wpforms-lite/wpforms.php\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','https://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','0','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','a:3:{i:0;s:95:\"/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/themes/astra/index.php\";i:1;s:95:\"/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/themes/astra/style.css\";i:2;s:0:\"\";}','off'),
(41,'template','astra','on'),
(42,'stylesheet','astra','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','60717','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','2','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(80,'uninstall_plugins','a:3:{s:21:\"wp-reset/wp-reset.php\";a:2:{i:0;s:8:\"WP_Reset\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','8','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','0','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','3','on'),
(91,'show_comments_cookies_opt_in','1','on'),
(92,'admin_email_lifespan','1782122172','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','1','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','on'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'wp_notes_notify','1','on'),
(102,'initial_db_version','60717','on'),
(103,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{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:23:\"manage_zip_ai_assistant\";b:1;s:26:\"manage_ast_block_templates\";b:1;s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:23:\"manage_zip_ai_assistant\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:15:\"css_js_designer\";a:2:{s:4:\"name\";s:12:\"Web Designer\";s:12:\"capabilities\";a:10:{s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}}','on'),
(104,'fresh_site','0','off'),
(105,'user_count','1','off'),
(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),
(107,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}s:13:\"array_version\";i:3;}','auto'),
(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1766646567;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),
(128,'recovery_keys','a:0:{}','off'),
(134,'finished_updating_comment_type','1','auto'),
(138,'_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:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1768301776;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}','off'),
(203,'can_compress_scripts','0','on'),
(216,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(217,'recently_activated','a:0:{}','off'),
(219,'astra_sites_recent_import_log_file','/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/uploads/astra-sites/import-25-Dec-2025-07-09-05-b923610ec575e51ea6abe3995b2bd5cd.log','off'),
(220,'astra-sites-fresh-site','no','off'),
(221,'ai_builder_recent_import_log_file','/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/uploads/ai-builder/import-25-Dec-2025-07-09-05-b923610ec575e51ea6abe3995b2bd5cd.log','off'),
(222,'bsf_analytics_installed_time','1766646545','off'),
(223,'ast-block-templates-version','2.4.16','auto'),
(228,'astra_sites_settings','a:2:{s:12:\"page_builder\";s:9:\"elementor\";s:13:\"steps_visited\";a:3:{i:0;s:7:\"welcome\";i:1;s:12:\"page-builder\";i:2;s:16:\"template-listing\";}}','off'),
(230,'astra-sites-batch-status-string','All processes are complete','off'),
(232,'allowed_astra_notices','a:4:{i:0;s:26:\"astra-sites-welcome-notice\";i:1;s:21:\"astra-sites-on-active\";i:2;s:18:\"astra-optin-notice\";i:3;s:16:\"uae-optin-notice\";}','auto'),
(233,'current_theme','Astra','auto'),
(234,'theme_mods_astra','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:18:\"custom_css_post_id\";i:-1;}','on'),
(235,'theme_switched','','auto'),
(238,'astra-settings','a:3:{s:18:\"theme-auto-version\";s:7:\"4.11.18\";s:22:\"is_theme_queue_running\";b:0;s:20:\"footer-desktop-items\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}}','on'),
(239,'astra_analytics_installed_time','1766646568','off'),
(242,'elementor_onboarded','1','auto'),
(243,'elementor_active_kit','6','auto'),
(244,'elementor_font_display','swap','auto'),
(248,'elementor_landing_pages_activation','0','auto'),
(249,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":true,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto'),
(252,'elementor_version','3.34.0','auto'),
(254,'elementor_install_history','a:1:{s:6:\"3.34.0\";i:1766646573;}','auto'),
(256,'elementor_events_db_version','1.0.0','off'),
(257,'_elementor_installed_time','1766646574','auto'),
(258,'elementor_connect_site_key','f686993c413a528c0e95ae4ae6c721f8','auto'),
(259,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),
(263,'astra-sites-batch-is-complete','yes','off'),
(264,'astra-sites-manual-sync-complete','no','off'),
(271,'astra-blocks-batch-status-string','Complete storing data for page 4','off'),
(276,'astra-sites-last-export-checksums','','off'),
(284,'elementskit-lite__banner_last_check','1768293836','auto'),
(285,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10022095\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022095;s:5:\"title\";s:31:\"Wpmet Holiday Sale Ownpage 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:441:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s Holiday Sale is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10022094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10022094;s:5:\"title\";s:28:\"Wpmet Holiday Sale Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";b:0;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:441:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><span style=\"color: #ff0000;\">Wpmet’s Holiday Sale is live</span><em data-start=\"1852\" data-end=\"1881\"><span style=\"color: #ff0000;\">!</span></em></strong>\r\n\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\"><strong style=\"font-size: 16px;\">Save up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong></strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10021821\";O:8:\"stdClass\":7:{s:2:\"id\";i:10021821;s:5:\"title\";s:32:\"Wpmet Notice BFCM Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh80\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:259:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Black Friday Sale is live<em data-start=\"1852\" data-end=\"1881\">!\r\n</em></strong><strong>\r\nSave up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10021820\";O:8:\"stdClass\":7:{s:2:\"id\";i:10021820;s:5:\"title\";s:24:\"Wpmet BFCM Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh80\";s:11:\"button_text\";s:16:\"Save $3,397 Now!\";s:11:\"notice_body\";s:257:\"<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Black Friday Sale is live<em data-start=\"1852\" data-end=\"1881\">!</em></strong><strong>\r\nSave up to $3,397 on the All-in-One WordPress Plugin Bundle (80% OFF) </strong>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020931\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020931;s:5:\"title\";s:29:\"Wpmet Halloween Own page 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,936 Now!\";s:11:\"notice_body\";s:475:\"<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live<em data-start=\"1852\" data-end=\"1881\">!</em></strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,936 on the All-in-One WordPress Plugin Bundle (78% OFF) </strong>Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10020929\";O:8:\"stdClass\":7:{s:2:\"id\";i:10020929;s:5:\"title\";s:30:\"Wpmet Halloween Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:29:\"https://wpmet.com/wpnoticeh78\";s:11:\"button_text\";s:16:\"Save $2,936 Now!\";s:11:\"notice_body\";s:432:\"<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Wpmet’s Halloween Sale is live!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><strong>Save up to $2,936 on the All-in-One WordPress Plugin Bundle (78% OFF) </strong>Or <strong>enjoy up to 35% OFF</strong> on your favorite single plugins — <em data-start=\"794\" data-end=\"830\">ElementsKit, GutenKit, ShopEngine,</em> and more!!</p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/78-Off.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10019444\";O:8:\"stdClass\":7:{s:2:\"id\";i:10019444;s:5:\"title\";s:27:\"Wpmet Birthday 2025 ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice51\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, PopupKit, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018928\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018928;s:5:\"title\";s:29:\"Wpmet Birthday 2025 dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice50\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:589:\"<h3><strong style=\"color: #; text-transform: sentencecase; font-size: 14px;\"><span style=\"color: #e60073;\">Wpmet Birthday Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, PopupKit, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018688\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018688;s:5:\"title\";s:42:\"Wpmet 4th of July Flash Sale 2025 Ownpages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10018687\";O:8:\"stdClass\":7:{s:2:\"id\";i:10018687;s:5:\"title\";s:43:\"Wpmet 4th of July Flash Sale 2025 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/notice35\";s:11:\"button_text\";s:20:\"Claim Your Discount!\";s:11:\"notice_body\";s:585:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Happy 4th of July super Sale!!</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','auto'),
(286,'elementskit-lite_install_date','2025-12-25 07:11:30','auto'),
(287,'uae_lite_is_activated','yes','auto'),
(289,'hfe_is_theme_supported','1','auto'),
(290,'_hfe_db_version','2.7.1','auto'),
(291,'hfe_onboarding_triggered','yes','auto'),
(292,'hfe_plugin_previous_version','2.7.1','auto'),
(293,'hfe_plugin_version','2.7.1','auto'),
(294,'uae_analytics_installed_time','1766646699','off'),
(297,'nps-survey-header-footer-elementor','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1766646701;}','auto'),
(299,'elementor_disabled_elements','a:18:{i:0;s:27:\"elementskit-image-accordion\";i:1;s:27:\"elementskit-countdown-timer\";i:2;s:28:\"elementskit-image-comparison\";i:3;s:18:\"elementskit-lottie\";i:4;s:23:\"elementskit-progressbar\";i:5;s:21:\"elementskit-post-grid\";i:6;s:20:\"elementskit-post-tab\";i:7;s:22:\"elementskit-mail-chimp\";i:8;s:20:\"elementskit-piechart\";i:9;s:25:\"elementskit-contact-form7\";i:10;s:21:\"elementskit-drop-caps\";i:11;s:24:\"elementskit-social-share\";i:12;s:23:\"elementskit-dual-button\";i:13;s:25:\"elementskit-caldera-forms\";i:14;s:20:\"elementskit-we-forms\";i:15;s:20:\"elementskit-wp-forms\";i:16;s:23:\"elementskit-ninja-forms\";i:17;s:24:\"elementskit-fluent-forms\";}','auto'),
(300,'elementskit_options','a:5:{s:11:\"widget_list\";a:43:{s:15:\"image-accordion\";a:5:{s:4:\"slug\";s:15:\"image-accordion\";s:5:\"title\";s:15:\"Image Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:9:\"accordion\";a:5:{s:4:\"slug\";s:9:\"accordion\";s:5:\"title\";s:9:\"Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"button\";a:5:{s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"heading\";a:5:{s:4:\"slug\";s:7:\"heading\";s:5:\"title\";s:7:\"Heading\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"blog-posts\";a:5:{s:4:\"slug\";s:10:\"blog-posts\";s:5:\"title\";s:10:\"Blog Posts\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"post\";s:6:\"status\";s:6:\"active\";}s:8:\"icon-box\";a:5:{s:4:\"slug\";s:8:\"icon-box\";s:5:\"title\";s:8:\"Icon Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"image-box\";a:5:{s:4:\"slug\";s:9:\"image-box\";s:5:\"title\";s:9:\"Image Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"countdown-timer\";a:5:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:9:\"marketing\";s:6:\"status\";s:8:\"inactive\";}s:11:\"client-logo\";a:5:{s:4:\"slug\";s:11:\"client-logo\";s:5:\"title\";s:11:\"Client Logo\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:9:\"marketing\";s:6:\"status\";s:6:\"active\";}s:3:\"faq\";a:5:{s:4:\"slug\";s:3:\"faq\";s:5:\"title\";s:3:\"FAQ\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"funfact\";a:5:{s:4:\"slug\";s:7:\"funfact\";s:5:\"title\";s:7:\"Funfact\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"creative\";s:6:\"status\";s:6:\"active\";}s:16:\"image-comparison\";a:5:{s:4:\"slug\";s:16:\"image-comparison\";s:5:\"title\";s:16:\"Image Comparison\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}s:11:\"testimonial\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:5:\"title\";s:11:\"Testimonial\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:9:\"marketing\";s:6:\"status\";s:6:\"active\";}s:7:\"pricing\";a:5:{s:4:\"slug\";s:7:\"pricing\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"team\";a:5:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"advanced\";s:6:\"status\";s:6:\"active\";}s:6:\"social\";a:5:{s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"progressbar\";a:5:{s:4:\"slug\";s:11:\"progressbar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}s:13:\"category-list\";a:5:{s:4:\"slug\";s:13:\"category-list\";s:5:\"title\";s:13:\"Category List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"post\";s:6:\"status\";s:6:\"active\";}s:9:\"page-list\";a:5:{s:4:\"slug\";s:9:\"page-list\";s:5:\"title\";s:9:\"Page List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"post-grid\";a:5:{s:4:\"slug\";s:9:\"post-grid\";s:5:\"title\";s:9:\"Post Grid\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"post\";s:6:\"status\";s:8:\"inactive\";}s:9:\"post-list\";a:5:{s:4:\"slug\";s:9:\"post-list\";s:5:\"title\";s:9:\"Post List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"post\";s:6:\"status\";s:6:\"active\";}s:8:\"post-tab\";a:5:{s:4:\"slug\";s:8:\"post-tab\";s:5:\"title\";s:8:\"Post Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"post\";s:6:\"status\";s:8:\"inactive\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:10:\"mail-chimp\";a:5:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"MailChimp\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:11:\"header-info\";a:5:{s:4:\"slug\";s:11:\"header-info\";s:5:\"title\";s:11:\"Header Info\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"piechart\";a:5:{s:4:\"slug\";s:8:\"piechart\";s:5:\"title\";s:9:\"Pie Chart\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"header-search\";a:5:{s:4:\"slug\";s:13:\"header-search\";s:5:\"title\";s:13:\"Header Search\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:16:\"header-offcanvas\";a:5:{s:4:\"slug\";s:16:\"header-offcanvas\";s:5:\"title\";s:16:\"Header Offcanvas\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:3:\"tab\";a:5:{s:4:\"slug\";s:3:\"tab\";s:5:\"title\";s:3:\"Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"contact-form7\";a:5:{s:4:\"slug\";s:13:\"contact-form7\";s:5:\"title\";s:13:\"Contact Form7\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"business-hours\";a:5:{s:4:\"slug\";s:14:\"business-hours\";s:5:\"title\";s:14:\"Business Hours\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"drop-caps\";a:5:{s:4:\"slug\";s:9:\"drop-caps\";s:5:\"title\";s:9:\"Drop Caps\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"creative\";s:6:\"status\";s:8:\"inactive\";}s:12:\"social-share\";a:5:{s:4:\"slug\";s:12:\"social-share\";s:5:\"title\";s:12:\"Social Share\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:9:\"marketing\";s:6:\"status\";s:8:\"inactive\";}s:11:\"dual-button\";a:5:{s:4:\"slug\";s:11:\"dual-button\";s:5:\"title\";s:11:\"Dual Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:13:\"caldera-forms\";a:5:{s:4:\"slug\";s:13:\"caldera-forms\";s:5:\"title\";s:13:\"Caldera Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:8:\"we-forms\";a:5:{s:4:\"slug\";s:8:\"we-forms\";s:5:\"title\";s:7:\"weForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:8:\"wp-forms\";a:5:{s:4:\"slug\";s:8:\"wp-forms\";s:5:\"title\";s:7:\"WPForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:11:\"ninja-forms\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:5:\"title\";s:11:\"Ninja Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:10:\"tablepress\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:5:\"title\";s:10:\"TablePress\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"fluent-forms\";a:5:{s:4:\"slug\";s:12:\"fluent-forms\";s:5:\"title\";s:12:\"Fluent Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:4:\"form\";s:6:\"status\";s:8:\"inactive\";}s:11:\"back-to-top\";a:5:{s:4:\"slug\";s:11:\"back-to-top\";s:5:\"title\";s:11:\"Back To Top\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}}s:11:\"module_list\";a:5:{s:21:\"elementskit-icon-pack\";a:4:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:9:\"Icon Pack\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:13:\"header-footer\";a:4:{s:4:\"slug\";s:13:\"header-footer\";s:5:\"title\";s:13:\"Header Footer\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:8:\"megamenu\";a:4:{s:4:\"slug\";s:8:\"megamenu\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:9:\"Mega Menu\";s:6:\"status\";s:6:\"active\";}s:14:\"onepage-scroll\";a:4:{s:4:\"slug\";s:14:\"onepage-scroll\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Onepage Scroll\";s:6:\"status\";s:8:\"inactive\";}s:14:\"widget-builder\";a:4:{s:4:\"slug\";s:14:\"widget-builder\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Widget Builder\";s:6:\"status\";s:8:\"inactive\";}}s:9:\"user_data\";a:1:{s:10:\"inline_svg\";a:1:{s:9:\"is_enable\";s:1:\"1\";}}s:8:\"settings\";a:2:{s:20:\"filter_widget_module\";s:6:\"custom\";s:16:\"newsletter_email\";s:0:\"\";}s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_4\";a:1:{s:10:\"is_enabled\";i:0;}}}','auto'),
(301,'elements_kit_onboard_status','onboarded','auto'),
(306,'e_editor_counter','51','auto'),
(309,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1768308878;s:5:\"value\";s:723:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"},{\"id\":\"connect-pro-upgrade\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/connect-pro-upgrade.jpg\"}]\";}','off'),
(310,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1768308878;s:5:\"value\";s:12108:\"[{\"id\":\"one-coming-soon\",\"title\":\"A new experience is coming...\",\"description\":\"We\\u2019ve been working on a smoother, more connected way to create, optimize, and manage websites and it\'s almost here. Don\'t miss the reveal! Register now to secure an extra discount at launch.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/one-coming-soon.png\",\"chipTags\":[\"Announcement\"],\"link\":\"https:\\/\\/go.elementor.com\\/register-for-discount\",\"readMoreText\":\"Learn More\"},{\"id\":\"atomic-tabs-3.34\",\"title\":\"Atomic Tabs\",\"description\":\"Nest any type of content inside tab triggers or content panels, unlocking a truly atomic way of design.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/tabs-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"interactions-3.34\",\"title\":\"Entrance Interactions\",\"description\":\"Add subtle, performance\\u2011minded Fade, Scale or Slide effects to your elements from the new Interaction panel.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/interactions-3.34.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.34-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),
(315,'elementor_log','a:6:{s:32:\"f99eb5ed417492ef28b6b3000203a316\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-25 07:33:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"Cannot read properties of undefined (reading &#039;get&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-25 07:33:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1766647983\";s:7:\"message\";s:51:\"Cannot read properties of undefined (reading \'get\')\";s:3:\"url\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:5:\"22591\";}s:7:\"\0*\0file\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:5:\"22591\";}s:32:\"8c714fac5f337ed34edbecea3ee69a2d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-25 07:55:17\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:107:\"Failed to execute &#039;querySelector&#039; on &#039;Document&#039;: &#039;#&#039; is not a valid selector.\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:127;s:14:\"\0*\0times_dates\";a:42:{i:0;s:19:\"2026-01-13 09:25:19\";i:1;s:19:\"2026-01-13 11:00:03\";i:2;s:19:\"2026-01-13 11:00:03\";i:3;s:19:\"2026-01-13 11:10:55\";i:4;s:19:\"2026-01-13 11:10:55\";i:5;s:19:\"2026-01-13 11:10:55\";i:6;s:19:\"2026-01-13 11:10:55\";i:7;s:19:\"2026-01-13 11:12:17\";i:8;s:19:\"2026-01-13 11:12:17\";i:9;s:19:\"2026-01-13 11:12:17\";i:10;s:19:\"2026-01-13 11:12:17\";i:11;s:19:\"2026-01-13 11:12:36\";i:12;s:19:\"2026-01-13 11:12:36\";i:13;s:19:\"2026-01-13 11:12:36\";i:14;s:19:\"2026-01-13 11:12:36\";i:15;s:19:\"2026-01-13 11:12:51\";i:16;s:19:\"2026-01-13 11:12:51\";i:17;s:19:\"2026-01-13 11:12:51\";i:18;s:19:\"2026-01-13 11:12:51\";i:19;s:19:\"2026-01-13 11:13:04\";i:20;s:19:\"2026-01-13 11:13:04\";i:21;s:19:\"2026-01-13 11:13:04\";i:22;s:19:\"2026-01-13 11:13:04\";i:23;s:19:\"2026-01-13 11:13:23\";i:24;s:19:\"2026-01-13 11:13:23\";i:25;s:19:\"2026-01-13 11:13:23\";i:26;s:19:\"2026-01-13 11:13:23\";i:27;s:19:\"2026-01-13 11:14:53\";i:28;s:19:\"2026-01-13 11:14:53\";i:29;s:19:\"2026-01-13 11:14:53\";i:30;s:19:\"2026-01-13 11:14:53\";i:31;s:19:\"2026-01-13 11:15:05\";i:32;s:19:\"2026-01-13 11:15:05\";i:33;s:19:\"2026-01-13 11:15:05\";i:34;s:19:\"2026-01-13 11:15:05\";i:35;s:19:\"2026-01-13 11:15:56\";i:36;s:19:\"2026-01-13 11:15:56\";i:37;s:19:\"2026-01-13 11:15:56\";i:38;s:19:\"2026-01-13 11:15:56\";i:39;s:19:\"2026-01-13 11:16:44\";i:40;s:19:\"2026-01-13 11:16:44\";i:41;s:19:\"2026-01-13 11:16:44\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1766649317\";s:7:\"message\";s:77:\"Failed to execute \'querySelector\' on \'Document\': \'#\' is not a valid selector.\";s:3:\"url\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"929191\";}s:7:\"\0*\0file\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:6:\"929191\";}s:32:\"7eba2ec85cd008299e3ea5c46e82492f\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-25 10:40:40\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:67:\"Cannot read properties of undefined (reading &#039;localized&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:17;s:14:\"\0*\0times_dates\";a:17:{i:0;s:19:\"2025-12-25 10:40:40\";i:1;s:19:\"2025-12-25 10:40:41\";i:2;s:19:\"2025-12-25 10:40:41\";i:3;s:19:\"2025-12-25 14:23:41\";i:4;s:19:\"2025-12-25 14:23:41\";i:5;s:19:\"2025-12-25 14:23:41\";i:6;s:19:\"2025-12-25 14:23:43\";i:7;s:19:\"2025-12-25 14:23:43\";i:8;s:19:\"2025-12-25 14:23:43\";i:9;s:19:\"2025-12-25 14:23:43\";i:10;s:19:\"2025-12-25 14:23:43\";i:11;s:19:\"2025-12-25 14:23:43\";i:12;s:19:\"2025-12-25 14:23:43\";i:13;s:19:\"2025-12-25 14:23:43\";i:14;s:19:\"2025-12-25 14:23:44\";i:15;s:19:\"2025-12-25 14:23:44\";i:16;s:19:\"2025-12-25 14:23:44\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1766659240\";s:7:\"message\";s:57:\"Cannot read properties of undefined (reading \'localized\')\";s:3:\"url\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1013878\";}s:7:\"\0*\0file\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1013878\";}s:32:\"9a265cd7ec074eda7c026c6297c590e1\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-25 14:23:35\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:69:\"Cannot read properties of undefined (reading &#039;toLowerCase&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-12-25 14:23:35\";i:1;s:19:\"2025-12-25 14:24:34\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1766672615\";s:7:\"message\";s:59:\"Cannot read properties of undefined (reading \'toLowerCase\')\";s:3:\"url\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:7:\"1013375\";}s:7:\"\0*\0file\";s:94:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:7:\"1013375\";}s:32:\"efc89fb2e9b52b175dc10819fca5d295\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-12-25 14:33:03\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:30:\"C.startsWith is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-25 14:33:03\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1766673183\";s:7:\"message\";s:30:\"C.startsWith is not a function\";s:3:\"url\";s:102:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.34.0\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:6:\"102715\";}s:7:\"\0*\0file\";s:102:\"https://temp.brandbizztech.net/wp-content/plugins/elementor/assets/js/common-modules.min.js?ver=3.34.0\";s:7:\"\0*\0line\";s:1:\"1\";s:9:\"\0*\0column\";s:6:\"102715\";}s:32:\"e08dc8801dea680e1228c8c693f257ee\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0date\";s:19:\"2026-01-06 06:59:18\";s:7:\"\0*\0type\";s:7:\"warning\";s:10:\"\0*\0message\";s:38:\"Trying to access array offset on false\";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:\"2026-01-06 06:59:18\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:38:\"Trying to access array offset on false\";s:4:\"file\";s:118:\"/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/plugins/elementor/includes/managers/image.php\";s:4:\"line\";i:113;s:5:\"trace\";b:1;}s:7:\"\0*\0file\";s:118:\"/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/plugins/elementor/includes/managers/image.php\";s:7:\"\0*\0line\";i:113;}}','off'),
(319,'_elementor_element_cache_unique_id','fc8c124a8f0014a8f89eca1c2ecf8803','auto'),
(434,'custom-css-js-tree','a:1:{s:28:\"frontend-css-header-internal\";a:2:{i:0;s:7:\"877.css\";i:1;s:7:\"168.css\";}}','auto'),
(435,'ccj-custom_codes_for_block_editor','1','auto'),
(436,'ccj__activation_time','1766670488','auto'),
(437,'ccj__version','3.51.2','auto'),
(470,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:50:\"unlimited-elements-for-elementor/provider/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.13.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1766729030;s:11:\"plugin_path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:7:\"abspath\";s:62:\"/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:8:\"sdk_path\";s:50:\"unlimited-elements-for-elementor/provider/freemius\";s:7:\"version\";s:6:\"2.13.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1766729030;}}','auto'),
(471,'fs_debug_mode','','auto'),
(472,'fs_accounts','a:7:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:17:{s:19:\"last_load_timestamp\";i:1768290019;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1766673068;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.13.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.0.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:22:\"temp.brandbizztech.net\";s:9:\"server_ip\";s:30:\"2a02:4780:11:1923:0:f30:9ab3:a\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1766673068;s:7:\"version\";s:5:\"2.0.1\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1766673072;s:7:\"version\";s:5:\"2.0.1\";}}}s:13:\"file_slug_map\";a:1:{s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:5:\"2.0.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"71da84d0dd5099c08f09bf766edbf156\";}','auto'),
(473,'fs_api_cache','a:0:{}','off'),
(478,'unlimited_elements_notices','a:2:{s:7:\"options\";a:1:{s:12:\"install_time\";i:1766673069;}s:7:\"notices\";a:0:{}}','auto'),
(479,'unitecreator_db_version','6','auto'),
(482,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1766579360;s:7:\"catalog\";a:4:{s:6:\"addons\";a:19:{s:16:\"Creative Widgets\";a:32:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Scroll Marquee\";s:4:\"name\";s:14:\"scroll_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_marquee.png\";s:7:\"preview\";s:35:\"scroll-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.png\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.png\";s:7:\"preview\";s:33:\"icon-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:5;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.png\";s:7:\"preview\";s:31:\"number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Video on Hover\";s:4:\"name\";s:14:\"video_on_hover\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/video_on_hover.png\";s:7:\"preview\";s:35:\"video-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.png\";s:7:\"preview\";s:32:\"blob-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.png\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:9;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.png\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:10;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.png\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:11;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Stacked Images\";s:4:\"name\";s:14:\"stacked_images\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_images.png\";s:7:\"preview\";s:35:\"stacked-images-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:14;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Stacking Cards\";s:4:\"name\";s:14:\"stacking_cards\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacking_cards.png\";s:7:\"preview\";s:35:\"stacking-cards-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:17;a:6:{s:5:\"title\";s:16:\"Scroll Accordion\";s:4:\"name\";s:16:\"scroll_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_accordion.png\";s:7:\"preview\";s:37:\"scroll-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:18;a:6:{s:5:\"title\";s:13:\"Stacked Icons\";s:4:\"name\";s:13:\"stacked_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_icons.png\";s:7:\"preview\";s:34:\"stacked-icons-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:19;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.png\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:20;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:21;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"particle-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:33:\"image-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:44:\"animated-hamburger-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:40:\"scroll-image-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:27;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:28;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequence-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:13:\"Custom Cursor\";s:4:\"name\";s:13:\"custom_cursor\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/custom_cursor.png\";s:7:\"preview\";s:34:\"custom-cursor-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:12:\"Hexagon Grid\";s:4:\"name\";s:24:\"ue_hexagon_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_hexagon_image_gallery.png\";s:7:\"preview\";s:33:\"hexagon-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:31;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:5:\"Tools\";a:40:{i:0;a:6:{s:5:\"title\";s:15:\"Toggle Dropdown\";s:4:\"name\";s:7:\"dropbar\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/dropbar.png\";s:7:\"preview\";s:36:\"toggle-dropdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:6:\"How To\";s:4:\"name\";s:6:\"how_to\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/how_to.png\";s:7:\"preview\";s:27:\"how-to-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:10:\"Flag Icons\";s:4:\"name\";s:10:\"flag_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/flag_icons.png\";s:7:\"preview\";s:31:\"flag-icons-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:3;a:6:{s:5:\"title\";s:17:\"Protected Content\";s:4:\"name\";s:17:\"protected_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/protected_content.png\";s:7:\"preview\";s:38:\"protected-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:6:\"Layers\";s:4:\"name\";s:6:\"layers\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/layers.png\";s:7:\"preview\";s:27:\"layers-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:5;a:6:{s:5:\"title\";s:13:\"Accessibility\";s:4:\"name\";s:20:\"accessibility_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/accessibility_widget.png\";s:7:\"preview\";s:34:\"accessibility-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:10:\"Conditions\";s:4:\"name\";s:10:\"conditions\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/conditions.png\";s:7:\"preview\";s:31:\"conditions-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"360 Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Currency Converter\";s:4:\"name\";s:17:\"currency_exchange\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/currency_exchange.png\";s:7:\"preview\";s:39:\"currency-converter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/scrolling_screenshot.png\";s:7:\"preview\";s:33:\"image-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:10:\"PDF Viewer\";s:4:\"name\";s:10:\"pdf_viewer\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/pdf_viewer.png\";s:7:\"preview\";s:31:\"pdf-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:12;a:6:{s:5:\"title\";s:7:\"Weather\";s:4:\"name\";s:7:\"weather\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/weather.png\";s:7:\"preview\";s:28:\"weather-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.png\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:14;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.png\";s:7:\"preview\";s:29:\"hotspots-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:15;a:6:{s:5:\"title\";s:12:\"Code Snippet\";s:4:\"name\";s:11:\"source_code\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/source_code.png\";s:7:\"preview\";s:33:\"code-snippet-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.png\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:20;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.png\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:13:\"Smooth Scroll\";s:4:\"name\";s:13:\"smooth_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/smooth_scroll.png\";s:7:\"preview\";s:34:\"smooth-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:8:\"Calendar\";s:4:\"name\";s:11:\"ue_calendar\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_calendar.png\";s:7:\"preview\";s:29:\"calendar-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:25;a:6:{s:5:\"title\";s:16:\"Age Verification\";s:4:\"name\";s:22:\"age_verification_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/age_verification_field.png\";s:7:\"preview\";s:37:\"age-verification-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:20:\"Disable Right Click\";s:4:\"name\";s:19:\"disable_right_click\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/disable_right_click.png\";s:7:\"preview\";s:40:\"disable-right-click-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:10:\"Off Canvas\";s:4:\"name\";s:10:\"off_canvas\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/off_canvas.png\";s:7:\"preview\";s:31:\"off-canvas-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:14:\"Cookie Consent\";s:4:\"name\";s:14:\"cookie_consent\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/cookie_consent.png\";s:7:\"preview\";s:35:\"cookie-consent-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:14:\"Random Content\";s:4:\"name\";s:17:\"ue_random_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_random_content.png\";s:7:\"preview\";s:35:\"random-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"name\";s:8:\"rss_feed\";s:6:\"isfree\";b:1;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/rss_feed.png\";s:7:\"preview\";s:29:\"rss-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:31;a:6:{s:5:\"title\";s:15:\"Restaurant Menu\";s:4:\"name\";s:15:\"restaurant_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/restaurant_menu.png\";s:7:\"preview\";s:36:\"restaurant-menu-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:32;a:6:{s:5:\"title\";s:20:\"Payment Method Icons\";s:4:\"name\";s:20:\"payment_method_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/payment_method_icons.png\";s:7:\"preview\";s:41:\"payment-method-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:33;a:6:{s:5:\"title\";s:6:\"Recipe\";s:4:\"name\";s:6:\"recipe\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/recipe.png\";s:7:\"preview\";s:27:\"recipe-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:34;a:6:{s:5:\"title\";s:14:\"Repeater Table\";s:4:\"name\";s:14:\"repeater_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_table.png\";s:7:\"preview\";s:35:\"repeater-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:35;a:6:{s:5:\"title\";s:17:\"Repeater Carousel\";s:4:\"name\";s:17:\"repeater_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_carousel.png\";s:7:\"preview\";s:38:\"repeater-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:36;a:6:{s:5:\"title\";s:13:\"Repeater Tabs\";s:4:\"name\";s:13:\"repeater_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_tabs.png\";s:7:\"preview\";s:34:\"repeater-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:37;a:6:{s:5:\"title\";s:13:\"Repeater Grid\";s:4:\"name\";s:13:\"repeater_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_grid.png\";s:7:\"preview\";s:34:\"repeater-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:38;a:6:{s:5:\"title\";s:18:\"Repeater Accordion\";s:4:\"name\";s:18:\"repeater_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_accordion.png\";s:7:\"preview\";s:39:\"repeater-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"rs\";}i:39;a:6:{s:5:\"title\";s:13:\"Person Schema\";s:4:\"name\";s:13:\"schema_person\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/schema_person.jpg\";s:7:\"preview\";s:34:\"person-schema-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.png\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.png\";s:7:\"preview\";s:34:\"post-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.png\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.png\";s:7:\"preview\";s:30:\"post-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:5;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.png\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:6;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.png\";s:7:\"preview\";s:35:\"post-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:7;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.png\";s:7:\"preview\";s:32:\"post-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.png\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:9;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.png\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.png\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:11;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:12;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.png\";s:7:\"preview\";s:37:\"post-card-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.png\";s:7:\"preview\";s:32:\"post-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:30:\"post-tile-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:32:\"author-list-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.png\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.png\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}}s:20:\"Post Filters & Tools\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"name\";s:18:\"breadcrumbs_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/breadcrumbs_widget.png\";s:7:\"preview\";s:32:\"breadcrumbs-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:18:\"Price Range Filter\";s:4:\"name\";s:18:\"price_range_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/price_range_filter.png\";s:7:\"preview\";s:39:\"price-range-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Colors Swatches Filter\";s:4:\"name\";s:22:\"colors_swatches_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/colors_swatches_filter.png\";s:7:\"preview\";s:42:\"color-swatches-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:18:\"Off Canvas Filters\";s:4:\"name\";s:23:\"mobile_dropdown_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/mobile_dropdown_filters.png\";s:7:\"preview\";s:39:\"off-canvas-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Accordion Filters\";s:4:\"name\";s:17:\"accordion_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/accordion_filters.png\";s:7:\"preview\";s:38:\"accordion-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:15:\"Alphabet Filter\";s:4:\"name\";s:18:\"ue_alphabet_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_alphabet_filter.png\";s:7:\"preview\";s:36:\"alphabet-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Form Builder\";a:19:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"name\";s:15:\"multi_step_form\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/multi_step_form.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:10;a:6:{s:5:\"title\";s:10:\"File Field\";s:4:\"name\";s:10:\"file_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/file_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:13:\"Confirm Field\";s:4:\"name\";s:13:\"confirm_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/confirm_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:17:\"Star Rating Field\";s:4:\"name\";s:17:\"star_rating_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/star_rating_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:9:\"NPS Field\";s:4:\"name\";s:9:\"nps_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/nps_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:17;a:6:{s:5:\"title\";s:11:\"Scale Field\";s:4:\"name\";s:11:\"scale_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/scale_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:18;a:6:{s:5:\"title\";s:12:\"Likert Scale\";s:4:\"name\";s:12:\"likert_scale\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/likert_scale.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}}s:11:\"Woo Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:13:\"Woo Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woo_mini_cart_ax.png\";s:7:\"preview\";s:34:\"woo-mini-cart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Woo Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_grid.png\";s:7:\"preview\";s:37:\"woo-product-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:16:\"Woo Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_list.jpg\";s:7:\"preview\";s:37:\"woo-product-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:3;a:6:{s:5:\"title\";s:20:\"Woo Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_carousel.png\";s:7:\"preview\";s:41:\"woo-product-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:4;a:6:{s:5:\"title\";s:15:\"Woo AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_ajax_search.png\";s:7:\"preview\";s:36:\"woo-ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:17:\"Woo Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_grid.png\";s:7:\"preview\";s:39:\"woo-category-grid-widget-for-elemenetor\";s:4:\"tags\";s:1:\"s\";}i:6;a:6:{s:5:\"title\";s:21:\"Woo Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_carousel.png\";s:7:\"preview\";s:42:\"woo-category-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:18:\"Woo Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_slider.png\";s:7:\"preview\";s:39:\"woo-product-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/quantity_increment_buttons.png\";s:7:\"preview\";s:47:\"quantity-increment-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Marketing Widgets\";a:54:{i:0;a:6:{s:5:\"title\";s:5:\"Badge\";s:4:\"name\";s:5:\"badge\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/badge.png\";s:7:\"preview\";s:26:\"badge-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:15:\"Comparison List\";s:4:\"name\";s:15:\"comparison_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/comparison_list.png\";s:7:\"preview\";s:36:\"comparison-list-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.png\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:42:\"unlimited-google-maps-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_carousel.png\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.png\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_grid.png\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:7;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_testimonial.png\";s:7:\"preview\";s:36:\"testimonial-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:11;a:6:{s:5:\"title\";s:16:\"Testimonial Grid\";s:4:\"name\";s:16:\"testemonial_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/testemonial_grid.png\";s:7:\"preview\";s:37:\"testimonial-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:12;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/material_block_quote.png\";s:7:\"preview\";s:37:\"block-quote-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_card.png\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"instagram-latest-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.png\";s:7:\"preview\";s:32:\"product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card_testimonial.png\";s:7:\"preview\";s:37:\"testimonial-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:23;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_box_overlay.gif\";s:7:\"preview\";s:36:\"team-member-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/circle_effect_team_member.gif\";s:7:\"preview\";s:44:\"team-member-icon-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:41:\"instagram-metro-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:32;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:33;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"team-member-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:34;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:35;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.png\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:36;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.png\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:37;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.png\";s:7:\"preview\";s:33:\"product-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:38;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:39;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:39:\"product-highlights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:40;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:41;a:6:{s:5:\"title\";s:17:\"Statistic Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:38:\"statistic-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:42;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:37:\"icon-mobile-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:43;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:44;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.png\";s:7:\"preview\";s:36:\"timer-countdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:45;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:43:\"pricing-table-flip-box-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:46;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:47;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:36:\"review-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:48;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.png\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:49;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:50;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:51;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:52;a:6:{s:5:\"title\";s:13:\"Telegram Chat\";s:4:\"name\";s:13:\"telegram_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/telegram_chat.png\";s:7:\"preview\";s:34:\"telegram-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:53;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:34:\"loop-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:30:\"loop-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:35:\"loop-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:32:\"loop-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:41:\"dynamic-popup-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.png\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.png\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.png\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.png\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.png\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.png\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.png\";s:7:\"preview\";s:38:\"remote-play-pause-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.png\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Menu Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.png\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.png\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.png\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:30:\"list-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Multi Level Sliding Menu\";s:4:\"name\";s:24:\"multi_level_sliding_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/multi_level_sliding_menu.png\";s:7:\"preview\";s:45:\"multi-level-sliding-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.png\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:15:\"Content Widgets\";a:22:{i:0;a:6:{s:5:\"title\";s:14:\"Content Toggle\";s:4:\"name\";s:21:\"simple_content_toggle\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_content_toggle.png\";s:7:\"preview\";s:35:\"content-toggle-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:2;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/image_card_carousel.png\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:3;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.png\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/cover_flow_carousel.png\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:6;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:7;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/icon_carousel.png\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:8;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.png\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:9;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:12;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:35:\"swipe-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:14;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:18;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.png\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:21;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Media Widgets\";a:17:{i:0;a:6:{s:5:\"title\";s:14:\"Video Carousel\";s:4:\"name\";s:14:\"video_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/video_carousel.png\";s:7:\"preview\";s:35:\"video-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:1;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.png\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.png\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:27:\"Masonry & Justified Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.png\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.png\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:6;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.png\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:7;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:8;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.png\";s:7:\"preview\";s:38:\"thumbnail-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:9;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:14;a:6:{s:5:\"title\";s:22:\"Image and Video Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:43:\"image-and-video-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:15;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}}s:19:\"Infographic Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:24:\"Vertical Curved Timeline\";s:4:\"name\";s:23:\"vertical_curve_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/vertical_curve_timeline.png\";s:7:\"preview\";s:45:\"vertical-curved-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Bracket Maker\";s:4:\"name\";s:13:\"bracket_maker\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/bracket_maker.png\";s:7:\"preview\";s:34:\"bracket-maker-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:19:\"Horizontal Timeline\";s:4:\"name\";s:19:\"horizontal_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/horizontal_timeline.png\";s:7:\"preview\";s:40:\"horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:3;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.png\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.png\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:6;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:9;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.png\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.png\";s:7:\"preview\";s:30:\"pie-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.png\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.png\";s:7:\"preview\";s:31:\"line-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Content Boxes\";a:21:{i:0;a:6:{s:5:\"title\";s:24:\"Parallax 3D Content Card\";s:4:\"name\";s:24:\"parallax_3d_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/parallax_3d_content_card.png\";s:7:\"preview\";s:45:\"parallax-3d-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:23:\"Content Reveal on Hover\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:44:\"content-reveal-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:26:\"Caption Reveal Content Box\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:47:\"caption-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/material_footer_card.jpg\";s:7:\"preview\";s:30:\"icon-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:31:\"image-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:40:\"content-box-overlay-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:36:\"icon-number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:47:\"content-box-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_icon_box.png\";s:7:\"preview\";s:37:\"sliding-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:37:\"overlay-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:20:\"Glowing Content Card\";s:4:\"name\";s:20:\"glowing_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/glowing_content_card.png\";s:7:\"preview\";s:41:\"glowing-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:39:\"link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:39:\"icon-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"iHover Effects\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:35:\"ihover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:42:\"caption-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:14:\"Button Widgets\";a:31:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.png\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:22:\"Gradient Border Button\";s:4:\"name\";s:22:\"gradient_border_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_border_button.gif\";s:7:\"preview\";s:43:\"gradient-border-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:20:\"Social Share Buttons\";s:4:\"name\";s:20:\"social_share_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_share_buttons.png\";s:7:\"preview\";s:41:\"social-share-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_glare_effect.jpg\";s:7:\"preview\";s:46:\"social-icons-glare-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/shape_social_icons.png\";s:7:\"preview\";s:39:\"shape-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:38:\"video-play-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/square_to_circle_social_icons.png\";s:7:\"preview\";s:58:\"square-to-circle-social-icons-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:11:\"Glass Icons\";s:4:\"name\";s:11:\"glass_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glass_icons.png\";s:7:\"preview\";s:32:\"glass-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/rotating_social_icons.png\";s:7:\"preview\";s:42:\"rotating-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_label.png\";s:7:\"preview\";s:45:\"social-icons-with-labels-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:57:\"social-icons-with-circle-fill-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:21;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:41:\"parallelogram-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:38:\"button-icon-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Typography\";a:16:{i:0;a:6:{s:5:\"title\";s:10:\"Annotation\";s:4:\"name\";s:10:\"annotation\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/annotation.png\";s:7:\"preview\";s:31:\"annotation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-text-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:33:\"text-rotator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.png\";s:7:\"preview\";s:35:\"3d-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:41:\"gradient-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:43:\"typewriter-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:40:\"text-marquee-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:48:\"unlimited-separator-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:43:\"line-diamond-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:38:\"line-text-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:42:\"zigzag-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Shapes Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:37:\"shapes-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icons Separator\";s:4:\"name\";s:20:\"blox_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_icons_separator.png\";s:7:\"preview\";s:36:\"icons-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"animated-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:46:\"christmas-candy-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:11:\"Backgrounds\";a:31:{i:0;a:6:{s:5:\"title\";s:33:\"Animated Mesh Gradient Background\";s:4:\"name\";s:26:\"stripe_gradient_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/stripe_gradient_background.jpg\";s:7:\"preview\";s:54:\"animated-mesh-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:24:\"Shape Divider Background\";s:4:\"name\";s:24:\"shape_divider_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shape_divider_background.png\";s:7:\"preview\";s:45:\"shape-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:32:\"Animated Wave Divider Background\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/wave_animation.jpg\";s:7:\"preview\";s:53:\"animated-wave-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Clouds Background\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/clouds.jpg\";s:7:\"preview\";s:38:\"clouds-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Bubble Float Background\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bubble_float.jpg\";s:7:\"preview\";s:44:\"bubble-float-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Animated Blob Background\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blob_animation.png\";s:7:\"preview\";s:45:\"animated-blob-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/background_slider.gif\";s:7:\"preview\";s:38:\"background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Huge Shapes Background\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:123:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/huge_shap_background_animation.png\";s:7:\"preview\";s:43:\"huge-shapes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:115:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Stripes Background\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/moving_stripes.gif\";s:7:\"preview\";s:48:\"animated-stripes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:27:\"Animated Ripples Background\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_ripples.jpg\";s:7:\"preview\";s:48:\"animated-ripples-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:23:\"Retro Blocks Background\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_retro_blocks.jpg\";s:7:\"preview\";s:44:\"retro-blocks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:29:\"Alternating Colors Background\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Bokeh Background\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bokeh.jpg\";s:7:\"preview\";s:37:\"bokeh-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:26:\"Shooting Lights Background\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:118:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_confetti_bg.png\";s:7:\"preview\";s:40:\"confetti-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:28:\"Sliding Diagonals Background\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:128:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:49:\"sliding-diagonals-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_css_snow_bg.jpg\";s:7:\"preview\";s:43:\"snow-flakes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:37:\"Animated Floating Elements Background\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:124:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/css_animated_squares_background.jpg\";s:7:\"preview\";s:58:\"animated-floating-elements-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:26:\"Diamond Pattern Background\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/diamond_pattern.jpg\";s:7:\"preview\";s:47:\"diamond-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/star_particles.jpg\";s:7:\"preview\";s:37:\"stars-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:20:\"Starfield Background\";s:4:\"name\";s:20:\"starfield_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/starfield_background.jpg\";s:7:\"preview\";s:41:\"starfield-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:23:\"Colorful Animated Waves\";s:4:\"name\";s:23:\"colorful_animated_waves\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/colorful_animated_waves.png\";s:7:\"preview\";s:55:\"colorful-animated-waves-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:18:\"elementor_template\";a:4:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:15:\"Kiddy - About 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas  - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:20:\"Interactive Sections\";a:3:{s:18:\"team-member-slider\";a:5:{s:5:\"title\";s:18:\"Team Member Slider\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Interactive Sections/template_team_member_slider.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"pricing-plans-1mi0z\";a:5:{s:5:\"title\";s:13:\"Pricing Plans\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:29:\"advanced-team-member-carousel\";a:5:{s:5:\"title\";s:29:\"Advanced Team Member Carousel\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}s:4:\"blog\";a:3:{i:0;a:3:{s:5:\"title\";s:43:\"How to Create a Loop Carousel in Elementor?\";s:5:\"image\";s:110:\"https://unlimited-elements.com/wp-content/uploads/2025/12/Loop-Carousel-in-Elementor-Featured-Blog-150x150.jpg\";s:4:\"link\";s:67:\"https://unlimited-elements.com/create-a-loop-carousel-in-elementor/\";}i:1;a:3:{s:5:\"title\";s:42:\"How to Create a Search Filter in Elementor\";s:5:\"image\";s:110:\"https://unlimited-elements.com/wp-content/uploads/2025/12/Search-Filter-in-Elementor-Featured-Blog-150x150.jpg\";s:4:\"link\";s:67:\"https://unlimited-elements.com/create-a-search-filter-in-elementor/\";}i:2;a:3:{s:5:\"title\";s:53:\"How To Get Your Elementor Website Ready For Christmas\";s:5:\"image\";s:88:\"https://unlimited-elements.com/wp-content/uploads/2023/11/christmas-blog-new-150x150.jpg\";s:4:\"link\";s:85:\"https://unlimited-elements.com/how-to-get-your-elementor-website-ready-for-christmas/\";}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:5:\"title\";s:53:\"How To Get Your Elementor Website Ready For Christmas\";s:5:\"image\";s:88:\"https://unlimited-elements.com/wp-content/uploads/2023/11/christmas-blog-new-150x150.jpg\";s:4:\"link\";s:85:\"https://unlimited-elements.com/how-to-get-your-elementor-website-ready-for-christmas/\";s:3:\"cat\";s:4:\"blog\";}}}','off'),
(483,'untecreator_state','a:2:{s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:22:\"ucweb_creative_widgets\";}','auto'),
(490,'_elementor_ab_testing_data','a:2:{s:7:\"timeout\";i:1768297489;s:5:\"value\";s:273:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":true,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}','off'),
(491,'elementor_unfiltered_files_upload','1','auto'),
(492,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),
(600,'jetpack_active_modules','a:0:{}','auto'),
(607,'elementskit-lite__stories_last_check','1768293854','auto'),
(608,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10022097\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022097;s:5:\"title\";s:26:\"GetGenie Holiday Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://getgenie.ai/holidaysale\";s:11:\"story_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2025/12/Getgenie-Holiday-Sale.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10022091\";O:8:\"stdClass\":9:{s:2:\"id\";i:10022091;s:5:\"title\";s:23:\"Wpmet Holiday Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:19:\"popup-builder-block\";i:5;s:10:\"shopengine\";i:6;s:9:\"wp-social\";i:7;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1766361600;s:3:\"end\";i:1768608000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:22:\"https://wpmet.com/4mb9\";s:11:\"story_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2025/12/Wpmet-Holiday-Sale.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10021822\";O:8:\"stdClass\":9:{s:2:\"id\";i:10021822;s:5:\"title\";s:18:\"BFCM GetGenie 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/geniestoryh50\";s:11:\"story_image\";s:68:\"https://api.wpmet.com/auth/wp-content/uploads/2025/11/GetGenie-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10021818\";O:8:\"stdClass\":9:{s:2:\"id\";i:10021818;s:5:\"title\";s:15:\"Wpmet BFCM 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1762819200;s:3:\"end\";i:1765843200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://wpmet.com/wpstoryh80\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/11/Wpmet-2.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020924\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020924;s:5:\"title\";s:23:\"Halloween GetGenie 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:33:\"https://getgenie.ai/geniestoryh45\";s:11:\"story_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/GetGenie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020922\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020922;s:5:\"title\";s:20:\"Hallowwen Wpmet 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"emailkit\";i:2;s:21:\"gutenkit-blocks-addon\";i:3;s:7:\"metform\";i:4;s:10:\"shopengine\";i:5;s:9:\"wp-social\";i:6;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1760486400;s:3:\"end\";i:1762128000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://wpmet.com/wpstoryh78\";s:11:\"story_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2025/10/Wpmet-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10020276\";O:8:\"stdClass\":9:{s:2:\"id\";i:10020276;s:5:\"title\";s:17:\"GetGenie 30K Deal\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1757203200;s:3:\"end\";i:1758499200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:28:\"https://getgenie.ai/30kstory\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/09/Genie-30K-GIF.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10019442\";O:8:\"stdClass\":9:{s:2:\"id\";i:10019442;s:5:\"title\";s:23:\"Wpmet Birthday 25 Genie\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:32:\"https://wpmet.com/gbday-story-25\";s:11:\"story_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/Genie.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10019440\";O:8:\"stdClass\":9:{s:2:\"id\";i:10019440;s:5:\"title\";s:19:\"Wpmet Birthday 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:6:{i:0;s:8:\"emailkit\";i:1;s:21:\"gutenkit-blocks-addon\";i:2;s:7:\"metform\";i:3;s:10:\"shopengine\";i:4;s:9:\"wp-social\";i:5;s:18:\"wp-ultimate-review\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1753920000;s:3:\"end\";i:1755561600;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:31:\"https://wpmet.com/bday-story-25\";s:11:\"story_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/WP.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10018690\";O:8:\"stdClass\":9:{s:2:\"id\";i:10018690;s:5:\"title\";s:36:\"GetGenie 4th of July Flash Sale 2025\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:2:{i:0;s:8:\"getgenie\";i:1;s:12:\"getgenie-pro\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1751328000;s:3:\"end\";i:1752019200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:27:\"https://getgenie.ai/story45\";s:11:\"story_image\";s:71:\"https://api.wpmet.com/auth/wp-content/uploads/2025/07/GetGenie__Gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','auto'),
(619,'ai1wm_updater','a:0:{}','auto'),
(621,'litespeed.conf._version','7.7','auto'),
(622,'litespeed.conf.hash','3BTNNHnikbhbSKyIA1aFCXiNu9VZTQkX','auto'),
(623,'litespeed.conf.api_key','','auto'),
(624,'litespeed.conf.auto_upgrade','','auto'),
(625,'litespeed.conf.server_ip','','auto'),
(626,'litespeed.conf.guest','','auto'),
(627,'litespeed.conf.guest_optm','','auto'),
(628,'litespeed.conf.news','1','auto'),
(629,'litespeed.conf.cache','1','auto'),
(630,'litespeed.conf.cache-priv','1','auto'),
(631,'litespeed.conf.cache-commenter','1','auto'),
(632,'litespeed.conf.cache-rest','1','auto'),
(633,'litespeed.conf.cache-page_login','1','auto'),
(634,'litespeed.conf.cache-mobile','','auto'),
(635,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),
(636,'litespeed.conf.cache-browser','','auto'),
(637,'litespeed.conf.cache-exc_useragents','[]','auto'),
(638,'litespeed.conf.cache-exc_cookies','[]','auto'),
(639,'litespeed.conf.cache-exc_qs','[]','auto'),
(640,'litespeed.conf.cache-exc_cat','[]','auto'),
(641,'litespeed.conf.cache-exc_tag','[]','auto'),
(642,'litespeed.conf.cache-force_uri','[]','auto'),
(643,'litespeed.conf.cache-force_pub_uri','[]','auto'),
(644,'litespeed.conf.cache-priv_uri','[]','auto'),
(645,'litespeed.conf.cache-exc','[]','auto'),
(646,'litespeed.conf.cache-exc_roles','[]','auto'),
(647,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),
(648,'litespeed.conf.cache-ttl_pub','604800','auto'),
(649,'litespeed.conf.cache-ttl_priv','1800','auto'),
(650,'litespeed.conf.cache-ttl_frontpage','604800','auto'),
(651,'litespeed.conf.cache-ttl_feed','604800','auto'),
(652,'litespeed.conf.cache-ttl_rest','604800','auto'),
(653,'litespeed.conf.cache-ttl_browser','31557600','auto'),
(654,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),
(655,'litespeed.conf.cache-login_cookie','','auto'),
(656,'litespeed.conf.cache-ajax_ttl','[]','auto'),
(657,'litespeed.conf.cache-vary_cookies','[]','auto'),
(658,'litespeed.conf.cache-vary_group','[]','auto'),
(659,'litespeed.conf.purge-upgrade','','auto'),
(660,'litespeed.conf.purge-stale','','auto'),
(661,'litespeed.conf.purge-post_all','','auto'),
(662,'litespeed.conf.purge-post_f','1','auto'),
(663,'litespeed.conf.purge-post_h','1','auto'),
(664,'litespeed.conf.purge-post_p','1','auto'),
(665,'litespeed.conf.purge-post_pwrp','1','auto'),
(666,'litespeed.conf.purge-post_a','1','auto'),
(667,'litespeed.conf.purge-post_y','','auto'),
(668,'litespeed.conf.purge-post_m','1','auto'),
(669,'litespeed.conf.purge-post_d','','auto'),
(670,'litespeed.conf.purge-post_t','1','auto'),
(671,'litespeed.conf.purge-post_pt','1','auto'),
(672,'litespeed.conf.purge-timed_urls','[]','auto'),
(673,'litespeed.conf.purge-timed_urls_time','','auto'),
(674,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto'),
(675,'litespeed.conf.esi','','auto'),
(676,'litespeed.conf.esi-cache_admbar','1','auto'),
(677,'litespeed.conf.esi-cache_commform','1','auto'),
(678,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),
(679,'litespeed.conf.util-instant_click','','auto'),
(680,'litespeed.conf.util-no_https_vary','','auto'),
(681,'litespeed.conf.debug-disable_all','','auto'),
(682,'litespeed.conf.debug','0','auto'),
(683,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),
(684,'litespeed.conf.debug-level','','auto'),
(685,'litespeed.conf.debug-filesize','3','auto'),
(686,'litespeed.conf.debug-collapse_qs','','auto'),
(687,'litespeed.conf.debug-inc','[]','auto'),
(688,'litespeed.conf.debug-exc','[]','auto'),
(689,'litespeed.conf.debug-exc_strings','[]','auto'),
(690,'litespeed.conf.db_optm-revisions_max','0','auto'),
(691,'litespeed.conf.db_optm-revisions_age','0','auto'),
(692,'litespeed.conf.optm-css_min','','auto'),
(693,'litespeed.conf.optm-css_comb','','auto'),
(694,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),
(695,'litespeed.conf.optm-ucss','','auto'),
(696,'litespeed.conf.optm-ucss_inline','','auto'),
(697,'litespeed.conf.optm-ucss_whitelist','[]','auto'),
(698,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),
(699,'litespeed.conf.optm-ucss_exc','[]','auto'),
(700,'litespeed.conf.optm-css_exc','[]','auto'),
(701,'litespeed.conf.optm-js_min','','auto'),
(702,'litespeed.conf.optm-js_comb','','auto'),
(703,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),
(704,'litespeed.conf.optm-js_delay_inc','[]','auto'),
(705,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),
(706,'litespeed.conf.optm-html_min','','auto'),
(707,'litespeed.conf.optm-html_lazy','[]','auto'),
(708,'litespeed.conf.optm-html_skip_comment','[]','auto'),
(709,'litespeed.conf.optm-qs_rm','','auto'),
(710,'litespeed.conf.optm-ggfonts_rm','','auto'),
(711,'litespeed.conf.optm-css_async','','auto'),
(712,'litespeed.conf.optm-ccss_per_url','','auto'),
(713,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),
(714,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),
(715,'litespeed.conf.optm-ccss_whitelist','[]','auto'),
(716,'litespeed.conf.optm-css_async_inline','1','auto'),
(717,'litespeed.conf.optm-css_font_display','','auto'),
(718,'litespeed.conf.optm-js_defer','0','auto'),
(719,'litespeed.conf.optm-emoji_rm','','auto'),
(720,'litespeed.conf.optm-noscript_rm','','auto'),
(721,'litespeed.conf.optm-ggfonts_async','','auto'),
(722,'litespeed.conf.optm-exc_roles','[]','auto'),
(723,'litespeed.conf.optm-ccss_con','','auto'),
(724,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),
(725,'litespeed.conf.optm-gm_js_exc','[]','auto'),
(726,'litespeed.conf.optm-dns_prefetch','[]','auto'),
(727,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),
(728,'litespeed.conf.optm-dns_preconnect','[]','auto'),
(729,'litespeed.conf.optm-exc','[]','auto'),
(730,'litespeed.conf.optm-guest_only','1','auto'),
(731,'litespeed.conf.object','','auto'),
(732,'litespeed.conf.object-kind','','auto'),
(733,'litespeed.conf.object-host','localhost','auto'),
(734,'litespeed.conf.object-port','11211','auto'),
(735,'litespeed.conf.object-life','360','auto'),
(736,'litespeed.conf.object-persistent','1','auto'),
(737,'litespeed.conf.object-admin','1','auto'),
(738,'litespeed.conf.object-transients','1','auto'),
(739,'litespeed.conf.object-db_id','0','auto'),
(740,'litespeed.conf.object-user','','auto'),
(741,'litespeed.conf.object-pswd','','auto'),
(742,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto'),
(743,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),
(744,'litespeed.conf.discuss-avatar_cache','','auto'),
(745,'litespeed.conf.discuss-avatar_cron','','auto'),
(746,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),
(747,'litespeed.conf.optm-localize','','auto'),
(748,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),
(749,'litespeed.conf.media-lazy','','auto'),
(750,'litespeed.conf.media-lazy_placeholder','','auto'),
(751,'litespeed.conf.media-placeholder_resp','','auto'),
(752,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),
(753,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto'),
(754,'litespeed.conf.media-lqip','','auto'),
(755,'litespeed.conf.media-lqip_qual','4','auto'),
(756,'litespeed.conf.media-lqip_min_w','150','auto'),
(757,'litespeed.conf.media-lqip_min_h','150','auto'),
(758,'litespeed.conf.media-placeholder_resp_async','1','auto'),
(759,'litespeed.conf.media-iframe_lazy','','auto'),
(760,'litespeed.conf.media-add_missing_sizes','','auto'),
(761,'litespeed.conf.media-lazy_exc','[]','auto'),
(762,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),
(763,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),
(764,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),
(765,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),
(766,'litespeed.conf.media-lazy_uri_exc','[]','auto'),
(767,'litespeed.conf.media-lqip_exc','[]','auto'),
(768,'litespeed.conf.media-vpi','','auto'),
(769,'litespeed.conf.media-vpi_cron','','auto'),
(770,'litespeed.conf.media-auto_rescale_ori','','auto'),
(771,'litespeed.conf.img_optm-auto','','auto'),
(772,'litespeed.conf.img_optm-ori','1','auto'),
(773,'litespeed.conf.img_optm-rm_bkup','','auto'),
(774,'litespeed.conf.img_optm-webp','0','auto'),
(775,'litespeed.conf.img_optm-lossless','','auto'),
(776,'litespeed.conf.img_optm-sizes_skipped','[]','auto'),
(777,'litespeed.conf.img_optm-exif','1','auto'),
(778,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto'),
(779,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),
(780,'litespeed.conf.img_optm-jpg_quality','82','auto'),
(781,'litespeed.conf.crawler','','auto'),
(782,'litespeed.conf.crawler-crawl_interval','302400','auto'),
(783,'litespeed.conf.crawler-load_limit','1','auto'),
(784,'litespeed.conf.crawler-sitemap','','auto'),
(785,'litespeed.conf.crawler-roles','[]','auto'),
(786,'litespeed.conf.crawler-cookies','[]','auto'),
(787,'litespeed.conf.misc-heartbeat_front','','auto'),
(788,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),
(789,'litespeed.conf.misc-heartbeat_back','','auto'),
(790,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),
(791,'litespeed.conf.misc-heartbeat_editor','','auto'),
(792,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),
(793,'litespeed.conf.cdn','','auto'),
(794,'litespeed.conf.cdn-ori','[]','auto'),
(795,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),
(796,'litespeed.conf.cdn-exc','[]','auto'),
(797,'litespeed.conf.cdn-quic','','auto'),
(798,'litespeed.conf.cdn-cloudflare','','auto'),
(799,'litespeed.conf.cdn-cloudflare_email','','auto'),
(800,'litespeed.conf.cdn-cloudflare_key','','auto'),
(801,'litespeed.conf.cdn-cloudflare_name','','auto'),
(802,'litespeed.conf.cdn-cloudflare_zone','','auto'),
(803,'litespeed.conf.cdn-cloudflare_clear','','auto'),
(804,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto'),
(805,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),
(806,'litespeed.conf.qc-nameservers','','auto'),
(807,'litespeed.conf.qc-cname','','auto'),
(808,'litespeed.conf.debug-disable_tmp','0','auto'),
(809,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1766729881,\"news.utime\":1768295013,\"curr_request.news\":0,\"last_request.news\":1768295013}','auto'),
(810,'litespeed.purge.queue','-1','auto'),
(811,'litespeed.purge.queue2','-1','auto'),
(813,'litespeed.gui.lscwp_whm_install','-1','auto'),
(814,'litespeed.gui.dismiss','-1','auto'),
(815,'litespeed.data.upgrading','-1','auto'),
(816,'litespeed.admin_display.messages','-1','auto'),
(817,'litespeed.gui._summary','{\"new_version\":1767334682,\"score\":1767939482}','auto'),
(827,'litespeed.optimize.timestamp_purge_css','1768305431','auto'),
(863,'hfe_start_onboarding','1','auto'),
(902,'litespeed.admin_display.thirdparty_litespeed_check','1','auto'),
(904,'uae_analytics_optin','no','off'),
(905,'bsf_analytics_last_displayed_time','1767344663','off'),
(1027,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off');
INSERT INTO `wp_options` VALUES
(1061,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:1408:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:36;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-elementskit_content-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-elementskit_content-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-elementskit_content-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-single-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-single-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-single-elementskit_content-title\";i:1;s:43:\"ast-dynamic-single-elementskit_content-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:93:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:97:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:102:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-elementskit_content-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementskit_content-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-elementskit_content-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-elementskit_content-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_content-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementskit_content-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_content-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementskit_content-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-single-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"ast-dynamic-single-elementskit_content-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-posttype-elementskit_content-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-posttype-elementskit_content-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[single-posttype-elementskit_content-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[single-elementskit_template-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_template-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-elementskit_template-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-single-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-single-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-single-elementskit_template-title\";i:1;s:44:\"ast-dynamic-single-elementskit_template-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:96:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:97:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:98:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:103:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-elementskit_template-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-elementskit_template-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementskit_template-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementskit_template-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementskit_template-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementskit_template-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-single-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-elementskit_template-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-elementskit_template-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-single-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"ast-dynamic-single-elementskit_template-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-posttype-elementskit_template-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-posttype-elementskit_template-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[single-posttype-elementskit_template-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[single-elementor-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-elementor-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-elementor-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-elementor-hf-title\";i:1;s:36:\"ast-dynamic-single-elementor-hf-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:90:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:95:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementor-hf-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-elementor-hf-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-elementor-hf-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"ast-dynamic-single-elementor-hf-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-posttype-elementor-hf-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-posttype-elementor-hf-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[single-posttype-elementor-hf-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[archive-elementskit_content-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-elementskit_content-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_content-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-elementskit_content-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"ast-dynamic-archive-elementskit_content-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-archive-elementskit_content-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementskit_content-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementskit_content-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:45:\"ast-dynamic-archive-elementskit_content-title\";i:1;s:51:\"ast-dynamic-archive-elementskit_content-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-archive-elementskit_content-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_content-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementskit_content-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementskit_content-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_content-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:70:\"astra-settings[ast-dynamic-archive-elementskit_content-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[archive-elementskit_template-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_template-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[archive-elementskit_template-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[archive-elementskit_template-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"ast-dynamic-archive-elementskit_template-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-archive-elementskit_template-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-elementskit_template-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementskit_template-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:46:\"ast-dynamic-archive-elementskit_template-title\";i:1;s:52:\"ast-dynamic-archive-elementskit_template-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-elementskit_template-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementskit_template-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementskit_template-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:85:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-elementskit_template-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:72:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-elementskit_template-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:71:\"astra-settings[ast-dynamic-archive-elementskit_template-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[archive-elementor-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[archive-elementor-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[archive-elementor-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-elementor-hf-title\";i:1;s:44:\"ast-dynamic-archive-elementor-hf-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:0:{}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:45:\"https://temp.mistercleaner.co.nz/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_social_icons\";}}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11386;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:11440;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','off'),
(1559,'elementskit-lite_never_show','yes','auto'),
(1560,'astra_analytics_optin','no','off'),
(1581,'grw_activation_time','1767505350','auto'),
(1582,'grw_is_multisite','','auto'),
(1584,'grw_active','1','auto'),
(1585,'grw_google_api_key','','auto'),
(1586,'grw_version','6.9','auto'),
(1587,'grw_auth_code','eKX740I3ZSSqu3CiuhTIE5MecKgUS0RJOE3DdjeSoy9PqSJhCMcKFTaTVlwGeqLYy1nnjChMXuSU8ATGjGDIL9n5XHq2uCtf1Wdo6sJB3Yu2ueV8DAw1CKS36JGxuNW','auto'),
(1588,'grw_revupd_cron','1','auto'),
(1589,'widget_grw_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(1590,'rplg_rev_notice_show','','auto'),
(1592,'grw_revupd_cron_timeout','47275','auto'),
(1593,'grw_revupd_cron_log','Executed at 1768299003510 in 1ms for feeds: 844','auto'),
(1597,'grw_last_error','','auto'),
(1598,'grw_save_log','1767347867338_ip[ChIJxdtgqUaLkooROfL6xKsW-qk,Mr. Cleaner,4.7,88]_ir[Crispin Dye,5,0,]_ir[Lemohr Mataganas,5,13,en]_ir[justin de mesa,5,12,en]_ir[Jeffrey Cabatuando,5,0,]_ir[Lei Ivan Juarez,5,0,]_ir[Mayzen Dela Cruz,5,339,en]_ir[Jan Parkin,5,160,en]_ir[Samuel Parker-Gibson,5,182,en]_ir[Lily,5,197,en]_ir[Anna Ramon,5,239,en]','auto'),
(1599,'grw_feed_ids','844','auto'),
(1613,'grw_rate_us','1767348735:5','auto'),
(1738,'grw_rev_notice_hide','never','auto'),
(1846,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"3199e2537fbad380fa221e097719f7c6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(1864,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),
(1889,'_transient_health-check-site-status-result','{\"good\":21,\"recommended\":2,\"critical\":1}','on'),
(1947,'_site_transient_timeout_browser_3fa31b52dd6ebc517e5492d43d77e61c','1768635927','off'),
(1948,'_site_transient_browser_3fa31b52dd6ebc517e5492d43d77e61c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"134.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(1949,'_site_transient_timeout_php_check_9c9455a4a3a9b8b637e3ca09603c559b','1768635928','off'),
(1950,'_site_transient_php_check_9c9455a4a3a9b8b637e3ca09603c559b','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(2132,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1768305376;s:7:\"checked\";a:5:{s:5:\"astra\";s:7:\"4.11.18\";s:6:\"cleeny\";s:5:\"1.0.0\";s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.12.0\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.12.0.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','off'),
(2134,'_site_transient_timeout_fs_garbage_collection','1768380084','off'),
(2135,'_site_transient_fs_garbage_collection','1','off'),
(2149,'_transient_timeout_grw_feed_6.9_844_options','1768344836','off'),
(2150,'_transient_grw_feed_6.9_844_options','s:1881:\"O:8:\"stdClass\":2:{s:11:\"connections\";a:1:{i:0;O:8:\"stdClass\":8:{s:4:\"lang\";s:2:\"en\";s:5:\"props\";O:8:\"stdClass\":1:{s:13:\"default_photo\";s:159:\"https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300\";}s:2:\"id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:5:\"photo\";s:159:\"https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300\";s:4:\"name\";s:11:\"Mr. Cleaner\";s:7:\"refresh\";b:1;s:9:\"local_img\";b:1;s:8:\"platform\";s:6:\"google\";}}s:7:\"options\";O:8:\"stdClass\":45:{s:9:\"view_mode\";s:6:\"slider\";s:10:\"pagination\";s:0:\"\";s:9:\"text_size\";s:0:\"\";s:13:\"header_center\";b:0;s:17:\"header_hide_photo\";b:0;s:16:\"header_hide_name\";b:0;s:13:\"hide_based_on\";b:0;s:16:\"hide_writereview\";b:0;s:15:\"short_last_name\";b:0;s:10:\"min_letter\";b:0;s:5:\"media\";b:1;s:5:\"reply\";b:1;s:18:\"header_hide_social\";b:0;s:12:\"hide_reviews\";b:0;s:12:\"slider_speed\";s:0:\"\";s:18:\"slider_text_height\";s:0:\"\";s:15:\"slider_autoplay\";b:1;s:16:\"slider_mousestop\";b:1;s:20:\"slider_hide_prevnext\";b:0;s:16:\"slider_hide_dots\";b:0;s:18:\"slider_breakpoints\";s:0:\"\";s:4:\"null\";s:3:\"off\";s:0:\"\";s:1:\"3\";s:12:\"--star-color\";s:7:\"#fb8e28\";s:17:\"--head-name-color\";s:7:\"#333333\";s:18:\"--head-based-color\";s:7:\"#555555\";s:15:\"--powered-color\";s:7:\"#777777\";s:11:\"--btn-color\";s:7:\"#1f67e7\";s:11:\"--rev-color\";s:7:\"#fafafa\";s:12:\"--name-color\";s:7:\"#154fc1\";s:12:\"--text-color\";s:7:\"#222222\";s:10:\"dark_theme\";b:0;s:12:\"hide_backgnd\";b:0;s:10:\"show_round\";b:1;s:11:\"show_shadow\";b:0;s:10:\"style_vars\";s:0:\"\";s:13:\"lazy_load_img\";b:1;s:19:\"google_def_rev_link\";b:0;s:9:\"open_link\";b:1;s:13:\"nofollow_link\";b:1;s:10:\"aria_label\";b:0;s:20:\"reviewer_avatar_size\";s:2:\"56\";s:5:\"cache\";s:2:\"12\";s:13:\"reviews_limit\";s:0:\"\";s:6:\"hidden\";s:0:\"\";}}\";','off'),
(2152,'_site_transient_timeout_community-events-85e91a09b99de1a2629a3ece26870734','1768337056','off'),
(2153,'_site_transient_community-events-85e91a09b99de1a2629a3ece26870734','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"49.43.88.0\";}s:6:\"events\";a:0:{}}','off'),
(2154,'_site_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1768337056','off'),
(2155,'_site_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2025 17:16:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=7.0-alpha-61437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"2026 Global Partner Program Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2025/12/2026-global-partner-program/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2025 17:16:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19534\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:412:\"Become a driving force behind WordPress innovation by joining the Global Community Sponsorship Program: a comprehensive initiative that supports the events and people powering our open source mission. As a Global Sponsor, your organization gains meaningful visibility across the international WordPress ecosystem while helping to fund events that foster growth, collaboration, and community. Why Choose [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11388:\"\n<p>Become a driving force behind WordPress innovation by joining the Global Community Sponsorship Program: a comprehensive initiative that supports the events and people powering our open source mission. As a Global Sponsor, your organization gains meaningful visibility across the international WordPress ecosystem while helping to fund events that foster growth, collaboration, and community.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19617\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why Choose Global Sponsorship?</h2>\n\n\n\n<p>Instead of managing multiple individual sponsorships, this streamlined program consolidates your efforts into one efficient and impactful partnership.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Efficiency and Simplified Administration</h3>\n\n\n\n<p>Skip the complexity of coordinating invoice payments with numerous volunteer teams. Our centralized approach saves time and resources. In 2026, sponsors will benefit from:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A dedicated Slack channel for direct communication with the WordPress Community Support team and Community Program Managers</li>\n\n\n\n<li>Monthly updates listing upcoming WordPress events, their current planning stages, and scheduled dates</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Expanded Reach and Impact</h3>\n\n\n\n<p>Your sponsorship amplifies your presence worldwide, ensuring consistent visibility across global WordPress community events.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Stability and Reliability</h3>\n\n\n\n<p>Your commitment strengthens locally organized events by providing predictable funding that supports venues, logistics, and growth.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Flexible Branding Options</h3>\n\n\n\n<p>Adapt across your portfolio—Global Sponsors can represent different brands at different events (subject to approval and advance notice).</p>\n\n\n\n<h3 class=\"wp-block-heading\">Program Benefits</h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"></td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Global&nbsp;Leader</strong></td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Regional Powerhouse</strong></td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Community Builder</strong></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><br><br><br><br><strong>Best for:<br></strong></td><td class=\"has-text-align-center\" data-align=\"center\">Established brands seeking global reach and year-round visibility.</td><td class=\"has-text-align-center\" data-align=\"center\">Companies aiming for regional dominance and strong brand recognition.</td><td class=\"has-text-align-center\" data-align=\"center\">Organizations supporting the next generation of WordPress education.</td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Sponsorship payable in full or through quarterly installments</td><td class=\"has-text-align-center\" data-align=\"center\">$180,000</td><td class=\"has-text-align-center\" data-align=\"center\">$110,000</td><td class=\"has-text-align-center\" data-align=\"center\">$60,000</td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Top tier sponsorship benefits at all local <a href=\"https://central.wordcamp.org/\">WordCamp</a> events (excludes flagships) with priority access to claim a sponsor table at in-person <a href=\"https://events.wordpress.org/\">WordPress events</a></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"></td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Option to feature multiple brands across events</td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"></td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Dedicated sponsor landing page</td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Complimentary WordPress event tickets for your team</td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Recognition across all <a href=\"https://events.wordpress.org/\">WordPress events</a></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Sponsor Spotlight post on WordPress.org/news featuring highlights from recent <a href=\"https://central.wordcamp.org/\">WordCamps</a></td><td class=\"has-text-align-center\" data-align=\"center\">Quarterly</td><td class=\"has-text-align-center\" data-align=\"center\">Annually</td><td class=\"has-text-align-center\" data-align=\"center\"></td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Inclusion of your company logo in signage and materials for <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events</td><td class=\"has-text-align-center\" data-align=\"center\">All signage &amp; materials for the year (digital and printed)</td><td class=\"has-text-align-center\" data-align=\"center\">Signage &amp; materials for 5 events per year (printed only)</td><td class=\"has-text-align-center\" data-align=\"center\">All signage &amp; materials for the year (digital and printed)</td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Opportunity to be featured in an exclusive digital binder for <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> event organizers</td><td class=\"has-text-align-center\" data-align=\"center\">Priority placement (logos &amp; text)</td><td class=\"has-text-align-center\" data-align=\"center\">Feature listing (text only)</td><td class=\"has-text-align-center\" data-align=\"center\">Feature listing (text only)</td></tr><tr><td class=\"has-text-align-left\" data-align=\"left\">Regular recognition in <a href=\"https://make.wordpress.org/community/2025/11/03/monthly-education-buzz-report-october-2025/\">monthly education buzz report</a></td><td class=\"has-text-align-center\" data-align=\"center\"></td><td class=\"has-text-align-center\" data-align=\"center\"></td><td class=\"has-text-align-center\" data-align=\"center\"><img src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" alt=\"✔\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading\">How Sponsorship Funds Are Used</h2>\n\n\n\n<p>Global Sponsorship funds directly support:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Local WordPress events worldwide (venue rental, catering, A/V, and more)</li>\n\n\n\n<li>Meetup.com license fees for over 671 WordPress Meetup groups globally</li>\n\n\n\n<li>Administrative costs like insurance, banking, and annual financial audits that ensure transparent operations</li>\n</ul>\n\n\n\n<p>Your partnership helps sustain the community that powers more than 43% of the web. Together, we can keep the WordPress project thriving and expanding for years to come.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-d1b48064 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--edge-space);padding-right:var(--wp--preset--spacing--edge-space);padding-bottom:var(--wp--preset--spacing--edge-space);padding-left:var(--wp--preset--spacing--edge-space)\">\n<p class=\"has-text-align-center\"><strong><strong>If your company is interested in joining the Global Sponsorship program or you would like to know more, please reach out</strong></strong>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"mailto:support@wordcamp.org\">Contact WordPress Community Support</a></div>\n</div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><em>Please see&nbsp;<a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/#rules-for-sponsor-materials\">Rules for Sponsor Materials</a>&nbsp;for more details about terms of sponsorship. Please also see our&nbsp;<a href=\"https://make.wordpress.org/community/files/2024/12/Draft-of-2025-WordPress-Global-Community-Sponsorship-Agreement-Template-Google-Docs.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">sample sponsorship agreement</a>.</em></p>\n</div>\n\n\n\n<p>If you’d like to go one step further, please consider <a href=\"https://wordpressfoundation.org/donate/\">donating directly to the WordPress Foundation</a>. We operate lean—every dollar goes toward keeping WordPress free, supporting education, and funding the community that makes the web a better place. In short, your donation helps us keep the lights on and the mission alive.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:65:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"State of the Word 2025: Innovation Shaped by Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2025/12/sotw-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2025 18:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"state of the word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19447\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"State of the Word 2025 brought the WordPress community together for an afternoon that felt both reflective and forward-moving, blending stories of global growth with technical milestones and glimpses of the future. This year also marked the twentieth State of the Word since the first address in 2006, a milestone noted in the WordPress history [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2025/12/Telex-demo-776.mp4\";s:6:\"length\";s:8:\"29136831\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:53:\"https://wordpress.org/news/files/2025/12/wapu-513.mp4\";s:6:\"length\";s:9:\"102323371\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:36376:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"State of the Word 2025\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/U_DF4-23C8Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>State of the Word 2025 brought the WordPress community together for an afternoon that felt both reflective and forward-moving, blending stories of global growth with technical milestones and glimpses of the future. This year also marked the twentieth State of the Word since the first address in 2006, a milestone noted in the WordPress history book <a href=\"https://wordpress.org/book/2015/11/wordcamp-2006/\"><em>Milestones: The Story of WordPress</em></a> as the beginning of a tradition that has helped the project tell its own story.</p>\n\n\n\n<p>From the outset, the keynote carried a sense of momentum shaped by thousands of contributors, educators, students, and creators whose steady participation continues to define the open web. It was a reminder that WordPress is more than software. It is a community writing its future together.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What we have is more than code. It’s momentum, it’s culture, and it’s a system that lets people learn by doing and lead by showing up.  — <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a>, WordPress Executive Director</p>\n</blockquote>\n\n\n\n<p>Mary opened the evening by reflecting on her first full year as Executive Director, a year spent listening deeply and seeing firsthand how people across regions learn, contribute, and lead. Her remarks grounded the keynote in the lived reality of a community that grows because people invest in one another, teach openly, and build trust through contribution.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I’ve met people using WordPress to unlock new careers. I’ve met contributors who started a single translation or forum post and are now leading major pieces of the project. In LatAm, Europe, and the States, I’ve seen students get access to WordPress tools and start building faster than we could have ever imagined. I’ve watched communities build in public, resolve disagreements in the open, and collaborate across languages and time zones.</p>\n</blockquote>\n\n\n\n<p>That reflection offered a clear reminder of what makes WordPress resilient through change: a culture of showing up, learning by doing, and supporting others along the way. The project moves forward because people choose to participate in ways both large and small, strengthening the foundation that has carried WordPress for more than two decades.</p>\n\n\n\n<p>With that foundation in place, the keynote moved through a series of stories and demonstrations that highlighted where WordPress stands today and where it is headed next — from a historic live release of WordPress 6.9 to expanding global education pathways, emerging AI capabilities, and deeper collaboration across the entire ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress by the Numbers</h2>\n\n\n\n<p>Project Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> began with a wide-angle view of the project’s growth. WordPress powers over 43% of the web, with 60.5% of the CMS market. Shopify, its nearest competitor, holds 6.8%. Among the top 1,000 websites, WordPress’s share climbed to 49.4%, up 2.3% from the previous year.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"Globe graphic noting 43% of websites and 60.5% CMS market share\" class=\"wp-image-19500\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Multilingual usage continued its strong rise. Over 56% of WordPress sites now run in languages other than English. Japan stood out, with WordPress powering 58.5% of all Japanese websites and 83% of the CMS market. Japanese became the second most-used language on WordPress at 5.82%. Spanish followed, then German, French, and Brazilian Portuguese.</p>\n\n\n\n<p>The plugin ecosystem saw explosive growth. The directory surpassed 60,000 plugins, and plugin downloads were on pace to reach 2.1 billion by year-end. Over 1,500 themes have been released this year as well.</p>\n\n\n\n<p>Contributors also hit new highs. The 6.8 release included 921 contributors, the largest group yet. WordPress 6.8 saw 79.5 million downloads, up 13%, and WordPress 6.9 included contributions from 230 first-time contributors and more than 340 enhancements and fixes.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Release Moment to Remember</h2>\n\n\n\n<p>This year’s keynote delivered something WordPress had never attempted before: a live on-stage release of <a href=\"https://wordpress.org/download/releases/6-9/\">WordPress 6.9</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"WordPress 6.9 Gene album cover art\" class=\"wp-image-19511\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Mary set the moment up earlier in the program, calling WordPress 6.9 “fast, polished, and built for collaboration.” She explained that it reflected a year of intentional iteration, improved workflows, and deeper cross-team participation.&nbsp;</p>\n\n\n\n<p>Matt took the stage with some of the release leads, the release button in hand. The room counted down, and then WordPress 6.9 shipped live, instantly updating millions of sites around the world. It was both a celebration and a testament to the reliability and trust the WordPress community has built into its release processes. Shipping a major version of WordPress in real time, on stage, without drama, is something the early contributors could hardly have imagined.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"Photo of WordPress release leads pressing the button to release 6.9\" class=\"wp-image-19457\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>That reflection connected back to WordPress’s origin story. Matt talked about discovering the <a href=\"https://en.wikipedia.org/wiki/WordPress#History\">B2</a> forums, asking questions, and eventually reaching the point where he could answer someone else’s. That transition from learner to contributor remains at the heart of the project today. Two decades later, WordPress has grown from those early interactions into a platform that can ship a major release in front of the world, powered by thousands of contributors building together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress and the Future of AI</h2>\n\n\n\n<p>As the keynote shifted toward the future, Matt acknowledged what has become an essential truth of the moment: it would be impossible to talk about the next chapter of WordPress without talking about AI. He reminded the audience that in 2022, long before ChatGPT entered global conversation, he encouraged the community to “learn AI deeply.” The speed of change since then, he said, has exceeded every expectation, and WordPress has been preparing for it in ways both visible and behind the scenes.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"Timeline of AI: 2022 ChatGPT launches, 2023 GPT-4 and Claude launches, 2024 Multimodel and video generation, 2025 AI everywhere\" class=\"wp-image-19510\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Matt introduced one of the most important architectural developments of the year: the Abilities API and the MCP adapter. The Abilities API defines what WordPress can do in a structured way that AI systems can interpret, while the MCP adapter exposes those abilities through a shared protocol. This means AI agents — whether built by individuals, companies, or larger platforms — can understand and interact with WordPress safely and predictably. Instead of relying on one-off integrations or brittle interfaces, WordPress now participates in a broader ecosystem of tools that can query its capabilities and perform tasks using a standard, governed approach.</p>\n\n\n\n<p>Matt then highlighted how developers are already using AI in their everyday work through tools like Cursor, Claude Code, and next-generation CLIs. These tools can explore entire codebases, generate documentation, produce tests, refactor large components, and even coordinate sequences of WP-CLI commands. For many developers, they expand what a single person can accomplish in an afternoon. They don’t eliminate the need for human judgment — they amplify it.</p>\n\n\n\n<p>With that foundation laid, Matt turned the audience’s attention to <a href=\"https://telex.automattic.ai/\">Telex</a>, the experimental environment designed to turn natural-language prompts into Gutenberg Blocks. Telex has already moved beyond experimentation and into real use. Matt showed examples from community creator Nick Hamze, who uses Telex to power micro-business tools that represent practical, revenue-generating workflows that previously required custom engineering.</p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"2160\" style=\"aspect-ratio: 3840 / 2160;\" width=\"3840\" controls src=\"https://wordpress.org/news/files/2025/12/Telex-demo-776.mp4\"></video></figure>\n\n\n\n<p>Matt then widened the lens to show what companies across the ecosystem are building with AI. Hostinger’s Kodee can generate a complete WordPress site from a single description. Elementor AI demonstrated similarly rapid creation inside its own editor, producing full sections and layouts in seconds. WordPress.com showcased how its AI tools help users draft, rewrite, and refine content while keeping language aligned with the site’s voice. Yoast demonstrated how AI can support SEO workflows by generating structured suggestions and improving readability. Together, these examples illustrated that AI is not arriving in one place — it is arriving everywhere.</p>\n\n\n\n<p>Experimental browsers can navigate WP Admin autonomously, performing tasks such as clicking buttons, opening menus, changing settings, and performing multi-step tasks without requiring any custom plugins or APIs. This raised a key question that Matt encouraged the community to consider: Which AI capabilities should live inside WordPress itself, and which should remain external, operating through the browser or operating system?</p>\n\n\n\n<p>Matt closed the section by discussing WordPress-specific AI benchmarks and evaluation suites. These shared tests will measure how well AI systems understand and execute WordPress tasks, from enabling plugins to navigating WP Admin to modifying content and settings. The goal is to create a foundation where future AI tools behave predictably and responsibly across the entire ecosystem, giving creators confidence that intelligent tools understand the platform deeply.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Community Growing Together</h2>\n\n\n\n<p>Mary then returned to the stage to celebrate the ecosystem that supports WordPress&#8217;s growth. Across continents, diverse groups of people have hosted WordPress events, training new contributors and welcoming newcomers into the project. WordCamp growth in 2025 reflected that: more than 81 WordCamps across 39 countries, powered by over 5,000 volunteers and attended by nearly 100,000 people, with sixteen more events still underway.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19503\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Education played a major role in this community expansion. Learn.WordPress.org served over 1.5 million learners this year, with clearer pathways into more structured programs like <a href=\"https://wordpress.org/education/campus-connect/\">Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a>. This bridging was deliberate. Many learners arrive through tutorials or workshops but need clearer guidance on how to deepen their skills. By reshaping navigation and improving wayfinding across WordPress.org, the project began closing that gap.</p>\n\n\n\n<p>She spotlighted <a href=\"https://make.wordpress.org/community/2025/09/29/wordpress-and-higher-education-an-alliance-that-transforms/\">Costa Rica’s Universidad Fidélitas</a>, where WordPress moved beyond extracurricular interest into formal academic integration. Long before signing an agreement with the WordPress Foundation, their students were hosting WordCamp San José, forming student clubs, and treating WordPress as a crucial part of digital literacy and professional development.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19505\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\">Students of the WordPress Fidélitas Club</figcaption></figure>\n\n\n\n<p>Wapuu appeared across events as a familiar companion and a cultural thread running through contributor tools and community projects. Its presence was a reminder that creativity and playfulness are as essential to open source as documentation or code.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"Various Wapuu artwork examples\" class=\"wp-image-19506\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Matt highlighted the story of <a href=\"https://events.wordpress.org/managua/2025/wordpress-youth-day/\">Youth Day in Managua, Nicaragua</a>. Seventy-five young people spent a full day building their first WordPress sites. Sessions were taught by teenagers, for teenagers. They learned to pick themes, customize layouts, create contact forms, and publish content. Contribution often starts with a simple moment of confidence, and those early sparks can shape entire careers.</p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"2160\" style=\"aspect-ratio: 3840 / 2160;\" width=\"3840\" controls src=\"https://wordpress.org/news/files/2025/12/wapu-513.mp4\"></video></figure>\n\n\n\n<p>Together, these moments illustrated a project expanding not just in numbers, but in depth, diversity, and global reach. WordPress is growing because communities are finding their own ways to embrace it.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New in WordPress 6.9</h2>\n\n\n\n<p>Joining virtually, WordPress Lead Architect, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, shifted the keynote from vision to practice. Matías offered a detailed walkthrough of what makes WordPress 6.9 one of the most refined, collaborative, and forward-looking releases the project has shipped in years. He returned to the four familiar lenses of creation — writing, designing, building, and developing — and showed how each evolved in this release cycle.</p>\n\n\n\n<p>He began with notes in the Block Editor, one of the most anticipated features. Notes allow collaborators to comment directly on individual blocks in a post or page. When a note is selected, the surrounding content subtly fades, helping contributors stay focused on context. Because notes are built on WordPress’s native comment system, they integrate seamlessly with existing communication workflows, including email notifications. Matías highlighted that notes development exemplified collaboration at its best, with contributors from various companies working together to bring the feature to life.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordPress 6.9 Feature Demo\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/vkYulcN0lbc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, he turned to refinements across the writing and design experience. Editor interactions feel smoother and more consistent. Patterns behave more predictably. Spacing and typography controls are clearer, more organized, and more intuitive. Together these capabilioties make the experience of writing and designing inside WordPress calmer, more reliable, and more empowering.</p>\n\n\n\n<p>Block bindings now provide a more intuitive, visual way to connect blocks to dynamic data sources. Users can switch or remove bindings with a single click, and developers can register additional sources to support custom workflows. This work lays the foundation for a future where dynamic data flows more naturally through blocks, enabling site creators to build richer interfaces without writing code.</p>\n\n\n\n<p>On the developer front, Matías focused on three foundational upgrades that represent major steps forward in how WordPress will evolve over the coming years.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The first was the <strong>Abilities API</strong>, a unified registry that describes what WordPress can do — across PHP, REST endpoints, the command palette, and future AI-driven interactions.</li>\n\n\n\n<li>The <strong>HTML API</strong> introduces new ways of working with and modifying HTML server-side. The API ensures safer, more reliable handling, lowering the barrier for theme and block developers who work with dynamic or structured markup.</li>\n\n\n\n<li>The <strong>Interactivity API</strong> delivers smoother, faster interactions without requiring heavy JavaScript frameworks. Improved routing, better state management, and clearer conventions help developers create rich, modern interfaces without leaving the WordPress philosophy of simplicity and flexibility.</li>\n</ul>\n\n\n\n<p>After Matías wrapped his presentation, Matt stepped back in to highlight several developments that build on the foundations of 6.9 and strengthen the overall WordPress ecosystem. He pointed first to the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check Plugin</a>, a tool designed to help developers align with current WordPress standards and catch common issues early, making plugins more reliable for users and easier to maintain over time. Matt then spoke about ongoing progress in <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, noting improvements to the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> that make it easier for people to bring their content into WordPress without disruption or loss, an important step toward ensuring the open web remains portable and resilient. He also highlighted advances across the <a href=\"https://playground.wordpress.net/\">Playground</a> ecosystem, including <a href=\"https://developer.wordpress.com/studio/\">WordPress Studio</a>, the Playground CLI, and an expanding set of Blueprints. These allow developers and learners to spin up complete WordPress environments in seconds, test ideas, and experiment without servers or configuration. Matt closed this portion by emphasizing work on safer updates, which help WordPress avoid partial installs and ensure that updates complete smoothly even in less predictable hosting conditions, reinforcing WordPress’s commitment to stability as the platform continues to grow.</p>\n\n\n\n<p>Matt emphasized that WordPress 6.9 is not defined by any single headline feature, but by a broad spectrum of refinements across the entire experience. It is a release that deepens reliability, expands capability, and sets the stage for future innovation.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Insights from the AI Panel</h2>\n\n\n\n<p>The keynote transitioned into a live AI panel moderated by Mary Hubbard. The panel brought together four perspectives from across the ecosystem: <a href=\"https://profiles.wordpress.org/isotropic/\">James LePage</a> (Automattic), <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> (Google), and <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> (Fueled, FKA 10up), and Matt Mullenweg. Their conversation touched on the philosophy, practice, and future of AI inside WordPress — not as a distant trend, but as an active part of the project’s evolution.</p>\n\n\n\n<p>A central theme was AI’s ability to amplify human creativity. James LePage put it plainly:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It’s not that we’re going to just add sparkle buttons everywhere. We’re going to do some crazy stuff here — things we’re going to build into the way you interact with creating content, with expressing yourself digitally. We want to give you more power, more control, and make you more effective at creating.</p>\n</blockquote>\n\n\n\n<p>Jeff Paul echoed this sentiment, emphasizing that AI should make developers more productive by handling repetitive work and freeing them to focus on higher-level decisions. Felix Arntz expanded the idea further, describing how Google sees AI as a way to make the web more accessible and intuitive, especially for new creators who may not have formal technical training.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"572\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/panel.jpg?resize=1024%2C572&#038;ssl=1\" alt=\"\" class=\"wp-image-19462\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/panel-scaled.jpg?resize=1024%2C572&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/panel-scaled.jpg?resize=300%2C168&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/panel-scaled.jpg?resize=768%2C429&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/panel-scaled.jpg?resize=1536%2C858&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/panel-scaled.jpg?resize=2048%2C1144&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\">From left to right: Mary Hubbard, Matt Mullenweg, Jeff Paul, Felix Arntz, James LePage</figcaption></figure>\n\n\n\n<p>Looking ahead, the panelists predicted deeper contextual integrations, AI-assisted debugging and scaffolding for developers, and workflows where agents can take on sequences of tasks while remaining directed by human decisions. They also highlighted the importance of standards, shared protocols, and privacy-focused design as essential components of WordPress’s long-term approach.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The next 20 years looks like WordPress remaining what it is today, which is the center of the open web.</p>\n</blockquote>\n\n\n\n<p>The panel closed on a forward-looking but steady note. AI is accelerating, but WordPress is designing its foundations with flexibility and values that endure. The tools may change, but the commitment to openness, agency, and creative freedom remains the compass.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions That Push Us Forward</h2>\n\n\n\n<p>Matt introduced the Q&amp;A as one of his favorite parts of State of the Word because it reveals what people are imagining, struggling with, or eager to build.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"Q&amp;A\" class=\"wp-image-19512\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA-scaled.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA-scaled.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA-scaled.jpg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>The first question addressed the growing interconnectedness of today’s web. What happens, a participant asked, when a major provider like Cloudflare goes down? As tools and agents rely more heavily on external services, failures can cascade. Matt acknowledged that outages are increasingly visible, but also argued that each one strengthens the system.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;Every failure, every edge case, everything that you never imagined is just another opportunity to find that new edge case,” he said. Resilience is not avoidance of failure, but the ability to grow stronger after it.</p>\n</blockquote>\n\n\n\n<p>Another question focused on the longevity of web content. With platforms shutting down or links breaking over time, how can creators ensure their work endures? Matt pointed to the Internet Archive as one of the great stabilizers of the open web. He highlighted a <a href=\"https://wordpress.org/plugins/internet-archive-wayback-machine-link-fixer/\">new plugin</a> that automatically scans posts and replaces dead links with archived versions, helping preserve the historical fabric of the web even as individual services come and go.</p>\n\n\n\n<p>The next question turned to real-time collaboration inside WordPress. A participant asked how co-editing fits into the future of WordPress and how these tools might help creators work more confidently. Matt talked about how collaboration tools can support people who are just starting their creative journeys — whether they are entrepreneurs, students, or first-time site builders. He described real-time editing as part of a broader vision of WordPress “just doing the work for you” in high-pressure or early-stage creative moments.</p>\n\n\n\n<p>The final question considered long-term decision-making. Matt noted that predicting what will change is difficult, but identifying what will remain the same is much easier. For WordPress, he said, the invariant is clear: people will always want agency, openness, and the ability to publish on their own terms. These values guide decisions not only in the present, but across decades of future evolution.</p>\n\n\n\n<h2 class=\"wp-block-heading\">TBPN Podcast Appearance</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"&#x1f534; CODE RED &#x1f534;, Dell Donates Size, Bun Acquired, AWS CEO Joins, Tae Kim Tells All\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/eBQh57HuJzk?start=10036&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>After the Q&amp;A, the keynote shifted gears with a live crossover segment featuring TBPN (the Technology Business Programming Network), a tech-focused podcast. The segment introduced a lively, unscripted energy into the room.</p>\n\n\n\n<p>The hosts kicked things off by asking Matt what the “word of the year” should be. He chose “freedom”, connecting it directly to the core philosophy of open source. He described open source licenses as a kind of “bill of rights for software,” giving users inalienable rights that no company can revoke. In a world increasingly shaped by software platforms and digital ecosystems, these freedoms form the heart of what keeps the web open and accessible.</p>\n\n\n\n<p>Conversation then moved to <a href=\"https://www.beeper.com/\">Beeper</a>, the multi-network messaging client. Asked whether Beeper aims to “tear down walled gardens,” Matt rejected that framing. Instead, he offered a more collaborative metaphor: bringing gardens together. Most people have friends and colleagues scattered across WhatsApp, Instagram, LinkedIn, Messenger, and SMS. Beeper doesn’t replace those apps — it brings messages together into a unified interface..</p>\n\n\n\n<p>The conversation eventually returned to publishing. Matt referenced the same principle he noted earlier: the importance of identifying what won’t change. For WordPress, he said, that means doubling down on freedom, agency, and the ability to publish without gatekeepers. Even as AI evolves, even as platforms shift, even as new tools emerge, these are the values that will guide the project forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Building the Web We Believe In</h2>\n\n\n\n<p>As the keynote drew to a close, Matt returned to a message that had threaded through every section of the evening. The future of WordPress is not arriving from outside forces — it is being crafted, questioned, tested, and expanded by the people who show up. Contributors, students, educators, community organizers, designers, developers, business owners, and first-time site builders all play a role in shaping the platform.</p>\n\n\n\n<p>He spoke about the opportunities ahead: new tools that expand what creators can build, collaborative features that make teamwork feel natural, and AI systems that enhance creativity rather than diminish it. Across continents, generations, and skill levels, people are discovering WordPress as a path to learning, empowerment, and expression.</p>\n\n\n\n<p>The values that brought the project this far remain the ones that will carry it forward: freedom, participation, learning, and community. These aren’t abstract principles. They are lived every day in the decisions contributors make, the ideas they pursue, and the care they bring to the work.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Future Events</h3>\n\n\n\n<p>If you’re feeling inspired to revisit past moments from the project’s annual address, the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ES1piZxljCvMTJCYpVBnwYU\">State of the Word YouTube playlist</a> offers a look back at years of community milestones and product progress. The excitement continues into 2026, with major WordPress events already on the horizon: <a href=\"https://asia.wordcamp.org/2026/\">WordCamp Asia</a> in Mumbai, India,<a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a> in Kraków, Poland, and <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a> in Phoenix. We hope to see you there as the community continues building what comes next.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 6.9 “Gene”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2025/12/gene/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Dec 2025 20:12:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19398\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:495:\"WordPress 6.9, code-named \"Gene,\" brings major upgrades to how teams collaborate and create. The Notes feature introduces block-level commenting to streamline reviewing and polishing content, navigating across the entire dashboard with the Command Palette is now faster for power users, and the new Abilities API provides a standardized way to open the door for AI-powered and automated workflows. Combined with all the performance and accessibility improvements, 6.9 is one to write home about.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:79691:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9.png?resize=1024%2C535&#038;ssl=1\" alt=\"WordPress 6.9 Release Edition Featured Image\" class=\"wp-image-19404\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9-scaled.png?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9-scaled.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9-scaled.png?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9-scaled.png?resize=1536%2C802&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9-scaled.png?resize=2048%2C1070&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Each WordPress release celebrates an artist who has made an indelible mark on the world of music. WordPress 6.9, code-named “Gene,” honors the American Jazz pianist Gene Harris.&nbsp;</p>\n\n\n\n<p>A piano veteran, self taught at the age of six, Harris infused mainstream jazz with elements of soul, blues, and gospel, creating a warm, signature sound that is both elegant and iconic. Harris’ bluesy jazz lived at the intersection of worlds, weaving a rich landscape of texture and mood, with a thread of soulfulness that ignited listeners.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.9</h2>\n\n\n\n<p>WordPress 6.9 brings major upgrades to how teams collaborate and create. The new Notes feature introduces block-level commenting when writing posts and pages that streamlines reviews, while the expanded Command Palette makes it faster for power users to navigate and operate across the entire dashboard. The new Abilities API provides a standardized, machine-readable permissions system that opens the door for next generation AI-powered and automated workflows. This release also delivers notable performance improvements for faster page loads and adds several practical new blocks alongside a more visual drag and drop to help creators build richer, more dynamic content.</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.9.zip\">Download WordPress 6.9 &#8220;Gene&#8221;</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Introducing Notes: Seamless, Block-Level Collaboration</h2>\n\n\n\n<p><strong>Collaborate Smarter</strong> : Leave Feedback Right Where You&#8217;re Working</p>\n\n\n\n<p>With notes attached directly to blocks in the post editor, your team can stay aligned, track changes, and turn feedback into action all in one place. Whether you&#8217;re working on copy or refining design in your posts or pages, collaboration happens seamlessly on the canvas itself.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1360\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?resize=1360%2C840&#038;ssl=1\" alt=\"View of people interacting with notes in a post.\" class=\"wp-image-19428\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?w=1360&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?resize=768%2C474&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Command Palette Throughout the Dashboard</h2>\n\n\n\n<p><strong>Your tools are always at hand.</strong></p>\n\n\n\n<p>Access the Command Palette from any part of the dashboard, whether you&#8217;re writing your latest post, deep in design in the Site Editor, or browsing your plugins. Everything you need, just a few keystrokes away.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1360\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?resize=1360%2C840&#038;ssl=1\" alt=\"Command palette showing the ability to navigate across different parts of the site, including templates, Settings, and all posts.\" class=\"wp-image-19430\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?w=1360&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?resize=768%2C474&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Fit text to container</h2>\n\n\n\n<p><strong>Content that adapts.</strong></p>\n\n\n\n<p>There&#8217;s a new typography option for text-based blocks that&#8217;s been added to the Paragraph and Heading blocks. This new option automatically adjusts font size to fill its container perfectly, making it ideal for banners, callouts, and standout moments in your design.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1360\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?resize=1360%2C840&#038;ssl=1\" alt=\"&quot;Novem&quot; text selected and stretching across the interface.\" class=\"wp-image-19431\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?w=1360&amp;ssl=1 1360w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?resize=768%2C474&amp;ssl=1 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">The Abilities API</h2>\n\n\n\n<p><strong>Unlocking the next generation of site interactions.</strong></p>\n\n\n\n<p>WordPress 6.9 lays the groundwork for the future of automation with the unified Abilities API. By creating a standardized registry for site functionality, developers can now register, validate, and execute actions consistently across any context—from PHP and REST endpoints to AI agents—paving the way for smarter, more connected WordPress experiences.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?resize=1024%2C632&#038;ssl=1\" alt=\"Abstract view of circles around a plugin icon with sparkles, indicating AI functionality.\" class=\"wp-image-19432\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?resize=1024%2C632&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?w=1360&amp;ssl=1 1360w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Accessibility Improvements</h2>\n\n\n\n<p>More than 30 accessibility fixes sharpen the core WordPress experience. These updates improve screen reader announcements, hide unnecessary CSS-generated content from assistive tech, fix cursor placement issues, and make sure typing focus stays put even when users click an autocomplete suggestion.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Performance enhancements</h2>\n\n\n\n<p>WordPress 6.9 delivers significant frontend performance enhancements, optimizing the site loading experience for visitors. 6.9 boasts an improved LCP (Largest Contentful Paint) through on-demand block styles for classic themes, minifying block theme styles, and increasing the limit for inline styles &#8211; removing blockages to page rendering and clearing the rendering path by deprioritizing non-critical scripts. This release comes with many more performance boosts, including optimized database queries, refined caching, improved spawning of WP Cron, and a new template enhancement output buffer that opens the door for more future optimizations.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.9, please visit the feature-showcase website.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-9\">Check out What&#8217;s New</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.9</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.9\">WordPress 6.9 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/wordpress-6-9-field-guide/\">WordPress 6.9 Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.9 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 6.9 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a></li>\n\n\n\n<li>Triage Leads: <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.9 reflects the tireless efforts and passion of more than 900+ contributors in countries all over the world. This release also welcomed over 279 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 340 enhancements and fixes, ensuring a stable release for all &#8211; a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"has-small-font-size\"><a href=\"https://profiles.wordpress.org/o-o/\">2046</a> · <a href=\"https://profiles.wordpress.org/aakashverma1/\">Aakash Verma</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/aarti1318/\">Aarti Chauhan</a> · <a href=\"https://profiles.wordpress.org/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/aatospaja/\">aatospaja</a> · <a href=\"https://profiles.wordpress.org/abduremon/\">Abdur Rahman Emon</a> · <a href=\"https://profiles.wordpress.org/hurayraiit/\">Abu Hurayra</a> · <a href=\"https://profiles.wordpress.org/kawauso/\">Adam Harley (Kawauso)</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/b1ink0/\">Aditya Dhade</a> · <a href=\"https://profiles.wordpress.org/adityashah2411/\">aditya shah</a> · <a href=\"https://profiles.wordpress.org/iamadisingh/\">Aditya Singh</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/agulbra/\">agulbra</a> · <a href=\"https://profiles.wordpress.org/elazzabi/\">Ahmed</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajaxstardust/\">ajaxStardust</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</a> · <a href=\"https://profiles.wordpress.org/akeda/\">Akeda Bagus</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/wpfy/\">Akramul Hasan</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alejandrogonzalvo/\">alejandrogonzalvo</a> · <a href=\"https://profiles.wordpress.org/alexcu21/\">Alex Cuadra</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion (阿力獅)</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexius08/\">Alexis Pandaan</a> · <a href=\"https://profiles.wordpress.org/alordiel/\">alordiel</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/theaminuldev/\">Aminul Islam</a> · <a href=\"https://profiles.wordpress.org/aialvi/\">Aminul Islam Alvi</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a> · <a href=\"https://profiles.wordpress.org/anatolbroder/\">Anatol Broder</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/andrewhoyer/\">Andrew Hoyer</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/mymothersdaughter/\">Anita C</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antoniosejas/\">Antonio Sejas</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/apmeyer/\">apmeyer</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/fliespl/\">Arkadiusz Rzadkowolski</a> · <a href=\"https://profiles.wordpress.org/armandovias/\">Armando</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/asafm7/\">asafm7</a> · <a href=\"https://profiles.wordpress.org/asdofindia/\">asdofindia</a> · <a href=\"https://profiles.wordpress.org/ashfame/\">Ashish Kumar (Ashfame)</a> · <a href=\"https://profiles.wordpress.org/akashdev/\">Ashraful Haque Akash</a> · <a href=\"https://profiles.wordpress.org/askapache/\">askapache</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/aut0poietic/\">aut0poietic</a> · <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharderaiya/\">Azhar Deraiya</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/bartnv/\">bartnv</a> · <a href=\"https://profiles.wordpress.org/bchecketts/\">bchecketts</a> · <a href=\"https://profiles.wordpress.org/beee/\">Beee</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/bvl/\">Benny</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/bhattaganesh/\">bhattaganesh</a> · <a href=\"https://profiles.wordpress.org/bhaveshdesai/\">Bhavesh Desai</a> · <a href=\"https://profiles.wordpress.org/bidbmak/\">BiDbMAK</a> · <a href=\"https://profiles.wordpress.org/mbigul/\">Bigul Malayi</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bobbyleenoblestudios/\">bobbyleenoblestudios</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/burlesonbrad/\">Brad Griffin</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">brad hogan</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradshawtm/\">bradshawtm</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/heybran/\">Brandon Zhang</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/brhodes/\">brhodes</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brumack/\">brumack</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/bshuchter/\">bshuchter</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/byteninjaa0/\">byteninjaa0</a> · <a href=\"https://profiles.wordpress.org/cedche99/\">C&#233;dric Chevillard</a> · <a href=\"https://profiles.wordpress.org/callumbw95/\">Callum Bridgford-Whittick</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/carlsteffen/\">CarlSteffen</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/corazondejaguar/\">Carolina Romo</a> · <a href=\"https://profiles.wordpress.org/ciobanucatalin/\">Catalin Ciobanu</a> · <a href=\"https://profiles.wordpress.org/catgofire/\">catgofire</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/ccharel/\">ccharel</a> · <a href=\"https://profiles.wordpress.org/cbutlerjr/\">Chad Butler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/cherrygot/\">Chakrapani Gautam</a> · <a href=\"https://profiles.wordpress.org/chihsuan/\">Chi-Hsuan Huang</a> · <a href=\"https://profiles.wordpress.org/chillifish/\">Chillifish</a> · <a href=\"https://profiles.wordpress.org/chloed/\">ChloeD</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/czarate/\">Chris Zarate</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/chrismattix/\">chrismattix</a> · <a href=\"https://profiles.wordpress.org/christinecooper/\">christinecooper</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/nyiriland/\">Christy Nyiri</a> · <a href=\"https://profiles.wordpress.org/cikrimcin/\">cikrimcin</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian Popescu</a> · <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom/\">cjhaas</a> · <a href=\"https://profiles.wordpress.org/ckoerner/\">ckoerner</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a> · <a href=\"https://profiles.wordpress.org/codebuddy/\">codebuddy</a> · <a href=\"https://profiles.wordpress.org/coleatkinson1/\">coleatkinson1</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/ogrecooper/\">Cooper Dalrymple</a> · <a href=\"https://profiles.wordpress.org/coralietixeront/\">Coralie Tixeront</a> · <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cornwell/\">Cornwell</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cucocreative/\">cucocreative</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/cyrille37/\">Cyrille37</a> · <a href=\"https://profiles.wordpress.org/daanvandenbergh/\">Daan van den Bergh</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/damchtlv/\">damchtlv</a> · <a href=\"https://profiles.wordpress.org/damir-webthemer/\">Damir</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dancameron/\">Dan Cameron</a> · <a href=\"https://profiles.wordpress.org/danielpw/\">Dan Waldschmidt</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/daniellacatus/\">daniellacatus</a> · <a href=\"https://profiles.wordpress.org/danielmorell/\">danielmorell</a> · <a href=\"https://profiles.wordpress.org/dscqbus/\">Danny Schmarsel</a> · <a href=\"https://profiles.wordpress.org/dannyreaktiv/\">dannyreaktiv</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/dryanpress/\">Dave Ryan</a> · <a href=\"https://profiles.wordpress.org/daveguitaruno/\">daveguitaruno</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">David Arenas</a> · <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/davidperez/\">David Perez</a> · <a href=\"https://profiles.wordpress.org/djivad/\">David Riviera</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidb/\">DavidB</a> · <a href=\"https://profiles.wordpress.org/dawidadach/\">dawidadach</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dennysdionigi/\">Dennys Dionigi</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/derekherman/\">derekherman</a> · <a href=\"https://profiles.wordpress.org/devasheeshkaul/\">Devasheesh Kaul</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruval04/\">Dhruval Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/diebombe/\">diebombe</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divinenephron/\">divinenephron</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/dominiquepijnenburg/\">dominiquepijnenburg</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/doughamlin/\">doughamlin</a> · <a href=\"https://profiles.wordpress.org/dougmelvin/\">DougMelvin</a> · <a href=\"https://profiles.wordpress.org/drawcard/\">drawcard</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dsawyers/\">dsawyers</a> · <a href=\"https://profiles.wordpress.org/dustintechsmith/\">dustintechsmith</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eduwass/\">eduwass</a> · <a href=\"https://profiles.wordpress.org/ehti/\">Ehti</a> · <a href=\"https://profiles.wordpress.org/elialum/\">elialum</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/elvismdev/\">Elvis Morales</a> · <a href=\"https://profiles.wordpress.org/emaildano/\">emaildano</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/emranahmed/\">Emran Ahmed</a> · <a href=\"https://profiles.wordpress.org/enaanfarhan/\">Enaan Farhan</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a> · <a href=\"https://profiles.wordpress.org/epeicher/\">epeicher</a> · <a href=\"https://profiles.wordpress.org/ekazda/\">Eric</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/ejoling/\">Erik Joling</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/ethanscorey/\">ethanscorey</a> · <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fakhriaz/\">fakhriaz</a> · <a href=\"https://profiles.wordpress.org/falgunihdesai/\">Falguni Desai</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/fellyph/\">Fellyph Cintra</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/frantorres/\">Francisco Torres</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frogdesk/\">FrogDesk Strategy</a> · <a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Fumiki Takahashi</a> · <a href=\"https://profiles.wordpress.org/gaeldenysiak/\">Gael Denysiak</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a> · <a href=\"https://profiles.wordpress.org/gautam23/\">Gautam Mehta</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/stoyanovgs/\">Georgi Stoyanov</a> · <a href=\"https://profiles.wordpress.org/gernberg/\">gernberg</a> · <a href=\"https://profiles.wordpress.org/giuliorubelli/\">giuliorubelli</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/adrock42/\">H. Adam Lenz</a> · <a href=\"https://profiles.wordpress.org/kabir93/\">H. Kabir</a> · <a href=\"https://profiles.wordpress.org/hanimbarek/\">hanimbarek</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardik2221/\">Hardik Raval</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/harshbhonsle08/\">harshbhonsle08</a> · <a href=\"https://profiles.wordpress.org/harshdeepgill/\">harshdeepgill</a> · <a href=\"https://profiles.wordpress.org/haruncpi/\">Harun</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">Hidenori ISHIKAWA</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hiroshisato/\">Hiroshi Sato</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hiteshtalpada/\">Hitesh Talpada</a> · <a href=\"https://profiles.wordpress.org/hozefasmile/\">Hozefa Saleh</a> · <a href=\"https://profiles.wordpress.org/hrohh/\">Hrohh</a> · <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a> · <a href=\"https://profiles.wordpress.org/hugosolar/\">hugosolar</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a> · <a href=\"https://profiles.wordpress.org/ikriv/\">ikriv</a> · <a href=\"https://profiles.wordpress.org/imokweb/\">imokweb</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/iqbal1hossain/\">Iqbal Hossain</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishikaatxecurify/\">Ishika Bansal</a> · <a href=\"https://profiles.wordpress.org/ivanottinger/\">Ivan Ottinger</a> · <a href=\"https://profiles.wordpress.org/jabe/\">Jabe</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jaiminp/\">Jaimin Prajapati</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/isotropic/\">James LePage</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamestitus299/\">James Titus</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie</a> · <a href=\"https://profiles.wordpress.org/jamieburchell/\">Jamie Burchell</a> · <a href=\"https://profiles.wordpress.org/jamesmarsland/\">Jamie Marsland</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">janthiel</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/jasalt/\">Jarkko Saltiola</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jonmcpartland/\">Jay McPartland</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">Jaydip</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a> · <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeffro</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremiahbratton/\">Jeremiah Bratton</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jkmassel/\">Jeremy Massel</a> · <a href=\"https://profiles.wordpress.org/slimndap/\">Jeroen Schmit</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jojo256/\">Joan Namunina</a> · <a href=\"https://profiles.wordpress.org/jobata/\">JoAnne Obata</a> · <a href=\"https://profiles.wordpress.org/jochent/\">JochenT</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes J&#252;lg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/brandbrilliance/\">John Brand</a> · <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/mindctrl/\">John Parris</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnvieth/\">JohnVieth</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkil&#228;</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/jhabdas/\">Josh Habdas</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/jrmd/\">jrmd</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juampick/\">Juan Cook</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juliengardair/\">juliengardair</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/itsroy69/\">Jyotirmoy Roy</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a> · <a href=\"https://profiles.wordpress.org/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/kakomap/\">Kakoma</a> · <a href=\"https://profiles.wordpress.org/kalpeshh/\">Kalpesh</a> · <a href=\"https://profiles.wordpress.org/karinchristen/\">Karin Christen</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/codebykat/\">Kat Hagan</a> · <a href=\"https://profiles.wordpress.org/katinthehatsite/\">Kateryna K. a11n</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/katrinadtl/\">Katrina Massey</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/khushdoms/\">Kaushik Domadiya</a> · <a href=\"https://profiles.wordpress.org/onlykawshar/\">Kawshar Ahmed</a> · <a href=\"https://profiles.wordpress.org/kaygee79/\">kaygee79</a> · <a href=\"https://profiles.wordpress.org/mt8biz/\">Kazuto Takeshita</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a> · <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kesselb/\">kesselb</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevin Leary</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/khushipatel15/\">Khushi Patel</a> · <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a> · <a href=\"https://profiles.wordpress.org/iamkingsleyf/\">Kingsley Felix</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/kleor/\">Kleor</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kpapazov/\">kpapazov</a> · <a href=\"https://profiles.wordpress.org/kprocyszyn/\">kprocyszyn</a> · <a href=\"https://profiles.wordpress.org/krishaamer/\">krishaamer</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/kshaner/\">kshaner</a> · <a href=\"https://profiles.wordpress.org/kub1x/\">kub1x</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/kunalpuri123/\">kunalpuri123</a> · <a href=\"https://profiles.wordpress.org/kushsharma/\">Kush Sharma</a> · <a href=\"https://profiles.wordpress.org/kush123/\">Kushagra Goyal</a> · <a href=\"https://profiles.wordpress.org/lgadzhev/\">Lachezar Gadzhev</a> · <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a> · <a href=\"https://profiles.wordpress.org/lakshyajeet/\">Lakshyajeet Singh Goyal</a> · <a href=\"https://profiles.wordpress.org/lalitkumawat/\">Lalit Kumawat</a> · <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurisaarni/\">Lauri Saarni</a> · <a href=\"https://profiles.wordpress.org/ldanielgiuliani/\">ldanielgiuliani</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leonidas Milosis</a> · <a href=\"https://profiles.wordpress.org/levinbaria/\">Levin Baria</a> · <a href=\"https://profiles.wordpress.org/lgseo/\">lgseo</a> · <a href=\"https://profiles.wordpress.org/lilgames/\">LilGames</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/logiclink/\">logiclink</a> · <a href=\"https://profiles.wordpress.org/logicrays/\">LogicRays Technologies</a> · <a href=\"https://profiles.wordpress.org/lordandy1984/\">lordandy1984</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/lucasms/\">Lucas Martins</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukasfritzedev/\">LukasFritzeDev</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/maccyd/\">maccyd</a> · <a href=\"https://profiles.wordpress.org/madhavishah01/\">Madhavi Shah</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maikuolan/\">Maikuolan</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manhatthien98/\">manhatthien98</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">Manuel Camargo</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/maorb/\">maorb</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/marc4/\">Marc Armengou</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">Marcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/leadclown/\">Marcus</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/mariohamann/\">mariohamann</a> · <a href=\"https://profiles.wordpress.org/marius84/\">mariushosting</a> · <a href=\"https://profiles.wordpress.org/bozzmedia/\">Marty</a> · <a href=\"https://profiles.wordpress.org/martythornley/\">MartyThornley</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/mathiscode/\">mathiscode</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/maxschmeling/\">Max Schmeling</a> · <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/mabfahad/\">Md Abdullah Al Fahad</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/ismail0071/\">MD ISMAIL</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/masummollaalhaz/\">Md Masum Molla Alhaz</a> · <a href=\"https://profiles.wordpress.org/obiplabon/\">Md Obidullah (obiPlabon)</a> · <a href=\"https://profiles.wordpress.org/wprashed/\">Md Rashed Hossain</a> · <a href=\"https://profiles.wordpress.org/sabbir20/\">Md Sabbir Hossain</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdmoreau/\">mdmoreau</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/mfgmicha/\">Micha Krapp</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michaelkeck/\">Michael Keck</a> · <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a> · <a href=\"https://profiles.wordpress.org/xmic/\">Michael Sumner</a> · <a href=\"https://profiles.wordpress.org/michaelreetz/\">michaelreetz</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp Hunt</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/migueluy/\">Miguel Lezama</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mobius5150/\">Mike</a> · <a href=\"https://profiles.wordpress.org/mikefitzman/\">Mike Fitzpatrick</a> · <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/firestar300/\">Milan Ricoul</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/369work/\">Miroku</a> · <a href=\"https://profiles.wordpress.org/missveronicatv/\">missveronica</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/mkeck/\">mkeck</a> · <a href=\"https://profiles.wordpress.org/mlaetitia1986/\">mlaetitia1986</a> · <a href=\"https://profiles.wordpress.org/mleray/\">mleray</a> · <a href=\"https://profiles.wordpress.org/mleraygp/\">mleraygp</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mohkatz/\">Mohammed Kateregga</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtg169/\">mtg169</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/sedmikrasky/\">N&#250;ria Nadal i Rovira</a> · <a href=\"https://profiles.wordpress.org/vyasnaman/\">Naman Vyas</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Nasim Miah</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">Nate Finch</a> · <a href=\"https://profiles.wordpress.org/naveendwivedi/\">Naveen Dwivedi</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/bugnumber9/\">Nazar Hotsa</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/nexbridge/\">nexbridge</a> · <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/nickchomey/\">Nick</a> · <a href=\"https://profiles.wordpress.org/nickstarkloff/\">Nick</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nickbrazilian/\">nickbrazilian</a> · <a href=\"https://profiles.wordpress.org/nickjbedford/\">nickjbedford</a> · <a href=\"https://profiles.wordpress.org/nickpagz/\">nickpagz</a> · <a href=\"https://profiles.wordpress.org/nickwilmot/\">nickwilmot</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nigelnelles/\">nigelnelles</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/nimeshatxecurify/\">Nimesh</a> · <a href=\"https://profiles.wordpress.org/ninomiho/\">Nino Mihovilic</a> · <a href=\"https://profiles.wordpress.org/ninos-ego/\">Ninos</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">Noel Santos</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/oferlaor/\">oferlaor</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/yasunocco/\">Okawa Yasuno</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Ophelia Rose</a> · <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a> · <a href=\"https://profiles.wordpress.org/owi/\">owi</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/palak678/\">Palak Patel</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/techpartho/\">Partho Hore</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/patpiwo/\">Patrick Piwowarczyk</a> · <a href=\"https://profiles.wordpress.org/pryley/\">Paul</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulbonneau/\">Paul Bonneau</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/paulstanos/\">paulstanos</a> · <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a> · <a href=\"https://profiles.wordpress.org/pedrofigueroa1989/\">Pedro Figueroa</a> · <a href=\"https://profiles.wordpress.org/peroks/\">Per Egil Roksvaag</a> · <a href=\"https://profiles.wordpress.org/peteringersoll/\">Peter Ingersoll</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philipjohn/\">Philip John</a> · <a href=\"https://profiles.wordpress.org/philsola/\">Philip Sola</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/piskvorky/\">piskvorky</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/poojapadamad/\">poojapadamad</a> · <a href=\"https://profiles.wordpress.org/porg/\">porg</a> · <a href=\"https://profiles.wordpress.org/prab18hat/\">Prabhat Mishra</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pranjalpratapsingh/\">Pranjal Pratap Singh</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prasadgupte/\">prasadgupte</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a> · <a href=\"https://profiles.wordpress.org/puggan/\">puggan</a> · <a href=\"https://profiles.wordpress.org/quentinr64600/\">quentinr64600</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiq91/\">Rafiqul Islam</a> · <a href=\"https://profiles.wordpress.org/ralucastn/\">Raluca</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravichudasama01/\">Ravi Chudasama</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/rcrdortiz/\">rcrdortiz</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves</a> · <a href=\"https://profiles.wordpress.org/renishsurani/\">renishsurani</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/rezwanshiblu1952/\">Rezwan Shiblu</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riadev/\">riadev</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishabhwp/\">Rishabh Gupta</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/ristojovanovic/\">Risto Jovanovic</a> · <a href=\"https://profiles.wordpress.org/devrito/\">Ritoban</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robmcclel/\">Robmcclel</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/roelof/\">roelof</a> · <a href=\"https://profiles.wordpress.org/rollybueno/\">Rolly Bueno</a> · <a href=\"https://profiles.wordpress.org/ronak44/\">Ronak prajapati</a> · <a href=\"https://profiles.wordpress.org/room34/\">Room 34 Creative Services, LLC</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/rayhatron/\">Rufaro Madamombe</a> · <a href=\"https://profiles.wordpress.org/rutvikbhambhi2004/\">Rutvik Bhambhi</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/skierpage/\">S Page</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/devsabbirahmed/\">Sabbir Sam</a> · <a href=\"https://profiles.wordpress.org/sachinrajcp123/\">SACHINRAJ CP</a> · <a href=\"https://profiles.wordpress.org/sahiljadhav1617/\">Sahil Jadhav</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sakibmoon/\">sakibmoon</a> · <a href=\"https://profiles.wordpress.org/samueljseay/\">Sam</a> · <a href=\"https://profiles.wordpress.org/sam_a/\">sam_a</a> · <a href=\"https://profiles.wordpress.org/samirmalpande/\">Samir Malpande</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/sjapaget/\">Samuel Paget</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sandeepdahiya/\">Sandeep Dahiya</a> · <a href=\"https://profiles.wordpress.org/sandipsinh007/\">Sandip Sinh</a> · <a href=\"https://profiles.wordpress.org/ourvalley/\">Sandy McFadden</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/satishprajapati/\">Satish Prajapati</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/scholdstrom/\">scholdstrom</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shsajalchowdhury/\">SH Sajal Chowdhury</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/iamshashank/\">Shashank Jain</a> · <a href=\"https://profiles.wordpress.org/shekh0109/\">Shashank Shekhar</a> · <a href=\"https://profiles.wordpress.org/sajib1223/\">Shazzad Hossain Khan</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">Sheri Grey</a> · <a href=\"https://profiles.wordpress.org/shiponkarmakar/\">Shipon Karmakar</a> · <a href=\"https://profiles.wordpress.org/shreya0shrivastava/\">Shreya Shrivastava</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shyamgadde/\">Shyamsundar Gadde</a> · <a href=\"https://profiles.wordpress.org/sidharthpandita/\">sidharthpandita</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/shilpaashokan94/\">Silpa TA</a> · <a href=\"https://profiles.wordpress.org/simonefontana/\">simonefontana</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/maia12345/\">Sophie Dimitrov</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar01/\">Soyeb Salar</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spstrap/\">spstrap</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stankea/\">stankea</a> · <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a> · <a href=\"https://profiles.wordpress.org/staurand/\">staurand</a> · <a href=\"https://profiles.wordpress.org/hubersen/\">Stefan Pasch</a> · <a href=\"https://profiles.wordpress.org/stefanvelthuys/\">Stefan Velthuys</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sujansarkar/\">Sujan Sarkar</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunnykasera/\">sunnykasera</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/supernovia/\">supernovia</a> · <a href=\"https://profiles.wordpress.org/suzukube/\">SuzuKube</a> · <a href=\"https://profiles.wordpress.org/svedish/\">svedish</a> · <a href=\"https://profiles.wordpress.org/lordspace/\">Svetoslav Marinov</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/syhussaini/\">syhussaini</a> · <a href=\"https://profiles.wordpress.org/schwipps/\">T4ng</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/takuword/\">Takuro</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tatof/\">tatof</a> · <a href=\"https://profiles.wordpress.org/tecnogaming/\">tecnogaming</a> · <a href=\"https://profiles.wordpress.org/mecaota/\">Tetsuro Higuchi</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/tsquez/\">ThemeAWESOME</a> · <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timotijhof/\">Timo Tijhof</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timotheemoulin/\">Timoth&#233;e Moulin</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias B&#228;thge</a> · <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomdevisser/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/traxus/\">traxus</a> · <a href=\"https://profiles.wordpress.org/sllimrovert/\">Trevor Mills</a> · <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/tsteel/\">tsteel</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharbharti/\">Tushar Bharti</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tussendoor/\">Tussendoor B.V.</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshnevase/\">Umesh Nevase</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utsavladani/\">Utsav Ladani</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/valentingrenier/\">Valentin Grenier</a> · <a href=\"https://profiles.wordpress.org/tsimshatsui/\">Vape tsimshatsui</a> · <a href=\"https://profiles.wordpress.org/vbbp/\">vbbp</a> · <a href=\"https://profiles.wordpress.org/sheldorofazeroth/\">Vedansh Mishra</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vidugupta/\">vidugupta</a> · <a href=\"https://profiles.wordpress.org/vijendrajat/\">Vijendra Jat</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/ghorivipul97/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a> · <a href=\"https://profiles.wordpress.org/vladimiraus/\">vladimiraus</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/walterebert/\">Walter Ebert</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a> · <a href=\"https://profiles.wordpress.org/webwrotter/\">webwrotter</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/widhy980/\">widhy980</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">wplmillet</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xerpa43/\">xerpa43</a> · <a href=\"https://profiles.wordpress.org/xipasduarte/\">xipasduarte</a> · <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a> · <a href=\"https://profiles.wordpress.org/yashyadav247/\">Yash</a> · <a href=\"https://profiles.wordpress.org/getsyash/\">Yash B</a> · <a href=\"https://profiles.wordpress.org/yashjawale/\">Yash Jawale</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/yogieanamcara/\">YogieAnamCara</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">Zeel Thakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/lstraczynski/\">Łukasz Strączyński</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">71 locales have fully translated</a> WordPress 6.9 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200+ languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/forums/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get involved</strong></h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding. And learning more and getting involved is easy.&nbsp; Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/11/wordpress-6-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Nov 2025 15:33:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"release candidates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19373\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"The third Release Candidate (“RC3”) for WordPress 6.9 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC3 on a test server and site. Reaching this phase [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Amy Kamala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8039:\"\n<p>The third Release Candidate (“RC3”) for WordPress 6.9 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. <strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.9 is the highest quality possible.</p>\n\n\n\n<p>You can test WordPress 6.9 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"></a><a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.9-beta2.zip\"></a><a href=\"https://wordpress.org/wordpress-6.9-RC3.zip\">RC3 version (zip)</a>. and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br><code>wp core update --version=6.9-RC3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn85xn\">6.9 WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.9 is <strong>December 2, 2025</strong>. The full <a href=\"https://make.wordpress.org/core/6-9/\">release schedule can be found here</a>. Your help testing RC versions is vital to making this release as stable and powerful as possible.</p>\n\n\n\n<p>Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-9/\">6.9-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.9 RC3?</h2>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? Take a look at the <a href=\"https://make.wordpress.org/core/2025/11/25/wordpress-6-9-field-guide\">WordPress 6.9 Field Guide</a>. For technical information related to issues addressed since <a href=\"https://wordpress.org/news/2025/11/wordpress-6-9-release-candidate-2\">RC2</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.9?since=2025-11-18&amp;until=2025-11-25\">Gutenberg commits for 6.9</a> since November 18</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F18%2F2025..11%2F24%2F2025&amp;milestone=6.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=changetime&amp;col=type&amp;order=id\">Closed WordPress Core Trac tickets</a> since November 18</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can get involved with the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute.&nbsp;</p>\n\n\n\n<p>Your help testing the WordPress 6.9 RC3 prerelease is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/\">detailed guide</a> will walk you through testing features in WordPress 6.9. For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta/RC area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\"></a><a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack</a>..</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.9 prereleases. If you haven’t yet, please conclude your testing and update the <em>“Tested up to”</em> version in your theme and plugin <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">readme files</a> to <code>6.9</code>.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Test on your hosting platforms</h3>\n\n\n\n<p>Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.</p>\n\n\n\n<p>Want to test WordPress on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?&nbsp;You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC3 haiku</h2>\n\n\n\n<p><em>Some folks make money,</em></p>\n\n\n\n<p><em>some folks make time to travel,</em></p>\n\n\n\n<p><em>and we Make WordPress.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to </em><a href=\'https://profiles.wordpress.org/akshayar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>akshayar</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/westonruter/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>westonruter</a>, <a href=\'https://profiles.wordpress.org/ellatrix/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ellatrix</a>, <a href=\'https://profiles.wordpress.org/mobarak/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mobarak</a> <em>and</em> <a href=\'https://profiles.wordpress.org/tacoverdo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tacoverdo</a> <em>for proofreading and review.</em></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19373\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/11/wordpress-6-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Nov 2025 15:26:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19350\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"The second Release Candidate (“RC2”) for WordPress 6.9 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC2 on a test server and site. Reaching this phase [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Akshaya Rane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10595:\"\n<p>The second Release Candidate (“RC2”) for WordPress 6.9 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.9 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.9 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.9-RC2.zip\">RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.9-RC2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn85xn\">6.9 RC2 WordPress Playground instance</a> to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.9 is <strong>December 2, 2025</strong>. The full <a href=\"https://make.wordpress.org/core/6-9/\">release schedule can be found here</a>. Your help testing RC versions is vital to making this release as stable and powerful as possible.</p>\n\n\n\n<p>Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-9/\">6.9-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.9 RC2?</h2>\n\n\n\n<p>Get a recap of WordPress 6.9’s highlighted features in the <a href=\"https://make.wordpress.org/core/2025/10/21/wordpress-6-9-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since RC1, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.9?since=2025-11-11&amp;until=2025-11-18\">GitHub commits for 6.9</a> since November 11</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F11%2F2025..11%2F18%2F2025&amp;milestone=6.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=changetime&amp;col=type&amp;order=id\">Closed Trac tickets</a> since November 11</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/11/15/notes-feature-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Notes Feature in 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/10/abilities-api-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Abilities API in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/18/wordpress-6-9-frontend-performance-field-guide/\">WordPress 6.9 Frontend Performance Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/interactivity-apis-client-navigation-improvements-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Interactivity API’s client navigation improvements in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/block-bindings-improvements-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Block Bindings improvements in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/changes-to-the-interactivity-api-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Changes to the Interactivity API in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/17/consistent-cache-keys-for-query-groups-in-wordpress-6-9/\">Consistent Cache Keys for Query Groups in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/11/dataviews-dataform-et-al-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">DataViews, DataForm, et al. in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/preparing-the-post-editor-for-full-iframe-integration/\" target=\"_blank\" rel=\"noreferrer noopener\">Preparing the Post Editor for Full iframe Integration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/theme-json-border-radius-presets-support-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Theme.json Border Radius Presets Support in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/12/heading-block-css-specificity-fix-in-wordpress-6-9/\" target=\"_blank\" rel=\"noreferrer noopener\">Heading Block CSS Specificity Fix in WordPress 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/17/miscellaneous-developer-focused-changes-in-6-9/\">Miscellaneous Developer-focused Changes in 6.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/18/modernizing-utf-8-support-in-wordpress-6-9/\" data-type=\"link\" data-id=\"https://make.wordpress.org/core/2025/11/18/modernizing-utf-8-support-in-wordpress-6-9/\">Modernizing UTF-8 support in WordPress 6.9</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get involved in testing</h2>\n\n\n\n<p>Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute.&nbsp;</p>\n\n\n\n<p>Your help testing the WordPress 6.9 RC2 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/\">detailed guide</a> will walk you through testing features in WordPress 6.9. For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report.&nbsp; You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.&nbsp;</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Update your theme or plugin</h2>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.9 beta releases. If you haven’t yet, make sure to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.9.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Test on your hosting platforms</h2>\n\n\n\n<p>Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.</p>\n\n\n\n<p>Want to test WordPress on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Help translate WordPress</h2>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? मराठी? ಕನ್ನಡ?&nbsp; You can<a href=\"https://translate.wordpress.org/projects/wp/dev/\"> help translate WordPress into more than 100 languages</a>. This release milestone (RC2) also marks the<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\"> hard string freeze</a> point of the <a href=\"https://make.wordpress.org/core/2025/11/11/wordpress-6-9-release-candidate-phase/\">6.9 release cycle</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC2 haiku</h2>\n\n\n\n<p>A calm hillside sighs,<br>Work of many now complete —<br>RC2 stays true.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\'https://profiles.wordpress.org/amykamala/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>amykamala</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/westonruter/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>westonruter</a> and <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading and review.</em></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.9 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/11/wordpress-6-9-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Nov 2025 15:34:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"release candidates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19317\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first Release Candidate (“RC1”) for WordPress 6.9 is ready for download and testing! This version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to evaluate RC1 on a test server and site. WordPress 6.9 RC1 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Amy Kamala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9479:\"\n<p>The first Release Candidate (“RC1”) for WordPress 6.9 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is still under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended to evaluate RC1 on a test server and site.</p>\n\n\n\n<p>WordPress 6.9 RC1 can be tested using any of the following methods:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.9-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <br><code>wp core update --version=6.9-RC1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.3&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\" data-type=\"link\" data-id=\"https://playground.wordpress.net/?php=8.3&amp;wp=rc&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">6.9 RC1 WordPress Playground instance</a> to test the software directly in your browser. No setup is required &#8211; just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.9 is <strong>December 2, 2025</strong>. The full <a href=\"https://make.wordpress.org/core/6-9/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible.</p>\n\n\n\n<p>Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-9/\">6.9-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.9 RC1?</h2>\n\n\n\n<p>Check out the <a href=\"https://make.wordpress.org/core/2025/10/21/wordpress-6-9-beta-1/\">Beta 1 announcement</a> for details on WordPress 6.9.</p>\n\n\n\n<p>You can browse the technical details for all issues addressed since Beta 4 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.9?since=2025-11-07&amp;until=2025-11-11\">Gutenberg commits for 6.9</a> since November 7, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/log/?revs=61183-61203\">Core commits for 6.9</a> since November 7, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=11%2F07%2F2025..11%2F11%2F2025&amp;milestone=6.9&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=changetime&amp;col=type&amp;order=id\">Closed Trac tickets</a> since November 7, 2025</li>\n</ul>\n\n\n\n<p>Want to know more about this release? Here are some highlights:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Site Editor improvements and Refined content creation\n<ul class=\"wp-block-list\">\n<li>Ability to hide blocks</li>\n\n\n\n<li>New blocks </li>\n\n\n\n<li>Notes on blocks</li>\n\n\n\n<li>Universal command palette in wp-admin</li>\n</ul>\n</li>\n\n\n\n<li>Developer updates\n<ul class=\"wp-block-list\">\n<li>Updates to dataviews and dataforms components</li>\n\n\n\n<li>New abilities API</li>\n\n\n\n<li>Updates to interactivity API </li>\n\n\n\n<li>Updates to block binding API</li>\n</ul>\n</li>\n\n\n\n<li>Performance Improvements\n<ul class=\"wp-block-list\">\n<li>Improved script and style handling</li>\n\n\n\n<li>Optimized queries and caching</li>\n\n\n\n<li>Added ability to handle “fetchpriority” in ES Modules and Import Maps</li>\n\n\n\n<li>Standardizing output buffering</li>\n</ul>\n</li>\n</ul>\n\n\n\n<p>The final release is on track for December 2nd. As always, a successful release depends on your confirmation during testing. So please download and test!</p>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is crucial to the development of any software. It’s also a meaningful way for anyone to contribute. </p>\n\n\n\n<p>Your help testing the WordPress 6.9 RC1 version is key to ensuring that the final release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important. This <a href=\"https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/\">detailed guide</a> will walk you through testing features in WordPress 6.9.</p>\n\n\n\n<h4 class=\"wp-block-heading\">Calls for testing</h4>\n\n\n\n<p>Thank you to everyone who helps test the following enhancements and bug fixes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/test/2025/10/06/call-for-testing-accordion-block/\">Accordion Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2025/10/04/call-for-testing-ability-to-hide-blocks/\">Ability to Hide Blocks</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/64099\">Classic themes loading block styles on demand</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/64204\">Modified notes notifications</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/11/10/abilities-api-in-wordpress-6-9/\">Abilities API</a></li>\n</ul>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums, or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Thank you to everyone who helps with testing!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.9 beta releases. With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.9. </p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Test on your hosting platforms</h3>\n\n\n\n<p>Web hosts provide vital infrastructure for supporting WordPress and its users. Testing on hosting systems helps inform the development process while ensuring that WordPress and hosting platforms are fully compatible, free of errors, optimized for the best possible user experience, and that updates roll out to customer sites without issue.</p>\n\n\n\n<p>Want to test WordPress on your hosting system? <a href=\"https://make.wordpress.org/hosting/test-results-getting-started/\">Get started with configuring distributed hosting tests here</a>. Thank you to all <a href=\"https://make.wordpress.org/hosting/test-results/\">web hosts who help test WordPress</a>!</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC1 haiku</h2>\n\n\n\n<p><em>As the sun rises</em>,</p>\n\n\n\n<p><em>RC1 breaks its cocoon</em></p>\n\n\n\n<p><em>and emerges strong</em>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to </em><a href=\'https://profiles.wordpress.org/akshayar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>akshayar</a><em>, </em><a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/westonruter/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>westonruter</a>, <a href=\'https://profiles.wordpress.org/ellatrix/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ellatrix</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a> <em>and</em> <a href=\'https://profiles.wordpress.org/cbravobernal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbravobernal</a> <em>for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19317\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2025/11/wordpress-6-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Nov 2025 15:34:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19263\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"WordPress 6.9 Beta 3 is available for download and testing! This beta version of the WordPress software is still under development. Please don&#8217;t install, run, or test this version of WordPress on production or mission-critical websites. Instead, you can evaluate Beta 3 on a test server and site. WordPress 6.9 Beta 3 can be tested [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Amy Kamala\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5454:\"\n<p>WordPress 6.9 Beta 3 is available for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is still under development</strong>. Please don&#8217;t install, run, or test this version of WordPress on production or mission-critical websites. Instead, you can evaluate Beta 3 on a test server and site.</p>\n\n\n\n<p>WordPress 6.9 Beta 3 can be tested using any of the following methods:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.9-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <br><code>wp core update --version=6.9-beta3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">6.9 Beta 3 WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required – just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p></p>\n\n\n\n<p>The final release of WordPress 6.9 is scheduled for <strong>December 2, 2025</strong>, and the <a href=\"https://make.wordpress.org/core/6-9/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Thank you to everyone who helps with testing!</p>\n\n\n\n<p>Please continue checking the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-9/\">6.9-related posts</a> in the coming weeks for more information.</p>\n\n\n\n<p><strong>Find out what’s new in WordPress 6.9</strong>: Read the <a href=\"https://make.wordpress.org/core/2025/10/21/wordpress-6-9-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p>Your help testing the WordPress 6.9 Beta 3 version is key to ensuring that everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally as important. This <a href=\"https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/\">detailed guide</a> provides a walk through on testing features in WordPress 6.9.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums, or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 3 updates and highlights</h2>\n\n\n\n<p>WordPress 6.9 Beta 3 contains more than 80 updates and fixes since the Beta 2 release.</p>\n\n\n\n<p>Each beta cycle focuses on bug fixes, and more are on the way with your testing! You can browse the technical details for all issues addressed since Beta 2 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.9?since=2025-10-28&amp;until=2025-11-04\">Gutenberg commits for 6.9</a> since October 28, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F28%2F2025..11%2F04%2F2025&amp;milestone=6.9&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Core Trac tickets for 6.9</a> since October 28, 2025</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/wordpress-develop/compare/7dcb09c26a1d97c20dcceb866abbd0f3c128388b...81f755846c2d66ce7d21b01623f8163a9f7c6ef6\">Comparing commit changes in Core for 6.9</a> since October 28, 2025</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p><em>Code is poetry,</em></p>\n\n\n\n<p><em>and poetry is magic.</em></p>\n\n\n\n<p><em>So code is magic.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to </em><a href=\'https://profiles.wordpress.org/akshayar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>akshayar</a> <em>, </em><a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>, <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a>, <a href=\'https://profiles.wordpress.org/mosescursor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mosescursor</a>,  <em>and</em> <a href=\'https://profiles.wordpress.org/westonruter/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>westonruter</a> <em>for proofreading and review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2025/10/wordpress-6-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Oct 2025 15:23:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19253\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"WordPress 6.9 Beta 2 is now ready for testing! This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites.&#160; Instead, you should evaluate Beta 2 on a test server and site. You can test WordPress 6.9 Beta 2 in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Akshaya Rane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5125:\"\n<p>WordPress 6.9 Beta 2 is now ready for testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress on production or mission-critical websites.&nbsp; Instead, you should evaluate Beta 2 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.9 Beta 2 in any of the following ways:<br></p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream.)</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.9-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use this<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <br><code>wp core update --version=6.9-beta2</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">6.9 Beta 2 WordPress Playground instance</a> to test the software directly in your browser.&nbsp; No setup is required–just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.9 is <strong>December 2, 2025</strong>. &nbsp;The full <a href=\"https://make.wordpress.org/core/6-9/\">release schedule can be found here</a>. Your help testing Beta and RC versions is vital to making this release as stable and powerful as possible. Do check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-9/\">6.9-related posts</a> in the coming weeks for more information. Thank you to everyone who contributes by testing!&nbsp;</p>\n\n\n\n<p><strong>Catch up on what’s new in WordPress 6.9</strong>: Read the <a href=\"https://make.wordpress.org/core/2025/10/21/wordpress-6-9-beta-1/\">Beta 1 announcement</a> for details and highlights.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to test this release</h2>\n\n\n\n<p>Your help testing the WordPress 6.9 Beta 2 version is key to ensuring everything in the release is the best it can be. While testing the upgrade process is essential, trying out new features is equally important.&nbsp; This <a href=\"https://make.wordpress.org/test/2025/10/21/help-test-wordpress-6-9/\">detailed guide</a> will walk you through testing features in WordPress 6.9.</p>\n\n\n\n<p>If you encounter an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums or directly to<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beta 2 updates and highlights</h2>\n\n\n\n<p>WordPress 6.9 Beta 2 contains more than 33 Editor updates and fixes since the Beta 1 release, including 28 tickets for WordPress core.</p>\n\n\n\n<p>Each beta cycle focuses on bug fixes; more are on the way with your help through testing. You can browse the technical details for all issues addressed since Beta 1 using these links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.9?since=2025-10-22&amp;until=2025-10-28\">GitHub commits for 6.9</a> since October 21, 2025</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=10%2F22%2F2025..10%2F28%2F2025&amp;milestone=6.9&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since October 21, 2025</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 2 haiku</h2>\n\n\n\n<p><em>Morning dew returns,</em></p>\n\n\n\n<p><em>Small fixes bloom in silence—</em></p>\n\n\n\n<p><em>Code finds its balance.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a> , <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a> &amp; <a href=\'https://profiles.wordpress.org/mosescursor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mosescursor</a></em> <em>for proofreading and review.</em></p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 6.8.3 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2025/09/wordpress-6-8-3-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Sep 2025 19:31:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19204\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"WordPress 6.8.3 is now available! This is a security release that features two fixes. Because this is a security release, it is recommended that you update your sites immediately. You can download WordPress 6.8.3 from WordPress.org, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4937:\"\n<p><strong>WordPress 6.8.3 is now available!</strong></p>\n\n\n\n<p>This is a security release that features two fixes.</p>\n\n\n\n<p>Because this is a security release,<strong> it is recommended that you update your sites immediately</strong>.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.8.3.zip\">download WordPress 6.8.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/6-9/\">version 6.9</a>, which is planned for December 2nd, 2025.<br>For more information on WordPress 6.8.3, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-8-3/\">version page on the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for <a href=\"https://hackerone.com/wordpress?type=team\">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A data exposure issue where authenticated users could access some restricted content. Independently reported by <a href=\"https://hackerone.com/mnelson4\">Mike Nelson</a>, <a href=\"https://hackerone.com/hurayraiit\">Abu Hurayra</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, and <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>.</li>\n\n\n\n<li>A cross-site scripting (XSS) vulnerability requiring an authenticated user role that affects the nav menus. Reported by <a href=\"https://x.com/Savphill\">Phill Savage</a>.</li>\n</ul>\n\n\n\n<p>As a courtesy, these fixes have also been made available to all branches eligible to receive security fixes (currently through 4.7). As a reminder, <strong>only the most recent version of WordPress is actively supported</strong>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, WordPress 6.8.3 would not have been possible without the contributions of the following people:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/hurayraiit\">Abu Hurayra</a>, <a href=\"https://profiles.wordpress.org/zieladam\">Adam Zieliński</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/andraganescu%20\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/jonsurrell\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Michael Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phillsav\">Phill</a>, <a href=\"https://profiles.wordpress.org/noisysocks\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://app.slack.com/client/T024MFP4J/C02RQBWTW\">#core</a> Slack channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a> for reviewing.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Portland Welcomes WordCamp US 2025: A Community Gathering\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2025/08/portland-welcomes-wcus-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Aug 2025 03:03:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19074\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"A full house of attendees gathered in Portland, Oregon, for WordCamp US 2025, with thousands more tuning in online. Over four days, the flagship WordPress event brought together contributors, innovators, and community members for collaboration, inspiration, and discovery. WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement. Matt Mullenweg, WordPress Cofounder [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:69049:\"\n\n\n<p>A full house of attendees gathered in Portland, Oregon, for WordCamp US 2025, with thousands more tuning in online. Over four days, the flagship WordPress event brought together contributors, innovators, and community members for collaboration, inspiration, and discovery.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>WordPress is so unique because we&#8217;re not just a product; we&#8217;re a movement.</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The WordPress event began with a dedicated Contributor Day and continued with a Showcase Day and two days of sessions filled with talks, panels, workshops, and community celebrations. WordPress Cofounder Matt Mullenweg joined a diverse lineup of speakers, panelists, and workshop leaders who brought fresh perspectives to the open web from across the globe.</p>\n\n\n\n<p>Set against the vibrant backdrop of Portland — with its iconic bridges, coffee culture, and creative energy — the Sponsor Hall buzzed as companies across the WordPress ecosystem demoed new products, shared insights, and connected with attendees. Each day offered opportunities to refuel with local flavors and international favorites, turning mealtimes into lively hubs of networking and idea-sharing.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Portland</h2>\n\n\n\n<p>WordCamp US is the annual gathering point for the WordPress community — where collaboration, creativity, and innovation intersect. This year in Portland, the event delivered an expansive program that reached every corner of the ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> – Keynotes, presentations, and discussions explored the evolving web and the role of open source in shaping it.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> – Voices from across continents brought local stories and global visions to the stage.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> – From AI in WordPress development to accessibility, design systems, content strategy, education, and case studies of WordPress at scale.</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> – Workshops provided practical takeaways, empowering attendees to apply new skills immediately.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> – Whether contributing code, exploring business strategies, or sharing creative projects, attendees found space to learn, grow, and celebrate open source together.</li>\n</ul>\n\n\n\n<p>New contributors took their first steps into open source, seasoned developers explored cutting-edge AI integrations, and agencies and product teams shared strategies for scaling WordPress to meet modern needs. Beyond the technical, conversations around inclusivity, sustainability, and education underscored WordPress’s role as a tool for empowerment and positive change.</p>\n\n\n\n<p>In hallways, coffee lines, and evening meetups, attendees found the “hallway track” alive and well, spontaneous moments of connection that often became the most memorable part of the experience. Whether reconnecting with longtime collaborators or meeting someone new, these small interactions reinforced the heart of WordCamp US: a community that thrives on openness, generosity, and shared purpose.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day: Collaboration at the Core</h2>\n\n\n\n<p>The conference opened on Tuesday, August 26, with a vibrant Contributor Day. Nearly 300 contributors filled the space, including more than 120 first-time participants who were onboarded across 19 teams. Developers, designers, translators, marketers, and community organizers worked side by side, representing WordPress expertise.</p>\n\n\n\n<p>Throughout the day, contributors tackled everything from improving accessibility and performance to refining documentation to enhancing translation tools. Beyond technical contributions, teams like Marketing and Community focused on outreach, mentoring, and shaping future-facing initiatives. Remote participants joined via dedicated channels, reinforcing the inclusive nature of WordPress’s global community. By day’s end, the collective energy was clear: WordPress continues to be built by and for everyone.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449ef7f4&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449ef7f4\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19080\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19080\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5641-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f005c&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f005c\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19081\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19081\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5630-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f08fd&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f08fd\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1707\" height=\"2560\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19087\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?fit=683%2C1024&amp;ssl=1\" alt=\"\" class=\"wp-image-19087\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?w=1707&amp;ssl=1 1707w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=200%2C300&amp;ssl=1 200w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=683%2C1024&amp;ssl=1 683w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=768%2C1152&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=1024%2C1536&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8717-2-scaled.jpg?resize=1365%2C2048&amp;ssl=1 1365w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f1131&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f1131\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19084\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19084\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633022-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f1a30&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f1a30\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19082\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19082\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_5634-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f2249&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f2249\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19085\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19085\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z632926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f2a0a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f2a0a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19086\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19086\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633226-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f31bd&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f31bd\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19090\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19090\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Z633121-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f39c5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f39c5\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19089\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19089\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8723-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69660449f419e&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"69660449f419e\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19092\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19092\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8841-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a0072b&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a0072b\" class=\"wp-block-image size-large wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19088\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?fit=1024%2C683&amp;ssl=1\" alt=\"\" class=\"wp-image-19088\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?w=2560&amp;ssl=1 2560w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8753-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a00eeb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a00eeb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19091\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19091\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8827-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a016f3&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a016f3\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19083\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19083\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC8887-2-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>The mix of experience in the room made this year especially notable. First-time contributors were paired with seasoned table leads who guided them through their first steps into open source contribution. Longtime contributors reconnected with their teams and advanced ongoing initiatives, while new voices added fresh perspectives and momentum. The spirit of mentorship was woven throughout, ensuring that Contributor Day was productive and welcoming.</p>\n\n\n\n<p>The results spoke for themselves:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Polyglots</strong> translated more than 12,000 strings, expanding WordPress’s accessibility worldwide.</li>\n\n\n\n<li>The <strong>Community team</strong> celebrated the approval of two brand-new local meetups.</li>\n\n\n\n<li>The <strong>Training team</strong> achieved its objective of updating outdated course thumbnails.</li>\n\n\n\n<li>The <strong>Core team</strong> worked through a live bug scrub, with 9 committers and 16 contributors collaborating on improvements.</li>\n\n\n\n<li>The <strong>Documentation team</strong> completed numerous content updates to keep resources fresh and reliable.</li>\n</ul>\n\n\n\n<p>Momentum carried through every table, with participants reporting measurable progress and a renewed sense of shared purpose. Contributor Day once again highlighted the unique power of collaboration in shaping the open web, proving that every contribution matters through code, translations, training, or community building.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Showcase Day: WordPress in Action</h2>\n\n\n\n<p>Wednesday, August 27, was the popular Showcase Day, spotlighting real-world innovation in WordPress. Initially expected to draw about 250 participants, Showcase Day welcomed more than 800 attendees — a powerful sign of how much energy and curiosity the community brought to Portland. The sessions demonstrated how WordPress powers meaningful work across industries from nonprofits to newsrooms, agencies to global enterprises, while staying true to open source values.</p>\n\n\n\n<p>The day opened with a keynote by Amy Sample Ward: <em>The Tech That Comes Next</em>. Drawing from their co-authored book with Afua Bruce, Amy highlighted the inequities embedded in today’s technologies — from dataset bias to accessibility gaps — and challenged attendees to rethink how tools are funded, built, and deployed. Their talk invited technologists, funders, and community leaders to imagine a more equitable digital future, rooted in collaboration and shared responsibility.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US 2025 - Amy Sample Ward &quot;The Tech That Comes Next&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/RKnM75GFZxw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, <a href=\"https://youtu.be/PGvh7fCOUk0\">Joeleen Kennedy</a> of Human Made shared how Full Site Editing (FSE) shapes the refresh of Wikimedia’s ongoing user experience. Her session <em>Modernizing at Scale</em> detailed how FSE is simplifying workflows, improving accessibility, and making the multilingual platform more sustainable for the long term. Attendees gained a behind-the-scenes look at how one of the world’s largest open knowledge platforms is leveraging WordPress innovation.</p>\n\n\n\n<p><a href=\"https://youtu.be/F4NEPcwGRCI\">Josh Bryant</a> took the stage to explore what happens when Gutenberg leaves the WP-Admin dashboard. His talk, <em>Reimagining WordPress Editing</em>, walked through embedding the block editor into a standalone React application to support Dow Jones’s newsroom workflows. From decoupling Gutenberg to managing custom data stores, the session showcased advanced techniques for scaling editorial tools while maintaining the flexibility of the WordPress ecosystem.</p>\n\n\n\n<p>Hands-on learning was a hallmark of Showcase Day, with Jamie Marsland’s workshop leading participants through building and launching their own professional portfolio sites — no coding required. Attendees left with a fully functioning site, demonstrating WordPress’s continued ability to empower anyone, anywhere, to publish online.</p>\n\n\n\n<p>In the afternoon, Jeffrey Paul’s session <em>Scalable, Ethical AI</em> addressed one of the most pressing topics in today’s digital world: how to integrate AI without sacrificing ownership, privacy, or open standards. Walking participants through practical use cases with ClassifAI and local LLMs, Paul emphasized how WordPress can help content creators harness AI while maintaining autonomy over their data.</p>\n\n\n\n<p>The day closed with a forward-looking community highlight: <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a>. Panelists <a href=\"https://youtu.be/ARqM9U0ESvo\">Destiny Kanno, Andrés Parra, Javier Montes de Blas, Mauricio Barrantes, and Elineth Morera Campos</a> shared how this initiative brings WordPress into classrooms and universities worldwide. Student Andrés Parra received a scholarship to attend WordCamp. During the panel, Elineth also announced that Fidélitas University will begin offering its students a <a href=\"https://wordpress.org/news/2025/07/introducing-wordpress-credits-a-new-contribution-internship-program-for-university-students/\">WordPress Credits</a> program starting in October 2025, making it a mandatory addition sometime in 2026, enabling them to contribute directly to WordPress as part of their studies.</p>\n\n\n\n<p>By connecting students and educators with the open web, Campus Connect is building the next generation of contributors and innovators, ensuring that WordPress remains both a learning tool and a pathway to opportunity.</p>\n\n\n\n<p>Taken together, Showcase Day affirmed that WordPress is more than just a CMS — it is a platform for equitable technology, global collaboration, cutting-edge enterprise solutions, and the future of digital education. WordPress has the power to be both a platform and a community tool for education, equity, and innovation.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Presentation Days: Learning, Inspiration, and Connection</h2>\n\n\n\n<p>The first full day of sessions at WordCamp US 2025 opened with warm remarks from the organizing team, who reminded attendees: <em>“The most important thanks goes to all of you. The mix of new energy and veteran experience is what makes WordCamp so special, so thank you for being here.”</em> That spirit of gratitude and community carried throughout the event.</p>\n\n\n\n<p>The Sponsor Hall became a hub of activity, complete with raffles, the return of Career Corner, and even a Voodoo Donut Truck parked outside. Attendees lined up to test their luck at a claw machine stuffed with plush Wapuus, while others sought guidance at the Happiness Bar — a hands-on help desk for WordPress questions big and small. Between these activities, the steady buzz of conversations made it clear: the “hallway track” remained one of WordCamp’s most valuable experiences.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US - Danny Sullivan &quot;How (and why!) Google Search Keeps Evolving&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/ZF_sxLdfTbY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>The program itself set a high bar. Danny Sullivan’s keynote shed light on how search has evolved to meet the needs of new generations, from 24/7 demand and mobile expectations to short-form video and AI. His session gave attendees a deeper understanding of how search intersects with publishing today and sparked conversations about how WordPress can continue adapting in an era where AI shapes discovery and content.</p>\n\n\n\n<p>From there, the schedule unfolded across multiple tracks. The Core AI panel — featuring <a href=\"https://youtu.be/v_0O6dQ4Q4E\">James LePage, Felix Arntz, and Jeffrey Paul</a> — offered a look into how AI tools are woven into WordPress core. Emphasizing ethics, transparency, and user empowerment, the panel painted a roadmap for how WordPress can adopt new technologies without compromising its open-source values.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19103\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/Programming-Day-1-2.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Hands-on learning played a significant role throughout the conference. Ryan Welcher’s interactive <em>Block Developer Cookbook</em> drew a packed room as participants worked through community-selected code recipes built on the latest WordPress APIs. By the end, attendees left with working examples and practical strategies they could bring back to their projects.</p>\n\n\n\n<p>The program also highlighted diverse technical perspectives. <a href=\"https://youtu.be/vBjNqdacbh4\">Jemima Abu’s</a> session, <em>A PHP Developer’s Guide to ReactJS</em>, bridged the gap between classic and modern web development. At the same time, Adam Gazzaley’s keynote, <em>A New Era of Experiential Medicine – AI and the Brain</em>, invited attendees to consider the human side of technology, exploring how digital tools can advance health and well-being.</p>\n\n\n\n<p>The second day of presentations, Friday, August 29, opened with creativity and imagination. <a href=\"https://youtu.be/O7FPiFpRI3o\">John Maeda’s</a> keynote, <em>Cozy AI Cooking: WordCamp Edition</em>, used the metaphor of a kitchen to demystify AI, blending storytelling with technical insight to show how curiosity and care can guide builders in integrating AI into their work.</p>\n\n\n\n<p>Later in the day, <a href=\"https://youtu.be/ORnJTpjA-4w\">Tammie Lister’s</a> <em>The System is the Strategy</em> illustrated how design systems provide structure and scalability for growing WordPress projects. At the same time, Adam Silverstein’s Unlock Developer Superpowers with AI showcased new ways developers can use emerging tools to speed up workflows and problem-solving.</p>\n\n\n\n<p>Community stories also took center stage. In Creators around a Campfire, Anne McCarthy, Jamie Marsland, Christian Taylor, Mark Szymanski, and Michael Cunningham reflected on how YouTubers and content creators shape the WordPress ecosystem. Their session highlighted the role of storytelling and education in expanding WordPress’s reach to new audiences worldwide.</p>\n\n\n\n<p>The Sponsor Hall remained lively between sessions — with attendees meeting companies, testing demos, and swapping ideas that extended far beyond the conference halls. They also shared moments together at the arcade built for the event and added smiles, hugs, and laughter, which underscored the atmosphere: WordCamp US was as much about connection as code.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Together Into the Future</h2>\n\n\n\n<p>As the event drew to a close, WordPress Cofounder Matt Mullenweg took the stage to share the current state of WordPress and a vision for its future. He highlighted the growth in social media for WordPress with 124,726 new followers since last WCUS — and the WordPress.org website growing over 10% in users along with almost 20% in new users. </p>\n\n\n\n<p>Matt also spotlighted community initiatives shaping the future of open source education and diversity: WordPress Campus Connect, which has already reached 570 students across 11 events. Combined with the growth in overall events (77) which is a 32.76% increase over 2024. Each effort reinforced the message that WordPress is more than software; it is a global movement driven by people.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordCamp US 2025 - Ma.tt Mullenweg &quot;Keynote Address &amp; Q&amp;A&quot;\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/45HRzzc0waU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>He concluded with a live Q&amp;A, fielding questions from the audience on the direction of WordPress, its role in an AI-driven web, and the importance of keeping the project open, inclusive, and adaptable. The final notes of the keynote carried into a closing party in downtown Portland, where attendees capped off the week with music, conversation, and the unmistakable joy of a community coming together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>WordCamp US 2025 once again demonstrated what makes the WordPress ecosystem extraordinary: a community committed to building tools, resources, and opportunities that empower people everywhere.</p>\n\n\n\n<p>This year also marked the debut of the <a href=\"https://airtable.com/appWF6hdXuEOFQMvV/shrV5RZIv0aJjjU00\">Open Horizons Scholarship</a>, which funded six recipients — two organizers, three volunteers, and one speaker — from five countries. A total of $14,670 supported their journeys to WCUS. The scholarship, which also supports participation at WordCamp Asia and WordCamp Europe, is designed to make flagship events more accessible to contributors worldwide.</p>\n\n\n\n<p>A heartfelt thank you goes to the organizers, volunteers, sponsors, and speakers who brought the Portland edition to life — and to every attendee who joined us in person or followed along online. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a02fdb&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a02fdb\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19112\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948.jpg?resize=1024%2C577&#038;ssl=1\" alt=\"\" class=\"wp-image-19112\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=1024%2C577&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=1536%2C865&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_215948-scaled.jpg?resize=2048%2C1153&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a037d5&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a037d5\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19124\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19124\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6997-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a03fb0&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a03fb0\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19122\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19122\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_7014-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a0472a&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a0472a\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"577\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19107\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752.jpg?resize=1024%2C577&#038;ssl=1\" alt=\"\" class=\"wp-image-19107\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=1024%2C577&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=1536%2C865&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250826_101752-scaled.jpg?resize=2048%2C1153&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a04e4f&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a04e4f\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"675\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19108\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1024%2C675&#038;ssl=1\" alt=\"\" class=\"wp-image-19108\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1024%2C675&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=300%2C198&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=768%2C506&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?resize=1536%2C1012&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/20250825_113602.jpg?w=1764&amp;ssl=1 1764w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Gale Wallace</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a055e6&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a055e6\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19113\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19113\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC9076-scaled.jpeg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a05d94&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a05d94\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"433\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19106\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809.jpeg?resize=1024%2C433&#038;ssl=1\" alt=\"\" class=\"wp-image-19106\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=1024%2C433&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=300%2C127&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=768%2C325&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=1536%2C650&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6809-scaled.jpeg?resize=2048%2C866&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a06537&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a06537\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19110\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-19110\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/DSC04553.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a06d56&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a06d56\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19119\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827.jpeg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19119\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG_6827-scaled.jpeg?resize=2048%2C1152&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Topher DeRosia</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6966044a074dd&quot;}\" data-wp-interactive=\"core/image\" data-wp-key=\"6966044a074dd\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" data-id=\"19133\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-19133\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/08/IMG-20250829-WA0024.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the next global gatherings: <a href=\"https://asia.wordcamp.org/2026/\">WordCamp Asia 2026</a>&nbsp; in Mumbai, India, <a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe 2026</a>&nbsp; in Kraków, Poland, and WordCamp US 2026 in Phoenix, Arizona. We can’t wait to see you at the next chapter of the WordPress story.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"19074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 13 Jan 2026 08:44:00 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 10 Dec 2025 17:16:49 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}s:5:\"build\";i:1766724305;s:21:\"cache_expiration_time\";i:1768337056;s:23:\"__cache_expiration_time\";i:1768337056;}','off'),
(2156,'_site_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1768337056','off'),
(2157,'_site_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1768293856','off'),
(2158,'_site_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1768337058','off');
INSERT INTO `wp_options` VALUES
(2159,'_site_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Shorter Speech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2026/01/shorter-speech/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:817:\"<p>One of the great WordPress blogs is <a href=\"https://quoteinvestigator.com/\">Quote Investigator.</a> In their investigation into the original source of <a href=\"https://quoteinvestigator.com/2012/04/28/shorter-letter/\">&#8220;If I had more time, I would have written a shorter letter,&#8221;</a> I came across this great variation from Woodrow Wilson on the amount of time he spent preparing speeches.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>“That depends on the length of the speech,” answered the President. “If it is a ten-minute speech it takes me all of two weeks to prepare it; if it is a half-hour speech it takes me a week; if I can talk as long as I want to it requires no preparation at all. I am ready now.”</p>\n</blockquote>\n\n\n\n<p>So true.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Jan 2026 07:47:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Matt 4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/01/matt-4-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4851:\"<p>It&#8217;s that time of the year again for a new version release. Forty-two is a fun number, of course, famous from <a href=\"https://www.amazon.com/Hitchhikers-Guide-Galaxy-Douglas-Adams-ebook/dp/B000XUBC2C?tag=photomatt08-20\" rel=\"noreferrer noopener\" target=\"_blank\">The Hitchhiker&#8217;s Guide to the Galaxy</a>.</p>\n\n\n\n<p>I&#8217;m in Miami, where I&#8217;m attending a conference by <a href=\"https://www.wurman.com/\">Richard Saul Wurman</a>. I decided that it would be a great way to fill my brain on my birthday. Since New Year’s, I’ve been in warm climates and had lots of dips in the ocean. Had a small birthday dinner a few days ago and my friends <a href=\"https://x.com/photomatt/status/2010395993343410561\">surprised me with a beautiful “HappyBdayMattic” cake</a>.</p>\n\n\n\n<p>This last year was particularly challenging, especially at the beginning. However, it just kept getting better, and particularly WordCamp US in August was inspiring. The warmth and support of the WordPress community pulled me out of the funk I had been in. It was also when I kicked off the habit of daily blogging, which led to 2025 being the highest number of words (34.7k) I’ve posted since 2004! I traveled 209k miles, about a third lower than last year, spending longer stretches in 45 cities and 16 countries.</p>\n\n\n\n<p>One of my biggest lessons of the year was learning how to ask for help. I&#8217;m usually the person others come to, and I carry a lot of responsibility on my shoulders from my friends and loved ones, and for the companies and communities I&#8217;m lucky enough to be part of. I&#8217;ve had some bad experiences asking for help in the past, as well. Now, how I see it is that it might not always work, but if you don’t ask for help, you also don’t give people the chance to step up. This year, the support of several friends got me through some really tough spots.</p>\n\n\n\n<p>A joy of this year was seeing my godchildren grow up, close friends starting families, and the <a href=\"https://audrey.co/scholars/\">Audrey Scholars</a> program. There’s a Walt Disney quote I just found out about that I love: “I do not make films primarily for children. I make them for the child in all of us, whether we be six or sixty.” Kids can&#8217;t help but remind you how important it is to maintain that childlike sense of curiosity.</p>\n\n\n\n<p>A random new thing I&#8217;ve adopted this year is coconut water. I’ve been trying to hydrate with electrolytes, especially first thing in the morning, and it’s a great natural source of minerals.</p>\n\n\n\n<p>My main goals this year are to keep up daily writing, post some of my archive photos, finally visit Rome and bring my family, swim more, and be the best leader for Automattic and the WordPress community through the incredible changes and opportunities of the AI era.</p>\n\n\n\n<p>Even though I have several decades of history now, I find myself looking forward far more than back. Great words to live by I just learned from <a href=\"https://en.wikipedia.org/wiki/Jeffrey_Katzenberg\">Jeffrey Katzenberg</a>, apparently originally from <a href=\"https://en.wikipedia.org/wiki/Douglas_Ivester\">Doug Ivester</a>.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Never let your memories be greater than your dreams.</p>\n</blockquote>\n\n\n\n<p>That said, it is a funny time to revisit <a href=\"https://ma.tt/2006/01/matt-22/\">my original version-number birthday post, 2.2</a>, which is exactly 20 years old now.</p>\n\n\n\n<p>I wish everyone a wonderful 2026!</p>\n\n\n\n<p>All birthday posts: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>, <a href=\"https://ma.tt/2016/01/thirty-two/\">32</a>, <a href=\"https://ma.tt/2017/01/thirty-three/\">33</a>, <a href=\"https://ma.tt/2018/01/thirty-four/\">34</a>, <a href=\"https://ma.tt/2019/01/thirty-five/\">35</a>, <a href=\"https://ma.tt/2020/01/thirty-six/\">36</a>, <a href=\"https://ma.tt/2021/01/thirty-seven/\">37</a>, <a href=\"https://ma.tt/2022/01/thirty-eight/\">38</a>, <a href=\"https://ma.tt/2023/01/thirty-nine/\">39</a>, <a href=\"https://ma.tt/2024/01/forty/\">40</a>, <a href=\"https://ma.tt/2025/01/forty-one/\">41</a>, <a href=\"https://ma.tt/2026/01/matt-4-2/\">42</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Jan 2026 18:54:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Classical Accordian\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151049\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2026/01/classical-accordian/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1384:\"<p>So my new obsession is a Ukrainian-born musician, <a href=\"http://www.hrustevich.com/en/\">Alexander Hrustevich</a>, who plays a type of chromatic Russian accordion <a href=\"https://en.wikipedia.org/wiki/Bayan_(accordion)\">called a Bayan</a>. He plays incredible transcriptions of classical pieces, replicating the parts of an entire orchestra with just two hands. If you&#8217;re familiar with Vivaldi&#8217;s Four Seasons, you know the Presto for Summer is one of the most challenging parts. Listen to this, it&#8217;s just a bit under three minutes.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=9SE222v1eyM\">Here&#8217;s the 14 minute version</a> which is beautiful to hear the dynamic range that&#8217;s possible. </p>\n\n\n\n<p>I&#8217;ve always loved the sound of a big pipe organ and the resonance and feel of the bayan. It is really quite remarkable, and it&#8217;s been very enjoyable having a playlist of Alexander&#8217;s music in the background as I work. This <a href=\"https://www.youtube.com/watch?v=jDXkixRjYOg\">Bach-Fantasia and Fugue in G minor BWV 542 is also quite good</a>.</p>\n\n\n\n<p>My 42<sup>nd</sup> birthday is tomorrow! Working on a post for y&#8217;all.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Jan 2026 04:20:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Mad Ones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2026/01/mad-ones/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:433:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The only people for me are the mad ones. The ones who are mad to live, mad to talk, mad to be saved, desirous of everything at the same time, the ones who never yawn or say a commonplace thing, but burn, burn, burn, like fabulous yellow roman candles exploding like spiders across the stars.</p>\n</blockquote>\n\n\n\n<p>— Jack Kerouac, On the Road</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jan 2026 07:57:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Small Hit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151039\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2026/01/small-hit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1065:\"<p>The NY Times has a <a href=\"https://www.nytimes.com/2026/01/08/technology/apple-ceo-tim-cook-john-ternus.html?unlocked_article_code=1.DFA.Qm0v.SxztBxvFrAF-&amp;smid=url-share\">profile of John Ternus as a possible successor to Tim Cook</a> that has a number of ridiculous lines; it&#8217;s quite bad, but this is one of my favorites:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Apple has had many small hits under Mr. Cook and continues to be one of the most profitable companies in the world. </p>\n</blockquote>\n\n\n\n<p>Goodness! I would love to have a hit someday as the small as the ones Apple has had under Cook. <a href=\"https://www.theverge.com/2020/2/5/21125565/apple-watch-sales-2019-swiss-watch-market-estimates-outsold\">Apple Watch sells more than the entire Swiss watch industry</a>. Airpods are the most popular headphones in the world. <a href=\"https://finance.yahoo.com/news/apple-richer-4-countries-164523140.html\">Their market cap is bigger than the GDP of all but four countries in the world</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2026 05:45:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Open Channels FM: Eight Years and 1.53 Million Seconds Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://openchannels.fm/eight-years-and-1-53-million-seconds-later/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"With enough words spoken to fill the Harry Potter series three times over, BobWP shares some fun numbers on this 8th year of the podcast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2026 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Beeper &amp;amp; Day One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2026/01/beeper-day-one/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>Pankil Shah writes <a href=\"https://www.makeuseof.com/use-beeper-all-in-one-messaging-app/\">I replaced WhatsApp, Telegram, and Messenger with this one app</a>. (It&#8217;s <a href=\"https://www.beeper.com/\">Beeper</a>.) And <a href=\"https://www.nytimes.com/wirecutter/reviews/best-journaling-apps/\">Wirecutter picks the 3 best journaling apps of 2026</a>. (It&#8217;s <a href=\"https://dayoneapp.com/\">Day One</a>.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2026 05:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: #199 – Brian Coords on WooCommerce’s Challenges and Innovations in a Changing WordPress Landscape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=202139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://wptavern.com/podcast/199-brian-coords-on-woocommerces-challenges-and-innovations-in-a-changing-wordpress-landscape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55972:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, WooCommerce&#8217;s challenges and innovations in a changing WordPress landscape.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Brian Coords.</p>\n\n\n\n<p>Brian has been active in the WordPress space for over a decade, starting out in agencies, building and managing websites, and is now a developer advocate at WooCommerce, bridging the gap between woo&#8217;s internal engineers and the wider developer community. His journey includes being a high school teacher, working for nonprofits, and writing for the WP Tavern before landing his role at Automatic.</p>\n\n\n\n<p>If you&#8217;re interested in where WooCommerce and WordPress itself are headed, this episode will help as Brian shares insights on WordPress&#8217;s evolving focus, the importance of embracing AI, and how a slower pace of change can be a strength in any open source ecosystem.</p>\n\n\n\n<p>He talks about the massive rebrand at WooCommerce, the challenges and opportunities in competing with SaaS giants, and the unique developer relations role that balances his technical experience with communication skills.</p>\n\n\n\n<p>We get into how the team Brian works with supports developers and agencies with documentation, office hours, and feedback loops, and how WooCommerce&#8217;s global Reach makes for a complex but thriving ecosystem.</p>\n\n\n\n<p>There&#8217;s discussion about recent marketing efforts, the realities of open source support, and the surprising diversity of WooCommerce users worldwide.</p>\n\n\n\n<p>Towards the end, we look ahead to what&#8217;s coming for WooCommerce, which is greater integration with block based editing in WordPress Core, major investments in AI to streamline store management, and the future landscape of online shopping.</p>\n\n\n\n<p>If you want to hear how WooCommerce and WordPress are responding to a rapidly changing tech environment, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Brian Coords.</p>\n\n\n\n<p>I am joined on the podcast by Brian Cords. Hello Brian.</p>\n\n\n\n<p>[00:03:09] <strong>Brian Coords:</strong> Hey, thank you for having me.</p>\n\n\n\n<p>[00:03:11] <strong>Nathan Wrigley:</strong> You&#8217;re very welcome. I have a lot of respect for Brian. I&#8217;m hoping that by the end of this podcast you also have a lot of respect for Brian.</p>\n\n\n\n<p>Brian has been kind of part of my browsing on the internet and WordPress journey, I want to say, for five or six years, something along those lines, I&#8217;ve known about you and followed your stuff. Pretty much everything that you&#8217;ve done. I&#8217;m really pleased that you&#8217;ve come on the podcast to talk to me today about WooCommerce.</p>\n\n\n\n<p>Those people that don&#8217;t know Brian, I&#8217;m going to give you an opportunity just to introduce yourself. So would you mind, I know it&#8217;s a banal question, but little potted bio, couple of minutes about your WordPress journey, or you can talk about the guitars in the background if you prefer.</p>\n\n\n\n<p>[00:03:47] <strong>Brian Coords:</strong> Yeah, nobody wants to hear me talk about or play a guitar.</p>\n\n\n\n<p>Yeah, so I&#8217;m Brian. I&#8217;m a developer advocate at WooCommerce, so I work on sort of the community side, bridging the gap between the community of developers that build on top of WooCommerce or build stores with WooCommerce, and then our internal engineers and make sure that communication channel stays open.</p>\n\n\n\n<p>But before that, I spent probably 10 years working at a WordPress agency. So building sites, managing team of developers, doing all the kind of work that a WordPress agency does and sort of lived through that time from early page builders all the way until the last few years in the rise of the block editor. So I kind of have that personal experience of what it&#8217;s like just selling WordPress websites for a living.</p>\n\n\n\n<p>And before that, my career went through a whole bunch of different places. Was a high school teacher, worked at nonprofit, all sorts of different things. So happy to be at Automattic, where I get to sort of teach, sort of build websites and just hang out with people.</p>\n\n\n\n<p>[00:04:44] <strong>Nathan Wrigley:</strong> I had no idea that you were a high school teacher. I have enormous respect for anybody who takes on a role in public education. So that&#8217;s interesting.</p>\n\n\n\n<p>So I&#8217;m going to segue a little bit. This question&#8217;s just occurred to me from everything that you&#8217;ve just said, given that you&#8217;ve been in the space of WordPress for the last 10 years, more.</p>\n\n\n\n<p>So it&#8217;s a bit of a peculiar one, but are you as excited about it as a project as you were, let&#8217;s say, 10 years ago? Do you still think that it&#8217;s got the future that you probably thought it had a decade ago?</p>\n\n\n\n<p>[00:05:13] <strong>Brian Coords:</strong> Yeah, I mean that&#8217;s a good question. I would say overall, yes, I am excited about it. I think that if there&#8217;s any concerns about WordPress or things to be not excited or scared about, it has nothing to do with WordPress and has everything to do with the internet as we know it, and AI and everything changing and economics and all these other sorts of things.</p>\n\n\n\n<p>The project itself, it seems to, I would say over the last year, really narrowed its focus on what it thinks its role is. And I think it&#8217;s adopted the AI change really well, and that&#8217;s made me very excited. I think it understands, you know, I think some of the things about WordPress is sometimes the day to day, you feel like the decisions are a little confusing, but if you look at it over the long term, it&#8217;s half the internet. So clearly the decisions tend to work out in the long run. So I think I still have faith in the project.</p>\n\n\n\n<p>[00:06:01] <strong>Nathan Wrigley:</strong> I find that the slow pace of change is actually one of its greatest strengths, but it takes an awful lot of mulling it over and sitting down and being calm with yourself to think, why hasn&#8217;t it got all these features? Why is it not keeping track of this, that, and the other thing that&#8217;s going on on the internet? But broadly, when you look back at any 2, 3, 4, 5 year period, I think usually that was the right decision, although it feels like it might not have been the right decision when that moment is passing.</p>\n\n\n\n<p>[00:06:32] <strong>Brian Coords:</strong> Yeah, there&#8217;s a lot of people who look at a lot of decisions, like say the block editor and they say, well, why didn&#8217;t they just take Elementor and stick that in Core and stuff, you know? Regardless of the fact that Elementor is a successful business that probably doesn&#8217;t want their software stolen and taken into Core. But I think if you look at it now you, a lot of those decisions would&#8217;ve seemed a little crazy.</p>\n\n\n\n<p>And the fact that it doesn&#8217;t throw everything and that it just throws the kind of basic foundational layer, and then it allows something like Elementor or any of these other page builders to be successful businesses and do their thing. The fact that it empowers that to exist, or it empowers all the other builders to exist, or it empowers WooCommerce or all these other plugins to exist, is a testament to the fact that it didn&#8217;t try to be everything to everyone, and it just kind of stayed in its lane as a foundational layer. And so I think it&#8217;s, it doesn&#8217;t feel like it&#8217;s doing that much, but it&#8217;s working out well for everyone in the ecosystem.</p>\n\n\n\n<p>[00:07:24] <strong>Nathan Wrigley:</strong> We don&#8217;t want to get into this, in fact, I&#8217;m going to insist that we don&#8217;t get into this. But I think it is a really interesting time with the tsunami of things that are going on with AI to see how a CMS can cope with the future with AI as a possible tool to do everything. To do every single thing that would be required in building a website. It&#8217;ll be interesting to see how the project goes.</p>\n\n\n\n<p>And, you know, there&#8217;s a lot going on there, and I think this is one of those moments where we have to just sort of sit down and be calm and see what the teams are doing and just have faith. I think at least that&#8217;s my position anyway. So you don&#8217;t have to respond to that if you don&#8217;t want to.</p>\n\n\n\n<p>[00:08:00] <strong>Brian Coords:</strong> Yeah, I&#8217;m just overwhelmed by AI sometimes on my day-to-day work. And so I do have to remind myself the only thing you can do is sit and go slow and just see what happens, because I don&#8217;t think we can predict it.</p>\n\n\n\n<p>[00:08:11] <strong>Nathan Wrigley:</strong> No, I think you would be right. So when you joined Automattic, how long ago was that now? Roughly.</p>\n\n\n\n<p>[00:08:16] <strong>Brian Coords:</strong> Almost a year. Early this year.</p>\n\n\n\n<p>[00:08:18] <strong>Nathan Wrigley:</strong> Yeah. Did you have intuitions at that point that WooCommerce was where you were going to end up? Was that where you were heading or is that just sort of serendipity?</p>\n\n\n\n<p>[00:08:26] <strong>Brian Coords:</strong> No, well, not really. When I first started, I kind of was all over the place. I was here at WP Tavern for a few weeks as part of that trial writing project. I did some work with wordpress.com and kind of got to see behind the scenes of that, and I had friends at all different parts of the company.</p>\n\n\n\n<p>What I knew that I wanted to do was developer advocacy or what some people call developer relations. I knew that that&#8217;s where the role that I wanted, but I don&#8217;t think I would&#8217;ve thought of Woo. But then when the opportunity came up, there was a lot that I really liked about WooCommerce that I thought it had such a strong idea of what the product is, who the customers are. They had just done that rebrand where they had the new logo and the new colours and the new design. It felt like the whole company was kind of just doing really cool things.</p>\n\n\n\n<p>So once the opportunity came up, I&#8217;ll be honest, I didn&#8217;t build a lot of WooCommerce stores before I joined. So other than being kind of afraid of learning all of this stuff it was, definitely it made sense once the opportunity came up.</p>\n\n\n\n<p>[00:09:22] <strong>Nathan Wrigley:</strong> Yeah. With the sort of WooCommerce side of things, are you happy with that move? You know, you&#8217;ve got your feet onto the table now and you feel that&#8217;s where you&#8217;re going to stay, I guess, for the near future.</p>\n\n\n\n<p>[00:09:32] <strong>Brian Coords:</strong> Yeah, definitely. What&#8217;s interesting about Automattic is over the last year, since I joined it&#8217;s been kind of a turbulent year at the company, but one of the things they&#8217;ve been really trying to do is centralise things and be more consistent.</p>\n\n\n\n<p>So in WooCommerce, there&#8217;s a lot of stuff that WooCommerce would go off and do, and it would be kind of different from say, Core WordPress or wordpress.com or WordPress VIP, or all these different kind of parts of WordPress inside of Automattic.</p>\n\n\n\n<p>And over the last year, they&#8217;ve tried to kind of centralise and say, why do we have three different plugins that are doing similar things. Or why can&#8217;t we streamline all of this or have everybody working on the same stuff. So WooCommerce has been doing a lot of work really towards Core WordPress, and making the Core WordPress experience better so that WooCommerce can use those tools instead of doing it.</p>\n\n\n\n<p>So in a weird way, I&#8217;ve actually gotten to collaborate a lot more with some of the other sides of the company and people who do this job but are not in WooCommerce. There&#8217;s a whole team that has people like, let&#8217;s see, Ryan Welcher, Justin Tadlock, Jonathan Bossenger, that whole group. So it&#8217;s kind of nice. We&#8217;re in our little Woo bubble too, but then I get to work with them and learn from them, and work on Core WordPress too. So it&#8217;s kind of, it&#8217;s been nice. We&#8217;ve kind of brought everyone a little closer, I think.</p>\n\n\n\n<p>[00:10:42] <strong>Nathan Wrigley:</strong> It is kind of interesting over the last 18 months or so, having spoken to quite a few Automatticians, it does feel like the landscape inside the company has changed. I don&#8217;t think we need to go into that, but it is interesting you saying that, because feels there was some realignment and moving around, and decisions about which teams were going to collaborate more with which teams. And that seems like what you are saying as well, so there we go.</p>\n\n\n\n<p>So on the WooCommerce side of things, you mentioned that you are a developer, well, you said developer advocate, developer relations, kind of the same term really. For anybody listening to this who doesn&#8217;t know what that is, basically, what is the job contract that you&#8217;ve got there? What is your role?</p>\n\n\n\n<p>[00:11:19] <strong>Brian Coords:</strong> Yeah, so we cover a few different things. From a high level, it really is, we&#8217;re there to help developers inside the company know what developers outside the company are doing and vice versa. So if you&#8217;re building stores with WooCommerce or you&#8217;re building extensions to sell in the marketplace, you know, like plugins that add-on to WooCommerce, or you&#8217;re working at one of our partner companies like Stripe and Google and Snapchat and Reddit and all these companies that integrate with WooCommerce, our job is to make sure that you have access to good documentation and good examples.</p>\n\n\n\n<p>We make sure that when a new version of WooCommerce comes out, which is every five weeks, that we publish all the release notes, and make sure that that information is, you know what&#8217;s coming, what&#8217;s changing, what&#8217;s different. We do some video content, we do some office hours hangouts in a community Slack, we keep an eye on the repo for community contributions. So it&#8217;s a lot of different things, but it&#8217;s really just, at the end of the day like, hey, does this help developers on either side of the wall move forward basically?</p>\n\n\n\n<p>[00:12:19] <strong>Nathan Wrigley:</strong> Do you have to be technical in order to carry out your role, or would there be any scope for somebody in your position to be non-technical? Let&#8217;s say, you&#8217;re a marketing person or something like that. Is there any aspect of that to it? Or is everybody doing your kind of role a technical person with a background in coding and what have you?</p>\n\n\n\n<p>[00:12:37] <strong>Brian Coords:</strong> It&#8217;s a unique role and it&#8217;s kind of a long debate inside of the developer relations community is, does this team go in an engineering department or does it go in the marketing department?</p>\n\n\n\n<p>So for example, at Automattic there is another developer relations team that handles a lot of that WordPress Core stuff that I was talking about, and they&#8217;re kind of a little more attached to engineering.</p>\n\n\n\n<p>For our team, we&#8217;re part of the WooCommerce marketing department. So of course that&#8217;s going to change a little bit of what we work on, how our decisions are made, that sort of stuff. I don&#8217;t think it changes that much, and in some ways it gives us access to a lot of cool stuff like their design team, which is really nice to have.</p>\n\n\n\n<p>So it goes both ways, but you really have to be a unique person where you have to be a good communicator, and you have to have some amount of technical experience. You kind of really need both, because at the end of the day we look at a new version of WooCommerce and it&#8217;s, oh, we changed this API and it&#8217;s going to affect developers in this way. It&#8217;s like, I need to be able to communicate that. I need to be able to understand it. I need to be able to know what the implications of that are. So it&#8217;s kind of both.</p>\n\n\n\n<p>[00:13:35] <strong>Nathan Wrigley:</strong> Do you produce this content in multiple languages or is it kind of English first and then it gets translated in some other department, or indeed does it get translated into another language, do you know?</p>\n\n\n\n<p>[00:13:45] <strong>Brian Coords:</strong> No, I think pretty much English first. There is a lot of stuff that is translated for, I would say on the, what we call like the merchant side, sort of like the user side. So if you&#8217;re looking for extensions in the marketplace, that&#8217;s available in a lot of different languages. The software itself is translated, but the developer stuff is pretty much English only. Because we&#8217;re a really small team. Like when we look at, there&#8217;s only, at any time, three or four of us working on this for software that&#8217;s on whatever, 8% of the internet, so English only for now.</p>\n\n\n\n<p>[00:14:13] <strong>Nathan Wrigley:</strong> Yeah, the reason I ask, maybe you were present at State of the Word where Matt went through a bunch of statistics. And it was curious to see, for the first time, so WordPress more broadly, not WooCommerce specifically, but WordPress more broadly is now used on non-English websites more than it is on English websites. And so if we&#8217;d have had this interview a week ago, that question probably would not have arisen.</p>\n\n\n\n<p>But I&#8217;m guessing that WooCommerce goes along for the ride there. I&#8217;m guessing it&#8217;s not just on English speaking websites, I&#8217;m guessing WooCommerce is just literally in more or less every part of the world, in every locale and every jurisdiction. There are people who are using your code, but probably not speaking English.</p>\n\n\n\n<p>[00:14:52] <strong>Brian Coords:</strong> That&#8217;s definitely the case. So we have a free Slack, that&#8217;s the WooCommerce Community Slack, and it&#8217;s more than 30,000 people in there. It&#8217;s all over. You can definitely tell that people are coming from all over the world.</p>\n\n\n\n<p>One of the weird things about e-commerce is it&#8217;s very geographically based because the currency matters. The payment provider that handles the payments matters. The shipping options matter. So there are certain places where you can only use WooCommerce because you want to use the custom bank payment provider that&#8217;s only in this one country, that sort of stuff.</p>\n\n\n\n<p>So because of how diverse the types of integrations you would need, yeah, WooCommerce is very global. That was one of the things that really surprised me was finding out that, oh yeah, there&#8217;s payment providers you&#8217;ve never heard of, and banks you&#8217;ve never heard of, and shipping companies you&#8217;ve never heard of and they need to integrate.</p>\n\n\n\n<p>[00:15:40] <strong>Nathan Wrigley:</strong> And tax. So much tax, I&#8217;m sure.</p>\n\n\n\n<p>[00:15:43] <strong>Brian Coords:</strong> Oh my, yeah.</p>\n\n\n\n<p>[00:15:45] <strong>Nathan Wrigley:</strong> I&#8217;m sure it gets brutal. I don&#8217;t know exactly when the time was, but it feels like about, I&#8217;m going to say 18 months or something, when Woo underwent a fairly significant rebranding. So from a marketing point of view, the logo changed, the colour palette changed, the website changed.</p>\n\n\n\n<p>I didn&#8217;t really notice until that moment when it did change that it needed to have changed, if you know what I mean? It just always looked fine to me. But the moment it changed, I kind of got a sense that, oh, okay, this is real now. We&#8217;ve kind of identified that there are these SaaS players, so you know, we don&#8217;t need to name them, we all know who they are, where you pay your monthly fee and you get a shop and yada, yada, yada. But I don&#8217;t know if that&#8217;s a part of the roadmap.</p>\n\n\n\n<p>And summing it up as more serious, obviously that&#8217;s trivial and a bit, really not the right term, but do you know what I mean? It feels like WooCommerce has, I don&#8217;t know, grown up a little bit over the last 18 months and realises the, I don&#8217;t want to use the word fight, but I&#8217;m going to, the fight that it&#8217;s in with the SaaS players.</p>\n\n\n\n<p>[00:16:41] <strong>Brian Coords:</strong> Yeah, I think that was the intention of that rebrand. So I think the goal was to go from saying, hey, we&#8217;re a WordPress plugin that lets you sell things. To saying, we&#8217;re an e-commerce solution, and we happen to run on WordPress. It&#8217;s kind of just a different framing.</p>\n\n\n\n<p>But one of the big things is a huge investment in marketing. And so the marketing team has gotten really big. We have a pretty killer CMO. There&#8217;s a ton of investment into different types of ads and demand generation and leads and all this stuff that I kind of don&#8217;t understand, a lot of like acronyms that are thrown around that I don&#8217;t fully track. But it&#8217;s a huge investment to basically reposition WooCommerce as something that feels a bit more modern and, not a SaaS, but kind of can sit there next to the SaaS. So when a company is looking at the options and they&#8217;re saying, oh, do we want to use Magento or BigCommerce or Shopify or WooCommerce, we look like we belong there, and it looks like it&#8217;s an option.</p>\n\n\n\n<p>[00:17:36] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s kind of curious that there&#8217;s, real money has to be spent on this endeavor because, I was in London just a few weeks ago and I walked onto the Tube, you know, the underground train network. And the platform that I was on, the first thing that I saw when I walked onto the platform was this huge ad for Shopify. And then I looked left and I looked right and it was Shopify ads all the way down. They&#8217;d obviously, I mean I can only imagine how expensive that real estate is.</p>\n\n\n\n<p>But the same thing would be true on radio, on TV, online, on print. These companies have gigantic, I mean truly eye watering budgets. And I don&#8217;t know if the WooCommerce side has to be a bit more guerrilla or if you also have a fairly gigantic budget. I don&#8217;t know if you&#8217;re able to peel any of that back. It sounds like marketing&#8217;s not really your thing, but maybe there&#8217;s bit of interest there.</p>\n\n\n\n<p>[00:18:25] <strong>Brian Coords:</strong> Yeah, I mean since we&#8217;re in the team, we see a lot of it. We did an event earlier this year where our marketing team walked through some of this stuff, so I can maybe give you a link to put in the show notes. We kind of wrote it, did a write up about that very concept. Because we get asked that a lot, why am I seeing Squarespace and Shopify ads everywhere? And it&#8217;s, you know, obviously if you look at the size of the companies, it&#8217;s a fact, like a whole factor difference, like we&#8217;re not anywhere near the size of those companies.</p>\n\n\n\n<p>And part of the issue is that you don&#8217;t just go to woocommerce.com and hand us money, you know? The Core plugin is free so the way we monetise is a lot different. You can run it anywhere. You can, a lot of people that run WooCommerce, they&#8217;re not paying us in any way because they&#8217;re using their own payment providers and those sorts of things.</p>\n\n\n\n<p>So it is definitely more of a challenge. But this past year, that&#8217;s why the rebrand started, that&#8217;s why they&#8217;ve been investing in it. And it&#8217;s been kind of cool. There&#8217;s a lot of podcast ads that we&#8217;ve been running and LinkedIn ads and all these sorts of things. And part of the issue too is that our target market is just much more narrowly defined, and so WooCommerce is much more customisable. It&#8217;s extensible. You can do whatever you want with it. And that&#8217;s just a different value proposition then you would say to somebody who just wants the easy SaaS solution.</p>\n\n\n\n<p>So it&#8217;s a lot of things, but it&#8217;s kind of just knowing who we want and targeting directly to them. And so you probably won&#8217;t see ads on the Tube at any time, but for certain areas you&#8217;re going to start seeing really targeted ads for people at the places that would actually really benefit from having WooCommerce.</p>\n\n\n\n<p>[00:19:51] <strong>Nathan Wrigley:</strong> That was the thought that I had about seeing the Shopify, in this case, ad on the London underground was just how much the audience, the eyeballs that were actually staring at that had no interest in it at all. And so almost like the bottomless pit of money that they must have to throw at these things. And obviously it sounds like you are targeting people.</p>\n\n\n\n<p>Are you kind of like riding on the coattails of WordPress in general? In other words, are you targeting existing WordPress users in the hope that they&#8217;ll think, okay, yeah, we&#8217;ve got a WordPress site, now it&#8217;s time to upgrade to WooCommerce, or is it a bit more scatter gone, you need a website, you need e-commerce, we&#8217;re your solution?</p>\n\n\n\n<p>[00:20:26] <strong>Brian Coords:</strong> Yeah, I mean that&#8217;s an interesting question because I think when WordPress was growing, it was a lot easier to target inside of WordPress, and I think now we&#8217;re seeing all the big companies reevaluate that. So I would say the ads that I see a lot are, you know, Hostinger, Elementor, wordpress.com. And I think a lot of them are realising now, you know, we need to target outside.</p>\n\n\n\n<p>So for example, WooCommerce this year, we go to all the WordCamps, but we started going to e-commerce expos that are trade shows that are not anything to do with WordPress. It&#8217;s just for people in the commerce industry and partnering with companies that are in the marketing and commerce side. And so, yeah, it really is about branching out and finding those new areas.</p>\n\n\n\n<p>I think all WordPress companies are going to kind of have to start facing that as well because WordPress is 43% of the web. It&#8217;s like, how much bigger realistically can you get, once we pass 50%? I mean that&#8217;s, it&#8217;s pretty hard to grow at that point.</p>\n\n\n\n<p>[00:21:19] <strong>Nathan Wrigley:</strong> Did you attend any of those events? The sort of expos for e-commerce more generally?</p>\n\n\n\n<p>[00:21:23] <strong>Brian Coords:</strong> No.</p>\n\n\n\n<p>[00:21:24] <strong>Nathan Wrigley:</strong> Yeah, I was going to follow up with a question about whether or not there was brand recognition. At those events, if you&#8217;ve got a WooCommerce stall, I was curious as to know what proportion of the public would walk past a WooCommerce sign and go, yeah, yeah, I know what that is, I&#8217;ve got complete familiarity with it. I feel like some of the SaaS ones, maybe they&#8217;ve done that job so well that that brand recognition is there, but maybe that work still needs to be done on the Woo side, I&#8217;m not sure.</p>\n\n\n\n<p>[00:21:49] <strong>Brian Coords:</strong> There&#8217;s definitely not going to be the same level of brand awareness. I think, like you said, like guerrilla marketing is definitely part of it. One of the things they do at these is they&#8217;ll find a local store that uses Woo and use them for swag. So they&#8217;ll get really good swag. They did like homemade, like embroidery things and all this sort of stuff. And so they end up getting very popular because of how cool the swag is, and how meaningful it is, and it supports a local merchant. But yeah, it&#8217;s a big battle, you know, to raise that brand awareness.</p>\n\n\n\n<p>[00:22:18] <strong>Nathan Wrigley:</strong> Okay, let&#8217;s just turn a bit more to your Dev Rel stuff. And you were saying that, well, I don&#8217;t need to repeat what you said. You said a little while ago, who it is that you are interfacing with out in the real world.</p>\n\n\n\n<p>How does that work? Like, do you just sort of put content out there and tutorials out there and videos out there and change logs out there, and kind of hope that the people that need it get to see it somehow? Or is there more of an endeavor of, I don&#8217;t know, providing the bat phone, for want of a better word, to agencies and people so that they can communicate directly with you? How does that whole thing work?</p>\n\n\n\n<p>[00:22:48] <strong>Brian Coords:</strong> Yeah, so it&#8217;s interesting because there&#8217;s definitely different audiences that we have. So we have developers who are building extensions and are, you know, they&#8217;re selling WooCommerce plugins basically. And so we have them that we need to communicate with. And then we have the agencies and the agencies are building WooCommerce stores for people. So they&#8217;re setting up WooCommerce.</p>\n\n\n\n<p>And those two audiences, they both need some of the same information, but they also need a lot of different information. And so we&#8217;ve kind of seen a lot of change over the last year.</p>\n\n\n\n<p>Automattic has launched a program called Automattic for Agencies. I&#8217;m not sure if you&#8217;ve seen this. It&#8217;s kind of like an agency program where you sign up and you get access to extensions, you can get affiliate fees, you can get kickbacks on payments, volume, all that sort of stuff.</p>\n\n\n\n<p>So that side has really, sort of owned the agency space. And so what&#8217;s nice is we can go to them with any new information. We could say, hey, just pass this along to your audience in your next newsletter, that sort of thing. But really, if we want to have the conversations, I would say the Slack is the most common and we never lack for feedback. We get plenty of feedback. We do a monthly office hours in Slack or sometimes on Zoom, where developers will come and share their questions, that sort of thing. So we get tons of feedback. But yeah, it&#8217;s really just about being present there, being present on Twitter. We&#8217;re ramping up YouTube, because YouTube&#8217;s really important right now. And we&#8217;re just, like I said, small team and trying to hit all of those different content areas.</p>\n\n\n\n<p>[00:24:13] <strong>Nathan Wrigley:</strong> My sort of follow up question there really was going to be something about shouting into the void and I wondered if that, it was in fact what was happening. But it sounds from what you are saying is if, no, there is an actual loop there. You put stuff out and you get feedback. I mean I&#8217;m guessing, from the sounds of it, there&#8217;s maybe more feedback than you can actually cope with, which is intriguing. I had an intuition that would be the other way around.</p>\n\n\n\n<p>[00:24:32] <strong>Brian Coords:</strong> Yeah, I mean it definitely depends on, sometimes you get feedback that&#8217;s kind of the same. We know what people want, and we&#8217;re trying to work as fast as we can to make the changes that developers and the community want. And sometimes you put out a feature and it doesn&#8217;t resonate.</p>\n\n\n\n<p>But generally when we do calls for testing of a new feature we&#8217;ll post, all right, we have a new feature coming, it&#8217;s in experimental mode, here&#8217;s how to turn it on and then let us know if it&#8217;s working for you, if it&#8217;s working with your plugin and stuff. We definitely have a pretty healthy group that will take the time to contribute back, let us know if things are working. I mean it&#8217;s an open source project. We get community pull requests. We get people, they need a feature, they build it and submit it and, you know, hopefully we merge it. And so the feedback loop is definitely there.</p>\n\n\n\n<p>But if you&#8217;re, the thing that I&#8217;ve learned about WordPress is that I think it&#8217;s like an iceberg and like 90% of the WordPress community, they&#8217;re not really listening to WordPress content, and they&#8217;re not listening, they&#8217;re not even tracking WordPress in general. And so I think there&#8217;s probably a much broader community that we&#8217;re not getting access to, and they&#8217;re just living their daily lives and just building stores and stuff. And so I would love to find more of those groups. I think Facebook is probably a place that we haven&#8217;t even touched yet, and I&#8217;m sure a lot of them are there. There&#8217;s definitely work to be done there.</p>\n\n\n\n<p>[00:25:46] <strong>Nathan Wrigley:</strong> Yeah, I think that was maybe the piece that I was thinking. Is that Woo is the biggest solution out there. If memory serves, Woo is the biggest e-commerce platform out there. It kind of dwarfs all the others. I don&#8217;t even know if WooCommerce is bigger than the rest of them combined but, you know, it&#8217;s on that kind of level.</p>\n\n\n\n<p>And yet, if you were to have a, I don&#8217;t know, a Shopify store or something, there is probably like a little submit feedback button in the UI somewhere, and you can talk to the support representatives, and they&#8217;ll have the answer specifically because they know exactly what the platform does.</p>\n\n\n\n<p>But the jigsaw puzzle over on the Woo side is, yeah, it must be much more messy, much more kind of difficult to wrangle everything. You know, you&#8217;ve got people, end users who are using WooCommerce. You&#8217;ve got developers who are building plugins. You&#8217;ve got agencies who are building on behalf of clients. You&#8217;ve got people who are building rival things so you&#8217;re in direct competition with people in the plugin space who are building rivals to WooCommerce. It&#8217;s just, well, messy. But that&#8217;s open source, right?</p>\n\n\n\n<p>[00:26:44] <strong>Brian Coords:</strong> I mean that&#8217;s exactly what it is. You know, we have, you have WooCommerce support, right? And our support team is really great. Every time I go to a conference and one of our support engineers is there, I&#8217;m always pointing to them to answer all the questions because they know the product so deeply.</p>\n\n\n\n<p>But if you imagine the, you know, most WooCommerce stores will come to us for support, but there&#8217;s no financial relationship. If they&#8217;re not using our hosting company or they&#8217;re not using Woo Payments, or they&#8217;re not using extensions that they bought in the marketplace, maybe they bought their extensions just off the internet or something, there&#8217;s a good chance they might not be paying us any money at all. And yet, you know, we&#8217;re going to support them and make sure that they&#8217;re having a good experience, because that&#8217;s kind of the goal of it. So it&#8217;s definitely a bit of the Wild West out there.</p>\n\n\n\n<p>[00:27:28] <strong>Nathan Wrigley:</strong> There must be some kind of strange tension there as well. I mean, you&#8217;ve described it very eloquently and I think you&#8217;ve stepped around that beautifully, but that is a peculiar thing, isn&#8217;t it, that you would not have to deal with elsewhere? The fact that you may very well be dealing with rivals. You may well be dealing with people who are using up your time, but like you said, they have no relationship with you financially at all, but they built something, third party thing on top of the WooCommerce ecosystem, and I guess that&#8217;s just the broader philanthropic goal of something like WooCommerce. You&#8217;ve just got to step up and be there.</p>\n\n\n\n<p>[00:28:00] <strong>Brian Coords:</strong> Yeah, I mean I think wordpress.com probably has a lot of the same things because if you Google WordPress, you know, you&#8217;re probably going to end up on wordpress.com, even if you&#8217;re not their customer.</p>\n\n\n\n<p>On the flip side though, you know, the benefit of being open source is that, like I said, we get community contributions. We get a lot of eyes on the software. A lot of people, they give us feedback, they give us code, they give us all sorts of things. So it is a bit of a trade off.</p>\n\n\n\n<p>But I think it&#8217;s kind of worth it for the software to just exist freely and for everybody who runs on it, to always kind of know deep down that they own their store and they can do whatever they want with it, and they can put it wherever they want, and Automattic or WordPress or WooCommerce is never really going to take that away from them or take them down, you know?</p>\n\n\n\n<p>[00:28:38] <strong>Nathan Wrigley:</strong> Yeah, I&#8217;d be curious to know what proportion of Woo kind of props up the broader WordPress project, if you know what I mean? I don&#8217;t think we need to go into that, and I don&#8217;t know if there&#8217;s any data out there anywhere, but there must be a lot of money sloshing around inside the WooCommerce ecosystem. It&#8217;d be interesting to know what proportion the broader WordPress ecosystem was was made up of just Woo stuff. That&#8217;d be an interesting thing to dig into.</p>\n\n\n\n<p>[00:29:01] <strong>Brian Coords:</strong> When I worked at an agency, the kind of rule was if you wanted to make money making websites, you did websites that made money. So e-commerce was a big part. People, you know, their website&#8217;s more critical to their business, so they&#8217;re going to be buying more plugins, they&#8217;re going to be paying more developers, they&#8217;re going to be using more tools. So I think that&#8217;s part of it. E-commerce isn&#8217;t the only way websites make money. There&#8217;s definitely a lot of other things, big publishers and that sort of stuff. But yeah, it&#8217;s definitely a big part of the community.</p>\n\n\n\n<p>[00:29:26] <strong>Nathan Wrigley:</strong> Well, big and not going anywhere. Speaking of going places though, what&#8217;s coming up in the near future? So when we&#8217;re recording this, it&#8217;s kind of the middle of December. I imagine this episode will hit in the beginning of 2026 at some point. Roughly around that kind of time, what&#8217;s the thinking? What are the, some of the top level items that people may not know about? What&#8217;s the stuff that you&#8217;re working on? Roadmap stuff, I guess.</p>\n\n\n\n<p>[00:29:46] <strong>Brian Coords:</strong> Yeah, I would say the big things that I&#8217;ve seen that are really the big focus right now is, number one is really making WooCommerce closer to WordPress Core, which means making WordPress Core a little better. So WooCommerce has been pretty ahead of the curve of transitioning to blocks, using block templates and block based everything. So, I mean you can do your whole WooCommerce store in the block editor, which gives you a lot of kind of design freedom. But that means if we need something better in the block editor, we&#8217;ve got to commit that up to the block editor and make Gutenberg better. So there&#8217;s a lot of work to improve a lot of stuff inside of Gutenberg so that your WooCommerce experience is better.</p>\n\n\n\n<p>So that&#8217;s been a lot of the focus. And so we&#8217;re, there&#8217;s a lot of cool stuff coming around just new blocks, new block designs, patterns, things you can do to really customise the visual aspects of your store. And then the second big thing, I think that is taking up everybody&#8217;s mental space is AI. You can&#8217;t not talk about it. So it&#8217;s, that&#8217;s the other piece.</p>\n\n\n\n<p>[00:30:42] <strong>Nathan Wrigley:</strong> Okay, despite the fact that it consumes all the air in the room, it is so fascinating. Do you have any insight into some of the things that may be on the agenda for a WooCommerce store owner in the near future? The kind of things that you are thinking of. Even if they&#8217;re just aspirational for a WooCommerce store owner. I&#8217;d be curious to hear your thoughts on that.</p>\n\n\n\n<p>[00:31:01] <strong>Brian Coords:</strong> Yeah, I think there&#8217;s two different aspects of it that are really going to be important. One is managing your store. So we have right now in beta what&#8217;s called an MCP server in Woo. And what it basically lets you do is open up, you know, ChatGPT or Claude or something and say, log into my WooCommerce store and update all my products, put them on sale, change out the pictures, write better copy for them. It kind of lets AI log into your store and do things for you.</p>\n\n\n\n<p>And so that&#8217;s in beta right now, and it&#8217;s pretty cool. I&#8217;ve been using it. It&#8217;s pretty neat. I&#8217;ve been setting up some demo stores for people, and I just go, all right, log in and make me, you know, 50 fake sweaters with a nice description in different colours. And it does it. It&#8217;s kind of mind blowing.</p>\n\n\n\n<p>[00:31:43] <strong>Nathan Wrigley:</strong> Do you trust it at this point? And I don&#8217;t mean, you know, the broader kind of debate about AI and whether it&#8217;s trustworthy. I mean, in terms of the store, you know, do you trust it to update all of the particular product lines and what have you, or update the images? Do you feel that if you&#8217;ve given that prompt, you can sort of sit back and go, okay, that is definitely being done?</p>\n\n\n\n<p>[00:32:02] <strong>Brian Coords:</strong> I haven&#8217;t done it on a live site, I will say. The nice thing too is you can have it ask you for permission every single time, and you can kind of see what it&#8217;s going to do. That obviously kind of ruins the whole efficiency part of it, but it can do that. So I think it&#8217;s early days.</p>\n\n\n\n<p>But I do think, once you start interacting where you don&#8217;t have to actually log in and click a bunch of buttons, and you can just tell your computer what you want it to do, I think it&#8217;s going to be hard to come back from that. I think people are going to start expecting it. But I, yeah that&#8217;s, I mean we&#8217;re not doing that on the live, on any live sites, I hope not.</p>\n\n\n\n<p>[00:32:32] <strong>Nathan Wrigley:</strong> So that was half of it by the sounds of it. That was one of the threads. What was the other one?</p>\n\n\n\n<p>[00:32:35] <strong>Brian Coords:</strong> The other one, I think is about how people are going to be shopping in the future. And I think showing up, obviously all these chat companies, they need to make money, and we know that they&#8217;re going to start showing ads and they&#8217;re going to start wanting to do the same thing when you go to Google, and you look up something and it gives you some shopping recommendations and shows you some products you might want to buy and some ads. You know, we&#8217;re going to start seeing that in our chat bots and stuff.</p>\n\n\n\n<p>And so I think it&#8217;s going to be important for people that have WooCommerce stores, they want their products to show up there, and they want their ads to show up there, and they want to make sure that people who are using AI to get product recommendations, which my wife does all the time, that they&#8217;re going to show up there. So I think that&#8217;s the other half of it.</p>\n\n\n\n<p>[00:33:13] <strong>Nathan Wrigley:</strong> Yeah. Do you know it&#8217;s really curious, the whole, what we might have called SEO, which is fast giving way, I think, to AI. It&#8217;s kind of curious. I think there&#8217;s like a whole section where the discovery of the website is going to be everything. So an example might be apparel. I don&#8217;t suppose anybody&#8217;s just going to buy a blouse or a shirt based upon some text that they saw in a chat bot, but getting to that page and saying, find me, locally to me, find me a place which sells, I don&#8217;t know, affordable shirts for work, or something along those lines. And have a recommendation, which gets you to the WooCommerce store.</p>\n\n\n\n<p>But for more utilitarian things, just the stuff that you don&#8217;t really care about like, I want to buy a bunch of nuts and bolts, or hammers, or spanners, or whatever it may be, I feel like there&#8217;ll be a point where the store itself, obviously all of that commerce will take place in the store, but it will be invisible to you as a user. You&#8217;ll just tell the AI, buy these things, I need 50, or even just repeat the order from last month for these things, and it&#8217;ll just magically happen in the background. You&#8217;ll get a receipt via email, and WooCommerce will have handled it. The site will have been notified in some way, but you&#8217;ll have had no interaction. So it&#8217;s kind of scary, but interesting at the same time.</p>\n\n\n\n<p>[00:34:23] <strong>Brian Coords:</strong> I think one of the thing, I think Google&#8217;s the best example because I think WordPress and Google have this really symbiotic relationship because we make the websites and they provide the traffic. And I think it&#8217;s been good for both of them. They want a bunch of websites to send people to, and we want them sending people to our websites. And so I think Google&#8217;s a great example.</p>\n\n\n\n<p>But they&#8217;ve had product recommendations that you can connect to your WooCommerce store, you know, for a while now. It&#8217;s kind of in some ways not really that different from just Googling something. Google shows you some products and then you click through and you buy it.</p>\n\n\n\n<p>If it becomes that seamless where you don&#8217;t even have to realise you&#8217;re going to a website, which I think is possible, I also wonder, will people want to do that? Will they feel as trustworthy? Maybe, maybe not. But either way, that is probably going to be the case.</p>\n\n\n\n<p>And so that&#8217;s going to require a lot of these, the discussion&#8217;s already happening. They have these payment protocols and things, and we&#8217;re starting to see the very beginning of it. So it&#8217;s kind of interesting to be inside of WooCommerce because the companies that do all this stuff, the Stripes and the PayPals and the Googles and stuff, these are partners that they work closely with. And you get to see a little behind the scenes of them trying to figure this out in real time, you know?</p>\n\n\n\n<p>[00:35:28] <strong>Nathan Wrigley:</strong> Yeah, it kind of speaks to trust really, doesn&#8217;t it? So the repeat order thing through a ChatGPT style interface or whatever that looks like in the future, be it voice or speaking to a camera or whatever it may be, I could totally see myself ordering the, I don&#8217;t know, the groceries or the toothpaste or whatever it is that, I really don&#8217;t need to see that thing. I don&#8217;t need to go to a shopping checkout. I just need to know that my next pack of toothpaste is going to arrive reliably tomorrow morning. That&#8217;s all I need to know. I feel like there is, there&#8217;s a there there, if you know what I mean? Despite the fact that we&#8217;re so wedded to this interface of, go to the website, look at the pictures, click the cart number, click how many you want, go to the cart, proceed with the checkout, dah, dah, dah. Most of that is going to be obsolete for the utilitarian stuff, I think. I don&#8217;t know. We&#8217;ll see.</p>\n\n\n\n<p>[00:36:15] <strong>Brian Coords:</strong> I feel like Amazon&#8217;s been trying that for a while, but I still have to check it because I feel like we return 30% of the things we buy at Amazon. It comes, it&#8217;s the wrong size, it doesn&#8217;t look anything like the picture, all that sort of stuff. Hopefully those problems still get solved, before we get to the point where I&#8217;m not even going to look at what I ordered. I think we still have a lot of time there.</p>\n\n\n\n<p>[00:36:33] <strong>Nathan Wrigley:</strong> Well, so even if that interface isn&#8217;t quite as radical as I just suggested, but even if there&#8217;s like a back and forth between the AI and the website. I don&#8217;t know, I ask for a particular thing, and then the chat interface or whatever it may be shows me a picture from the website or something along those lines. This whole scraping of the website and surfacing the content of the website, and then I can make those decisions based upon what I see. Maybe it&#8217;ll be a bit more back and forward, and far less of the AI, and more of the AI meets human kind of interface.</p>\n\n\n\n<p>[00:37:01] <strong>Brian Coords:</strong> Yeah, and I think a lot of it is, it&#8217;ll feel like magic to the end user with an AI, but really it&#8217;s just going to be a ton of code and protocols and extensions and things. Under the hood, that&#8217;s going to be a ton of manual work, getting all that stuff there. But I think with WooCommerce especially, most of the Woo stores I come across, they&#8217;re very weird, I guess is the best way to put it. They&#8217;re unique products, you know? They&#8217;re often not selling the toothpaste and that sort of stuff. Or if they are, they&#8217;re selling the very interesting toothpaste that you can only buy from this one company.</p>\n\n\n\n<p>So I think that&#8217;s what&#8217;s fun about it, is I think it&#8217;ll really be for people looking for those weird, unique products, and the kind of stuff you&#8217;re not going to get on Amazon or you&#8217;re not going to get on a basic walmart.com or something. So yeah, I think it&#8217;ll be interesting to see where this goes.</p>\n\n\n\n<p>[00:37:44] <strong>Nathan Wrigley:</strong> Do you know if Automattic, or WordPress more generally, do you know if it&#8217;s investing anything in its own AI? Everything at the moment, all the oxygen seems to be being consumed by the, let&#8217;s say, four big players that we&#8217;ve all heard of. We don&#8217;t need to name the names, we all know who they are. But it&#8217;d be curious as to whether a company obviously deeply rooted in tech, like Automattic is inventing, creating those kind of things. That&#8217;d be a curious shift.</p>\n\n\n\n<p>[00:38:07] <strong>Brian Coords:</strong> Yeah, I mean you can see it already. Telex is a product that&#8217;s come out from Automattic. It lets you build blocks. They have a AI site builder. If you go to wordpress.com, a good amount of people are actually, the first thing they do is use this AI site builder that gets you kind of from zero to like a pretty decent starting site. And then you can go in and the block editor and customise everything.</p>\n\n\n\n<p>Is Automattic training their own models and stuff? I don&#8217;t think so, or at least I don&#8217;t know. But, I mean there&#8217;s a bunch of stuff happening, that&#8217;s the public facing stuff, which is building websites. There&#8217;s stuff around WooCommerce, there&#8217;s stuff around support. Our support is very heavily leaned into AI and it&#8217;s actually very good. There&#8217;s all sorts of these other places.</p>\n\n\n\n<p>And then there&#8217;s a ton of stuff internally in the company that we have because, you know, when you work with a thousand people, there&#8217;s a lot of information there. And so we have internal stuff that&#8217;s kind of like search through all of our, you know, internal dialogue and find this conversation and summarise it for me. And so it&#8217;s all there. It&#8217;ll be interesting to see which ones end up becoming good products.</p>\n\n\n\n<p>[00:39:05] <strong>Nathan Wrigley:</strong> Well, it sounds like exciting times. It sounds like you&#8217;ve landed in the right part of Automattic for you at least anyway. Yeah, fascinating times. The year 2026 for e-commerce, and WooCommerce more specifically, looks very, very bright.</p>\n\n\n\n<p>Can we just ask you, before we go, where would be the best place to find you if anybody wants to reach out and say hi?</p>\n\n\n\n<p>[00:39:23] <strong>Brian Coords:</strong> Yeah, definitely. So if you are interested in WooCommerce, you can go to developer.woo.com. That&#8217;s kind of our developer blog and it has, it&#8217;ll take you to like the docs, it&#8217;ll take you to the community Slack, it&#8217;ll take you to our email newsletter and all that sort of stuff. That&#8217;s developer.woo.com.</p>\n\n\n\n<p>For me, it&#8217;s my name, briancoords.com, and I&#8217;m mostly active on Twitter and YouTube these days. I tried all the other social networks, but everyone in WordPress stays on Twitter, so that&#8217;s where I&#8217;ll be for the foreseeable future.</p>\n\n\n\n<p>[00:39:47] <strong>Nathan Wrigley:</strong> So Brian is, as you would imagine it&#8217;s spelled, but Coords has two O&#8217;s. So it&#8217;s C-O-O-R-D-S. I&#8217;ll put all of the links in the show notes so that anything that Brian mentioned can be found there, wptavern.com. Search for Brian&#8217;s name and you will be able to find that episode. So Brian Coords, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:40:05] <strong>Brian Coords:</strong> Yeah. Thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/briancoords\">Brian Coords</a>.</p>\n\n\n\n<p>Brian has been active in the WordPress space for over a decade, starting out in agencies building and managing websites, and is now a developer advocate at WooCommerce, bridging the gap between Woo’s internal engineers and the wider developer community. His journey includes being a high school teacher, working for nonprofits, and writing for the WP Tavern, before landing his role at Automattic.</p>\n\n\n\n<p>If you’re interested in where WooCommerce, and WordPress itself, are headed, this episode will help, as Brian shares insights on WordPress’s evolving focus, the importance of embracing AI, and how a slower pace of change can be a strength in any open source ecosystem.</p>\n\n\n\n<p>He talks about the massive rebrand at WooCommerce, the challenges and opportunities in competing with SaaS giants, and the unique developer relations role that balances his technical experience with communication skills.</p>\n\n\n\n<p>We get into how the team Brian works with supports developers and agencies with documentation, office hours, and feedback loops, and how WooCommerce’s global reach makes for a complex but thriving ecosystem. There’s discussion about recent marketing efforts, the realities of open source support, and the surprising diversity of WooCommerce users worldwide.</p>\n\n\n\n<p>Towards the end, we look ahead to what’s coming for WooCommerce, which is greater integration with block-based editing in WordPress Core, major investments in AI to streamline store management, and the future landscape of online shopping.</p>\n\n\n\n<p>If you want to hear how WooCommerce and WordPress are responding to a rapidly changing tech environment, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.briancoords.com\"> briancoords.com </a></p>\n\n\n\n<p><a href=\"https://woocommerce.com\">WooCommerce</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2025/12/sotw-2025/\"> State of the Word 2025</a></p>\n\n\n\n<p><a href=\"https://woocommerce.com/community-slack/\"> WooCommerce Community Slack</a></p>\n\n\n\n<p><a href=\"https://automattic.com/for-agencies/\">Automattic for Agencies</a></p>\n\n\n\n<p><a href=\"https://woocommerce.com/payments/\">WooPayments</a></p>\n\n\n\n<p><a href=\"https://telex.automattic.ai\"> Telex</a></p>\n\n\n\n<p><a href=\"https://developer.woocommerce.com\">Woo Developer Blog</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2026 15:09:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Find My Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2026/01/find-my-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1163:\"<p>The best part about blogging is the comments, and after I <a href=\"https://ma.tt/2026/01/find-my-upgrade/\">posted</a> &#8220;I wish that when you use Find My to find your iPhone, it would also flash the flashlight, which would be great for finding it in a bag or a dark room.&#8221; <a href=\"https://gravatar.com/mwenderwenmark\">Michael Wender</a> and <a href=\"https://artiss.me/\">David Artiss</a> jumped in that it&#8217;s already there!</p>\n\n\n\n<p>Apple support <a href=\"https://support.apple.com/guide/watch/ping-your-iphone-apddd5a326d2/watchos\">says if you touch and hold it will flash the light</a>! Now I haven&#8217;t been able to get this to work yet, perhaps because when I did, I got a notice that Precision Finding, which uses ultra-wideband (UWB) frequencies to help you find your phone or Airtag, which is magical, isn&#8217;t available in all regions. I&#8217;m currently stranded in St. Martin because of airspace issues with Venezuela, and apparently, this is one of the countries, like Indonesia, where UWB doesn&#8217;t work.</p>\n\n\n\n<p>Update: Hours later, the press-and-hold thing now flashes the light, so it must have been a heisenbug.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2026 04:30:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Open Channels FM: How to Spot a Committed Business Partner (and Avoid Red Flags)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113510\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://openchannels.fm/how-to-spot-a-committed-business-partner-and-avoid-red-flags/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"Successful partnerships hinge on genuine commitment, proactive engagement, and collaborative effort, requiring integration across teams and mutual benefits beyond mere visibility for lasting success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2026 10:44:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Find My Upgrade\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2026/01/find-my-upgrade/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"<p><br />I wish that when you use Find My to find your iPhone, it would also flash the flashlight, which would be great for finding it in a bag or a dark room. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2026 05:58:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Jackson Kiddard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=151002\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2026/01/jackson-kiddard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:620:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Anything that annoys you is teaching you patience.</p>\n\n\n\n<p>Anyone who abandons you is teaching you how to stand up on your own two feet.</p>\n\n\n\n<p>Anything that angers you is teaching you forgiveness and compassion.</p>\n\n\n\n<p>Anything that has power over you is teaching you how to take your power back.</p>\n\n\n\n<p>Anything you hate is teaching you unconditional love.</p>\n\n\n\n<p>Anything you fear is teaching you the courage to overcome your fear.</p>\n\n\n\n<p>Anything you can’t control is teaching you how to let go.</p>\n</blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Jan 2026 07:26:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Two Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2026/01/two-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:487:\"<p>They&#8217;re both long reads, but worthwhile.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://danwang.co/2025-letter/\">Dan Wang&#8217;s 2025 Letter</a>: Is excellent writing and provides keen insight into the dynamics of American and Chinese tech.</li>\n\n\n\n<li><a href=\"https://zhengdongwang.com/2025/12/30/2025-letter.html\">Zhengdong Wang&#8217;s 2025 Letter</a>: If you follow all the links, you&#8217;ll have the most complete view of everything happening in AI. </li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Jan 2026 03:30:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Happy New Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2026/01/happy-new-year-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2117:\"<p>I rang in the new year with an unexpected trip to St. Barts with friends.</p>\n\n\n\n<p>I resolved in 2025 to watch more films. It&#8217;s an art form I have many friends in, and when we have hung out, I&#8217;ve realized how shallow my understanding of the film canon is. I have a lot of catch-up to do, and it also requires a lifestyle change, as I&#8217;m usually at a laptop. Making space to enjoy a film for a few hours was a departure from my regular routines.</p>\n\n\n\n<p>I watched 72 movies last year! This definitely came at the cost of books finished, if I look at my stats. But I&#8217;ve begun to really appreciate the contours of what I love about a movie now.</p>\n\n\n\n<p>This is a long lead to recommend the movie <a href=\"https://www.netflix.com/gp-en/title/81551446\">Jay Kelly</a>, which streams on Netflix with George Clooney and Adam Sandler. After seeing many great and terrible movies, old and new, I really appreciated what they did with this film, and it was one of the rare ones I watched entirely or in sections several times, gaining new appreciation for what they pulled off.</p>\n\n\n\n<p>It starts with a <a href=\"https://www.gq.com/story/one-shot-scenes-in-film-and-tv-definitively-ranked\">&#8220;One-er,&#8221;</a> which is a continuous shot with no cuts that moves between a number of different scenes in a really slick way. (Excellent episode of The Studio about this!)  It&#8217;s a film way of showing off, as it must be incredibly hard to have hundreds of people all pulling off something flawlessly for a long period of time, not unlike a Broadway show.</p>\n\n\n\n<p>Jay Kelly is George Clooney playing himself, which, as he says, is the hardest thing to do. There are meta-levels of reality and fiction, and so many allusions and callbacks, the entire thing is a work of art. You learn to appreciate what actors do and how film is made while watching a film being made in such a nice way.</p>\n\n\n\n<p>So that is my recommendation for the year. In older movies, I really enjoyed Kate &amp; Leopold, which also features an amazing Sting song that is impossible to find on streaming services.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jan 2026 06:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Open Channels FM: Building Successful Collaboration Through Communication in WordPress Release Teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://openchannels.fm/building-successful-collaboration-through-communication-in-wordpress-release-teams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"In the world of open source, communication stands out as a key factor for successful collaboration. WordPress release teams unite contributors from all around the globe, bringing together a remarkable diversity of experiences, cultures, and time zones. While technical prowess is important, it is the way team members connect and exchange information that truly shapes [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Dec 2025 14:36:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Abha Thakor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Open Channels FM: Do the Woo / Open Channels FM 2025 Pathway\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113788\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://openchannels.fm/do-the-woo-open-channels-fm-2025-pathway/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"For Open Channels FM 2025 has been a windy pathway that has led to a sweet spot for us in 2026.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Dec 2025 10:17:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Riley Walz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150936\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/12/riley-watz/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<p>The writer Aadil Pickle has a <a href=\"https://sfalexandria.com/posts/rileys-ideas/\">great profile of one of my favorite hackers, &#8220;Training the Idea Muscle&#8221; on Riley Walz</a>. Riley epitomizes the term &#8220;high agency,&#8221; and I&#8217;ve been continually impressed with his ability to rapidly code novel ideas and interfaces on top of public or reverse-engineered data. He&#8217;s a hacker, artist, and provocateur.</p>\n\n\n\n<p>I&#8217;m enjoying this slower time of the year, and it looks like this will be the warmest Christmas I can remember in Houston; it was 80° F today! Makes me appreciate what Christmas in the southern hemisphere must be like.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Dec 2025 00:32:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Gutenberg Times: Roadmap for WordPress 7.0 and schedule, commands for the Command Palette, Gutenberg 22.3, and more — Weekend Edition 353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=43471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"https://gutenbergtimes.com/roadmap-for-wordpress-7-0-and-schedule-commands-for-the-command-palette-gutenberg-22-3-and-more-weekend-edition-353/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26120:\"<p>Hi there, </p>\n\n\n\n<p>Welcome to our last edition for the year 2025. I am not ready to reflect on the whole year, however, I am excited for 2026. There will be many new features coming to WordPress with the three major releases and also plenty of bug fixes and quality-of-life enhancement towards consistency. </p>\n\n\n\n<p>The first edition for 2026 will have to wait a bit and it is scheduled for January 24, 2026, roughly a month from now, due to my vacation and training schedule.</p>\n\n\n\n<p>I wish you and yours wonderful Holidays and a happy, prosperous and healthy New Year! <img alt=\"🤶\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f936.png\" style=\"height: 1em;\" /><img alt=\"🎄\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f384.png\" style=\"height: 1em;\" /><img alt=\"🎁\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f381.png\" style=\"height: 1em;\" /><img alt=\"🎆\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f386.png\" style=\"height: 1em;\" /><img alt=\"🎇\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f387.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<p><strong>Steve Burge</strong> and <strong>Dan Knaus</strong>s interviewed me for the PublishPress podcast. We covered WordPress 6.9&#8217;s six new blocks (accordion, term query, time to read, math, comment count, and comment link) plus editorial notes for team collaboration. The release marks a restart after Automattic&#8217;s contribution pause.</p>\n\n\n\n<p>WordPress 7.0 ( April 9, 2025) will bring template management improvements and a tabs block. The AI team is building foundational infrastructure—Abilities API, MCP Adapter, PHP AI SDK, and experiments plugin—enabling plugins to integrate with AI assistants. Real-time collaborative editing remains in development, facing technical hosting challenges. <a href=\"https://www.youtube.com/watch?v=_9doWARTmWc\">The recording is available on YouTube.</a></p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Roadmap WordPress 7.0 and two more releases in 2026</h2>\n\n\n\n<p>In his lates post, <strong>Matias Ventura</strong>, lead architect of Gutenberg, laid out <a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/\"><strong>the plan for WordPress 7.0.</strong></a>  It&#8217;s aspirational and not all the items will make it into the next major version of WordPress. The very detailed plan covers the project’s shift into Phase 3: Collaboration, a vision for real-time co-editing, and enhanced communication through site notes. Ventura underscores the modernization of the administrative experience via a unified design system and expanded DataViews. By integrating a standardized AI API and advancing responsive editing tools, WordPress 7.0 aims to unify the design and development process. Ultimately, the release promises to deliver a more cohesive and performant platform through refined navigation and versatile new core blocks. Here are the broad topics of the plan. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#collaboration\">Collaboration </a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#admin\">Admin</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#apis\">APIs</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#navigation-block\">Navigation Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#customization\">Customization</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#blocks\">Blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/11/planning-for-7-0/#media\">Media</a></li>\n</ul>\n\n\n\n<p><strong>Jonathan Desrosiers</strong> also published the <a href=\"https://make.wordpress.org/project/2025/12/18/proposal-2026-major-release-schedule/\"><strong>proposed schedule of the 2026 </strong></a>releases. Following the schedule, we have two more dates to put on our calendars: Beta 1 for WordPress 7.0 will be on February 19, and RC 1 is scheduled for March 19, 2026. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Table of WordPress release dates for 2026\" class=\"wp-image-43753\" height=\"479\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Screenshot-2025-12-20-at-19.32.47.png?resize=652%2C479&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p>Provided the Release squad approves this schedule. I also can offer a timeline for the <strong>WordPress 7.0 Source of Truth:</strong> First draft will be available for public preview on February 26, 2026, and the post will be published on March 26, 2026.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-125-wordpress-6-9-gutenberg-22-1-and-gutenberg-22-2/\">Gutenberg Changelog #125 – WordPress 6.9, Gutenberg 22.1 and Gutenberg 22.2</a> with <strong>JC Palmes</strong>, WebDev Studios</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"Gutenberg Changelog 125 with JC Palmes and host Birgit Pauli-Haack\" class=\"wp-image-43283\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/11/Screenshot-2025-11-28-at-18.19.29.png?resize=652%2C186&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gutenberg-22-3-and-beyond\">Gutenberg 22.3 and beyond</h2>\n\n\n\n<p><strong>Hector Prieto</strong> led the release of <a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/\">Gutenberg 22.3 (December 17)</a>. In his release post he highlighted:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/#dedicated-fonts-page-for-easier-typography-management\">Dedicated Fonts page for easier typography management</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/#image-editing-improvements\">Image editing improvements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/#responsive-grid-block\">Responsive Grid block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/17/gutenberg-22-3-december-17/#other-highlights\">Other highlights</a></li>\n</ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Dave Smith,</strong> core conditrbutor on the GGutenbergProject explains in his video <br /><a href=\"https://www.youtube.com/watch?v=wWR6_DHQoI4\"><strong>The changes leveling up Navigation in WordPress 7.0</strong></a>,He wrote in tthedescription: &#8220;Navigation is one of the most important — and most frustrating — parts of building a WordPress site.In this video, I walk you through what’s changing, why it matters, and show the real work already underway — including early prototypes and demos.&#8221; Check it out. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins and Tools for #nocode site builders</h2>\n\n\n\n<p><strong>Jamie Marsland</strong> is at it again with short videos and teaching you new skills. In his latest video <a href=\"https://www.youtube.com/watch?v=qGKVSl7_1EU\"><strong>&#8220;How to Create a High-Converting Landing Page With WordPress (Free Blueprint)&#8221;</strong></a> he gives you step -y -tep instructions for an easy way to create high-converting WordPress landing pages using only core blocks. He built a distraction-free landing page based on the <a href=\"https://storybrand.com/\">StoryBrand</a> methodology, so each section has a clear purpose and guides visitors through a simple story as they scroll.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<p><strong><a href=\"https://x.com/SarahPerezTC\">Sarah Perez</a>,</strong> consumer tech editor at TechCrunch, reported that &#8220;<a href=\"https://techcrunch.com/2025/12/03/wordpresss-vibe-coding-experiment-telex-has-already-been-put-to-real-world-use/\"><strong>WordPress’s vibe-coding experiment, Telex, is now being used</strong></a>&#8221; and it features Automattic’s AI tool for natural language web development. Introduced at the &#8220;State of the Word&#8221; event, <a href=\"https://telex.automattic.com\">Telex</a> allows users to create complex Gutenberg blocks, like pricing calculators and logo carousels, without coding. Perez highlights how &#8220;vibe coding&#8221; makes site building accessible for non-tech users, enabling them to create professional results. With the new Abilities API, Telex marks WordPress’s move toward AI-driven workflows that streamline the design process.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://x.com/courtneyr_dev\">Courtney Robertson</a></strong> Developer advocate at GoDaddy released the plugin <a href=\"https://wordpress.org/plugins/post-formats-for-block-themes/\"><strong>Post Formats for Block Themes</strong></a>, which brings back old-school post formats to modern WordPress block themes. It restores useful features for galleries, quotes, and videos often missing in newer themes. You’ll find smart auto-detection, unique block patterns for each format, and a handy Chat Log block for easy transcripts. By combining these classic tools with today’s full-site editing, this plugin helps creators maintain a great design and add variety in a simple and accessible way.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Valentin Grenier</strong>, a WordPress developer from Toulouse, France, just dropped his first plugin: <strong><a href=\"https://wordpress.org/plugins/simple-block-animations/\">Simple block animations</a></strong>. It’s a cool, lightweight tool for adding some fun scroll-triggered visual effects to your Gutenberg blocks without needing to mess with any custom code. You get five different animation types, like fades and slides,, thatyou can tweak with durations and delays. Built using the <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API\">Intersection Observer API</a> and good old native CSS, it keeps things running smoothly by loading assets only when they&#8217;re needed while also being mindful of motion preferences to make it accessible. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">What&#8217;s new in WordPress Playground</h2>\n\n\n\n<p>Felyph Centra posted a few video on WordPressTV to showcase various features of WordPress Playground </p>\n\n\n\n<p><strong><a href=\"https://wordpress.tv/2025/12/09/previewing-github-branches-with-wordpress-playground/\">Previewing GitHub branches with WordPress Playground</a>. </strong>This video demonstrates a method to streamline development reviews. This technique addresses the common pain point of needing complex local environments or relying on static screenshots to share work in progress.</p>\n\n\n\n<p><strong><a href=\"https://wordpress.tv/2025/12/09/introduction-to-wordpress-playground-landing-page/\">Introduction to WordPress Playground landing page</a></strong>. The new landing page explains the capabilities of the platform and what is possible with WordPress Playground.</p>\n\n\n\n<p><strong><a href=\"https://wordpress.tv/2025/12/09/using-wordpress-playground-to-work-with-ai-agents/\">Using WordPress Playground to work with AI agents</a></strong>. Centra shared how you can use the WordPress Playground to integrate with AI agents. with an example that uses GitHub Copilot agents. Using this flow it executes small tasks for a plugin, such as refactoring code or updating documentation. WordPress Playground can serve as a base to validate the AI agent’s code changes using E2E tests.</p>\n\n\n\n<p>In the post <a href=\"https://make.wordpress.org/playground/2025/12/19/action-required-github-proxy-com-shutdown/\"><strong>Action required: github-proxy.com shutdown</strong></a> Centra lays out the migration to switch over from a third-party proxy server to Playground&#8217;s built -n CORS handling. Your existing blueprints are safe, though. If you worked with Blueprints you can also learn how to reference GitHub repos, folders and files with native Playground resources. </p>\n\n\n<div class=\"ng-block-5548239f977eb2a8 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-a844354eeafbd8db wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg—Index- Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-39e3e3496706bb93 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p>In this week&#8217;s livestream<strong> JuanMa Garrido </strong>explored how to <a href=\"https://www.youtube.com/watch?v=ETqUp0UXH0k\" rel=\"noreferrer noopener\" target=\"_blank\">create commands for the Commands Palette</a>. WordPress 6.9 brought the Command Palette to the whole WordPress space and not just restrict it to the Site Editor. Now all plugin developer can register commands together with their plugin&#8217;s features. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> published the monthly roundup on <a href=\"https://developer.wordpress.org/news/2025/12/whats-new-for-developers-december-2025/\">What’s new for developers? (December 2025)</a>, noting WordPress 6.9 “Gene” and pointing to the 6.9 Field Guide and State of the Word. Highlights include the new AI Experiments plugin, Breadcrumbs block improvements heading toward stability, and an experimental Tabs block. Tooling updates cover WPCS 3.3.0, Data Views/Forms and Field API enhancements, <code>@wordpress/boot</code> routing, and a visibility key rename. Themes and Playground also saw notable updates.</p>\n\n\n\n<p><strong>Ryan Welcher</strong> shot a video <a href=\"https://www.youtube.com/watch?v=ApGnD888tZs\" rel=\"noreferrer noopener\" target=\"_blank\">What’s New For WordPress Developers – December 2025</a>, covering the parts of the blog post. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.youtube.com/watch?v=ApGnD888tZs\"><img alt=\"\" class=\"wp-image-43627\" height=\"360\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Screenshot-2025-12-17-at-15.28.46.png?resize=650%2C360&#038;ssl=1\" width=\"650\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>As a reader of this newsletter you might already know about <a href=\"https://developer.wordpress.com/studio/\">WordPress Studio</a>, the fast, free, open-source local development tool, that&#8217;s based on WordPress Playground. <strong>Nick Diego </strong>recorded a <a href=\"https://www.youtube.com/watch?v=wxBXWmo2oV0\"><strong>Getting Started with WordPress Studio</strong></a> video and walks you through  creating local sites, configuring your environment, and using the tools that come bundled with the app. You’ll also learn how to unlock advanced features with a free WordPress.com account, including syncing with WordPress.com and Pressable, sharing live preview links, and using the built-in AI Assistant to accelerate development. Whether you build plugins, create themes, or manage client projects, Studio helps you work faster and smarter.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her post, <strong><a href=\"https://eventkoi.com/blog/event-query-loop-block-guide/\">Build Custom Event Lists &amp; Grids With One Block: Event Query Loop Block Ultimate Guide</a></strong>, <strong>Lesley Sim</strong> shared a comprehensive tutorial for managing EventKoi’s specialized query block within WordPress. The post details how to create custom list and grid layouts using various query parameters, such as date ranges and recurring event instances, without any coding. By explaining the block&#8217;s internal structure and the flexible Event Data block, Sim illustrates how users can achieve precise design control and dynamic content display.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest post for the WordPress Developer Blog, <strong><a href=\"https://developer.wordpress.org/news/2025/12/word-switcher-extending-core-blocks-with-interactivity/\">Word Switcher: Extending Core Blocks with Interactivity</a></strong>, <strong>JuanMa Garrido</strong> provides a practical guide for beginners on enhancing standard WordPress blocks using native tools. Garrido demonstrates how to combine the <strong>Format API</strong> for editor controls, the <strong>HTML API</strong> for server-side processing, and the <strong>Interactivity API</strong> for frontend animations. Developers learn to create a &#8220;word switcher&#8221; effect that cycles through text variations without relying on heavy external libraries. This approach ensures a lightweight, performant, and professional workflow that bridges the gap between simple content entry and modern, reactive web design.</p>\n\n\n<div class=\"ng-block-23aee38a5e8a9799 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-1922ee957eabbc53 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-0f6e1cafd5afa854 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-16016868e63f169f wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-8d2fbb36e2145fb9 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-f0fd55585a5670b0 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Dec 2025 18:35:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Wolfram Automattica\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150898\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2025/12/wolfram-automattica/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2079:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-150900\" height=\"337\" src=\"https://i0.wp.com/ma.tt/files/2025/12/Gemini_Generated_Image_pzhu6zpzhu6zpzhu-1024x572.png?resize=604%2C337&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>It&#8217;s exciting to announce that <a href=\"https://www.wolframalpha.com/input/?i=stephen+wolfram\">Stephen Wolfram</a> has joined as a special advisor to <a href=\"https://automattic.com/\">Automattic</a>.</p>\n\n\n\n<p>I promise this is not just because he is such <a href=\"https://writings.stephenwolfram.com/\">an incredible blogger</a>, using WordPress, natch.</p>\n\n\n\n<p>If you don&#8217;t know about Stephen Wolfram, <a href=\"https://www.stephenwolfram.com/about/\">his about page is not a bad place to start</a>, but far more interesting is his <a href=\"https://writings.stephenwolfram.com/2019/02/seeking-the-productive-life-some-details-of-my-personal-infrastructure/\">2019 essay on Seeking the Productive Life</a>, which includes a setup for hiking outdoors while typing on a laptop.</p>\n\n\n\n<p>Stephen was doing the remote CEO thing decades before I imagined Automattic. He spoke at Automattic&#8217;s Grand Meetup in 2019 and one of my favorite memories was seeing him at the silent disco after-party. We also did <a href=\"https://distributed.blog/2019/10/03/turning-ideas-into-real-things/\">an episode of the Distributed podcast together</a>.</p>\n\n\n\n<p>Since he started engaging more deeply earlier this year, I&#8217;ve gotten a lot of joy from seeing him interact with teams across the company, asking questions in an incisive, inquisitive way that helps break down problems. We just finished up several hours of a deep dive into our board topics with several hundred Automatticans participating.</p>\n\n\n\n<p>Automattic has been blessed with amazing directors over the years. Currently, our board is <a href=\"https://en.wikipedia.org/wiki/Susan_Decker\">Susan Decker</a>, <a href=\"https://en.wikipedia.org/wiki/Ann_E._Dunwoody\">General Ann Dunwoody</a>, <a href=\"https://toni.org/\">Toni Schneider</a>, and me.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Dec 2025 02:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Open Channels FM: Delivering Customer Value Through Collaborative Ecosystem Partnerships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://openchannels.fm/delivering-customer-value-through-collaborative-ecosystem-partnerships/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"In this podcast, Jonathan chats with Sandra from Greyd and Tim from BigScoots about forming strong partnerships in WordPress. They share tips on success, collaboration, and maintaining relationships.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2025 10:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: The Thinking Game\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150883\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2025/12/the-thinking-game/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"<p>If you haven&#8217;t seen it, The Thinking Game documentary is excellent, and available for free on YouTube.</p>\n\n\n\n<figure class=\"wp-block-embed alignfull is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>You have to buy it, but the Kanye documentary <a href=\"https://www.inwhosenamemovie.com/\">In Whose Name</a> is also pretty fascinating. (I first blogged about Kanye in 2007, <a href=\"https://ma.tt/2007/07/on-php/\">discussing PHP&#8217;s botched version 4 to 5 upgrade</a>.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Dec 2025 05:29:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: #198 – Muntasir Sakib on Bridging the Gap Between WordPress Plugin Development and Marketing Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=201777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://wptavern.com/podcast/198-muntasir-sakib-on-bridging-the-gap-between-wordpress-plugin-development-and-marketing-success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49111:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, build it and they might come, bridging the gap between WordPress plugin development and marketing success.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Muntasir Sakib. Muntasir, has been active in the WordPress space since 2018, working with well-known plugins and companies such as Tutor, LMS, Droip and more. He&#8217;s played a key role scaling products from their early days helping them achieve wider adoption.</p>\n\n\n\n<p>He&#8217;s also been active in the WordPress community more broadly at events such as WordCamp Asia and Word Camp Sylhet.</p>\n\n\n\n<p>The focus of today&#8217;s episode is a crucial, yet often overlooked topic, especially if you&#8217;re a plugin developer. It&#8217;s a chat about the moment when plugin development ends and the real success can begin. In a WordPress marketplace that&#8217;s more crowded and competitive than ever, simply build it and they will come, does not mean that users will. Muntasir wants to bust the myth by digging into why marketing is essential from day one, and not an afterthought left until launch day.</p>\n\n\n\n<p>We start by learning about Muntasir&#8217;s journey through the WordPress ecosystem, and his approach to balancing development and marketing for plugins. He explains the key differences between marketing in the WordPress ecosystem versus the SaaS world. In WordPress, you don&#8217;t control the full stack and your users expect openness and interoperability, making community focus and support critical.</p>\n\n\n\n<p>The discussion then turns to the practicalities of launching and growing a plugin. Why throwing new features at a product isn&#8217;t enough, and why listening to users and building community relationships is often more valuable than racing to add features no one has asked for.</p>\n\n\n\n<p>We talk about the dos and don&#8217;ts gained from Muntasir&#8217;s experience, including the pitfalls of relying on lifetime deals for early revenue, and why a recurring revenue model is key for long-term sustainability.</p>\n\n\n\n<p>We also talk through the role of community, partnerships, and events like WordCamps, not just as marketing opportunities, but as places to build the relationships and collaborations that can help plugins thrive.</p>\n\n\n\n<p>if you&#8217;re a WordPress plugin developer wondering how to turn a finished product into real success, or you&#8217;re trying to figure out where marketing fits into your roadmap, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Muntasir Sakib.</p>\n\n\n\n<p>I am joined on the podcast by Muntasir Sakib. Hello.</p>\n\n\n\n<p>[00:03:47] <strong>Muntasir Sakib:</strong> Hello, Nathan. How are you doing?</p>\n\n\n\n<p>[00:03:48] <strong>Nathan Wrigley:</strong> Yeah, good. Very nice to connect with you. We&#8217;ve had a long chat prior to hitting the record button. And we really touched on all sorts of things in life. But that&#8217;s not the purpose of the podcast today. We&#8217;re going to keep it firmly on the WordPress side of things, and particularly about marketing, I guess maybe a good way to sum it up, which is a topic that we don&#8217;t often get into.</p>\n\n\n\n<p>Before we get into that, Muntasir, I wonder if you wouldn&#8217;t mind just introducing yourself. Just tell us a little bit about yourself and what you do. How come you&#8217;re connected to the WordPress community? Whatever you think fits the bill.</p>\n\n\n\n<p>[00:04:18] <strong>Muntasir Sakib:</strong> Thank you, Nathan, for giving me the opportunity to talk about myself a bit, and it&#8217;s nice being with you here.</p>\n\n\n\n<p>Well, I&#8217;m Muntasir, I&#8217;m Muntasir Sakib and I have been with WordPress since 2018. So you can say over half a decade. And throughout my career, I worked for some really, really amazing plugins and companies such as Tutor LMS, Droip, EasyCommerce, Core Designer, ThumbPress.</p>\n\n\n\n<p>So when I joined JoomShaper, like premium, back in the days, I was talking about 2019, we had Tutor LMS and Tutor LMS had probably 15,000 or less active installations back in the time. And then within three and a half years, with the help of the amazing team we had back then, we all worked together day and night, and with our beautiful clients and customers all around the globe we achieved 100,000 plus active installations within three and a half years. And that was a phenomenal number to mention in the WordPress industry, in the WordPress ecosystem.</p>\n\n\n\n<p>And then there&#8217;s Droip, the first ever true no-code website builder for WordPress, and that was born. It got a traction that we ever expected it to be that much. So we were overwhelmed about it as well.</p>\n\n\n\n<p>And then during my tenure so far, I, along with my team, represented Tutor LMS and Droip at WordCamp Asia 2023, WordCamp Sylhet 2023 and some other WordPress meetups as well.</p>\n\n\n\n<p>And why did we join WordCamps? That could be a question. It&#8217;s because we sponsored those events to show our gratitude to the WordPress community and the ecosystem. Because there&#8217;s a thing in WordPress, which we say Five for the Future, as per Matt. So every product companies and every business that do business in the WordPress industry should contribute in the WordPress ecosystem, contributes in the open source market so that it get better every day.</p>\n\n\n\n<p>Because we are working in the ecosystem, we bring some real value for our clients. So what if our foundation is not strong enough to get those clients, to get those correct tractions? Because in the SaaS market nowadays, there are lots of, plethora of SaaS products, but we have to bring something together, stronger and better than SaaS, so that people believe in us and they come together to work with us and use our products.</p>\n\n\n\n<p>[00:06:40] <strong>Nathan Wrigley:</strong> Yeah, thank you. So you&#8217;ve been working with a variety of different clients in the WordPress space. And when I put out a message saying, I&#8217;d like to chat with a variety of people on this podcast, you reached out and you mentioned that you wanted to talk about essentially the gap where development finishes and success begins. Because I think it&#8217;s fair to say that if you were to rewind the clock, I don&#8217;t know, maybe 15 years or something like that, maybe 10 years, it was much more straightforward to build a product as a developer, put it out into the marketplace, and because you were potentially the prime mover, the first person to have such a thing, you might succeed just off the basis of build it and they will come. That old chestnut.</p>\n\n\n\n<p>Whereas now the marketplace is much more mature, much more saturated. And so the idea of build it and they will come. Oh, really, I mean unless you are incredibly fortunate, or maybe you&#8217;ve already had some success and so have, I don&#8217;t know, your company has notoriety or what have you, that really isn&#8217;t the case anymore. When development finishes there needs to be this whole marketing piece that swings into action to alert the community.</p>\n\n\n\n<p>So how would you differentiate between the plugin marketplace, in terms of marketing, and the SaaS marketplace? What makes those two things different?</p>\n\n\n\n<p>[00:07:59] <strong>Muntasir Sakib:</strong> Well, that&#8217;s a pretty important question that we mostly overlook. Nathan, thank you for bringing that out. We need to be very specific. When it&#8217;s about WordPress product marketing, it&#8217;s more like ecosystem driven than SaaS. When we&#8217;re talking about SaaS, you control the entire environment, your onboarding journey, your analytics, your pricing model, your customer journey. Everything is under the one umbrella.</p>\n\n\n\n<p>But when it&#8217;s about WordPress, then you are selling inside an open ecosystem where users make dozens of plugins together. So you cannot give your customer some boundaries that if you use my product or my plugin, you cannot use others. It doesn&#8217;t make any sense.</p>\n\n\n\n<p>So they&#8217;re going to use as many plugins as they want to, and you have to be compatible with every one of those. So you don&#8217;t control hosting, themes, PHP versions or the user&#8217;s technical setup, all of which impact your product experience, right?</p>\n\n\n\n<p>And in wp.org, wp.org acts as a distribution channel. So you need to think about it. It&#8217;s more of like app store, which influence reviews, support expectations, and growth. In most cases, all the products start from wp.org, which provides a free version of every plugin.</p>\n\n\n\n<p>So the founders and the marketers mostly overlook the thing that free plugin often becomes your biggest acquisition engine. So your marketing depends heavily on the documentation, the on point documentation, and the onboarding journey inside your WordPress dashboard. Your operation, the smoother it is, the better it&#8217;ll be to get the traction of the pro customers and the continuous updates, and your community presence. If you have no community presence in the ecosystem in your WordPress community, then you are just gone.</p>\n\n\n\n<p>[00:09:50] <strong>Nathan Wrigley:</strong> It&#8217;s so curious, when you sort of say it like that, the idea of logging into the WordPress backend, if you&#8217;re a plugin developer or a regular user of WordPress, you&#8217;ll be really familiar with this. If you go into a website, there&#8217;s often dozens of different things. And maybe a lot of them are kind of overlapping, so there might be things which integrate with other things. And as a plugin developer, that kind of overhead is something that you just don&#8217;t really need to worry about with SaaS, because you just build the thing, and you make sure that it works and everybody logs in, and it works because it&#8217;s yours and you control the infrastructure and the hardware that it&#8217;s on and the servers and all of that kind of stuff.</p>\n\n\n\n<p>Whereas the WordPress thing, it&#8217;s just so much more complicated and you&#8217;ve really got to be thinking all the time about sticking to coding standards to make sure that at least you know your thing is doing it right. And if there&#8217;s a conflict and something breaks, well, you can be fairly sure that it wasn&#8217;t your fault, it might be somebody else&#8217;s fault. So it is much, much more complicated.</p>\n\n\n\n<p>And then throw into it all of the other bits and pieces that you&#8217;ve just mentioned, community and all of that kind of stuff. I mean, it really is a very complicated picture, and I think getting more and more complicated year by year.</p>\n\n\n\n<p>So have you, in your previous work, have you kind of identified this moment where the development cycle ends and the marketing cycle begins, if you like, but the plugin developer has basically made no preparation for the marketing piece? They&#8217;ve just built things and then have an expectation that, oh, it&#8217;ll just sell itself. Do you see that? Is that a real thing?</p>\n\n\n\n<p>[00:11:22] <strong>Muntasir Sakib:</strong> Yeah, that&#8217;s definitely a real thing. And the thing is, I don&#8217;t give the blame to the developers actually, because they were supposed to build the product, they were supposed to follow the compliance issues, and they&#8217;re supposed to build fresh code so that the thing cannot break when people are using it massively.</p>\n\n\n\n<p>But it&#8217;s mostly from our and from the marketers end that we need to tell them beforehand, like what to do and how can we get the KPIs? What are the things that we need to sell to our customers that going to help them to solve their problems?</p>\n\n\n\n<p>Because the fun fact is, in most cases, when our founders or a developers is planning to build a product, a plugin, they were thinking from their end like, okay, fine, I want to build a product so that the product going to be that much good that everyone going to use it. But it&#8217;s not the case, because we have almost like 59,000 plugins right now in WordPress directory. So in every category, in every niche, there&#8217;s a plethora of products, plethora of competitors. So there were some big competitors and there are some upcoming competitors who are small.</p>\n\n\n\n<p>So how they compete with someone who has already hundred thousand or a million of active installations, millions of happy users. We cannot compete them with just everything they have. Whether if we come with some specific niche, like some specific problems that they&#8217;re facing from our competitors, and we can add value to them, to our clients, they would be happy enough to try our product.</p>\n\n\n\n<p>So you need to give something to the customers first so that they can rely on you. And if you have a good reputation beforehand, like if you are not new in this industry, you have some other plugins beforehand, and if have a good reputation and you are coming with another solution, they&#8217;re surely going to try it. And there&#8217;s the catch.</p>\n\n\n\n<p>When people start using your product, they give you the feedback, and those feedbacks are gold mines. So you need to talk with your customers. You need to talk with the developers. You need to connect with them on regular basis. And that&#8217;s the job of us. That&#8217;s the real job of us, like the support system, the marketers, content creators. The documentations all need to come along and they need to figure out the problems, what they&#8217;re facing, and what the customers are asking for. What are the bugs they&#8217;re having? It can be a bug based on their environment, like everyone has their different environment, right?</p>\n\n\n\n<p>But the thing is, when we speak to the customers, when we talk to them and when we try to figure out their issues and try to solve their problems, they&#8217;re going to do the best marketing you can ever imagine, the word of mouth. And WordPress is doing the exact same thing. WordPress is depending on word of mouth. Your 10 happy customers is way more important and valuable to you than a hundred thousand dollars.</p>\n\n\n\n<p>[00:14:08] <strong>Nathan Wrigley:</strong> And I think that kind of speaks to what I would imagine, or at least what I would hope to be the case. When I look back at my time in WordPress and I go right back to the beginning of it, it felt like a really good, solid playground for hobbyists. There were an awful lot of people who were doing things for a hobby, and then now it&#8217;s become much more professional. In fact, when I joined the WordPress community, that whole thing was just beginning to open up. There were a few companies who were making a great deal of success for themselves, selling things into the marketplace, you know, they had a free version and a pro version. But it was still, it still felt like the beginning of that, the wild west of that.</p>\n\n\n\n<p>And I think that still there&#8217;s a little bit of that hobbyist mentality still out there where, you know, you attend events, you hang out with like-minded people. You can see that this individual over here, they had success, I could do the same. But there&#8217;s that whole thing that you&#8217;ve got to have prior to building anything, and it sounds to me like you&#8217;re making a real difference between the marketing people and the development people.</p>\n\n\n\n<p>And, okay, maybe you are this unique person that can do both. Maybe you are brilliant at developing and you are going to be an amazing marketer. I think it&#8217;s fair to say that most people are not that. They don&#8217;t have the time, they&#8217;ve got other things to do, their skillset is developing, their skillset is marketing, they&#8217;re kind of different entities.</p>\n\n\n\n<p>But it feels like for many people, that realisation hasn&#8217;t been made yet, that you need to, before launching, so maybe even at the moment you think, I am going to build this thing, maybe that&#8217;s the moment where you think, okay, two thirds of my budget is going to go into development and one third into marketing, or 50 50 or 70 30, or whatever it may be. I think that&#8217;s what you&#8217;re saying is that you need to be thinking about this right from the beginning, not leaving it until the last minute if you want it to be a success.</p>\n\n\n\n<p>[00:15:57] <strong>Muntasir Sakib:</strong> Exactly, exactly. You have to have a plan from day one when you started developing a product. How and where should I go? Who are my primary audiences? Whom to reach out. Which influencers should we work with? And when should I give them the beta version to test? I can give a beta version to like hundreds of peoples, who are willingly giving it a try. Tell us some beautiful insights, some valuable insights so that we can develop the product even more before going to the market. So that&#8217;s the thing.</p>\n\n\n\n<p>In most cases, what developers are thinking, what mostly the founders who are mostly developers, they&#8217;re thinking like, well, I can develop the product like 80% and then for the rest 20%, we can start working with the marketing team. I can think of how to go to the market and how to have some early traction. Early traction is easy, but it&#8217;s not the kicker. Early traction is easy because if you have a freemium plan, you can definitely go for wp.org. There&#8217;s a free version so everyone can use it.</p>\n\n\n\n<p>There&#8217;s a term, founder led marketing. So when you are a founder, yeah, you can just announce on your socials, like, yeah, I have a plugin. I developed it and I launched it on wp.org so you can try it. Everyone going to try it. No problem on that. But the thing is, there might be a hundred plus active installations on day one, but on day three it could go way below 10, 10 to 15.</p>\n\n\n\n<p>So where are the rest of the people went? They just came here to try the product, you didn&#8217;t ask for anything. You didn&#8217;t know how to contact with them. You didn&#8217;t know how to collect the data, how to collect the information that you don&#8217;t have in your mind, in your head. What&#8217;s the fuss about? What&#8217;s the problem they&#8217;re having? So they didn&#8217;t even bother to share?</p>\n\n\n\n<p>You need to ask first. Be the first person to ask the questions like, what are the problems you are having using my product? I eagerly want to know. I want to solve your problem. So when I am talking with each and every person, each and every client, as he&#8217;s valuable, we bring value to their life, they&#8217;re going to bring something for me too.</p>\n\n\n\n<p>[00:18:01] <strong>Nathan Wrigley:</strong> Yeah, I think the curious thing about a lot of the developers that I know who&#8217;ve brought a plugin to the market is that they&#8217;ve been focused a lot on the features. They&#8217;ve got this laundry list of features and they get really wrapped up in the features and they execute that, they build the features. And then maybe somewhere along the line they realise, oh, there&#8217;s this other feature that would be quite nice to have. Yeah, let&#8217;s do that. And then before you know it, the idea of launching the product just gets pushed back and back and back because, oh, there&#8217;s another feature and, oh, I&#8217;ve thought of another feature. And on it goes.</p>\n\n\n\n<p>And the whole time you haven&#8217;t been doing exactly what you said, kind of trying to figure out how to build up an audience, trying to figure out how to get influencers involved, how to put it out on, in this case, wordpress.org or whatever it may be. And that whole puzzle, that whole jigsaw piece, inside that puzzle needs to be thought out, I think for many people, at a much earlier date.</p>\n\n\n\n<p>I get quite a lot of email from people who would like to have some product or service distributed through something like a podcast. On some level, it&#8217;s amazing that the people would like me to help them, but also when you go to the property that they&#8217;ve got, you can see that the thing that they&#8217;ve built is amazing, but also the marketing side of things hasn&#8217;t really been taken care of. So the website is nowhere near the standard that the plugin is. Everything about it, you know, the documentation is nowhere near the standard that the plugin is and so on. So there&#8217;s this sort of real disconnect.</p>\n\n\n\n<p>So do you have any like do&#8217;s and don&#8217;ts? Have you got any, like a list of things that you highly recommend people do if they want to market a plugin? But also some things which you think, actually no, stay away from that, that&#8217;s snake oil, people have tried that and it doesn&#8217;t seem to work. Any order of any of those things.</p>\n\n\n\n<p>[00:19:35] <strong>Muntasir Sakib:</strong> Absolutely. If you&#8217;re talking about like developing features and releasing it every alternate week, these are the most common picture when we are thinking about WordPress ecosystem, or any other products. 80% people are doing that. But the problem occurs when, feature first development means you keep building what you want, not what your customers actually struggle with, right?</p>\n\n\n\n<p>So when you release a product, you have the roadmap. You make it public. You show the customers like, well, these features are coming next, but people don&#8217;t bother about what features are coming next, they&#8217;re mostly bothered about what you have right now, and are those working properly or not? You might have, like when you were thinking of any e-commerce, you might have 20 or 30 payment gateway integrations with it. But I don&#8217;t need all the payment gateway integrations, right? I need specifically like one or two, like maybe I need PayPal integrations or Stripe integrations or Wise or some other integrations like Klarna.</p>\n\n\n\n<p>The rest of the integrations you have are useless to me, so I don&#8217;t even bother whether they&#8217;re coming or not. I do bother about my product and I do bother about whether, as I am using your product, so even giving me the value of my requirements, like the PayPal is working fine, in the next update the PayPal is working still fine and it&#8217;s secured. When I click the update button, or if I enabled auto update, with an update the PayPal is not working. My business will go through the loss.</p>\n\n\n\n<p>So it&#8217;s your responsibility to take care of my business because I&#8217;m using your product. So you have to make sure that every specific niche I am giving the solution for, are working properly after every updates and everything.</p>\n\n\n\n<p>I often see companies who are trying to develop the update version, who are trying to give updates regular basis. They often consider giving it the quality assurance, the QA. The QA team mostly were doing nothing. They were just going through on the surface level. They bring the update, and then the people updated it, and the site crashed. And then they figured out, well, it might be your environment issues. It might be from your end because we are doing nothing. It&#8217;s working fine from our end. So let me see. Give me your backend credentials so that I can see what&#8217;s going on here. It&#8217;s a big no. It&#8217;s a big no for me. If you are talking about me, like it&#8217;s a big no. Why would I give my credentials to you? It&#8217;s your responsibility to take care of your product so that it&#8217;s working fine from my end.</p>\n\n\n\n<p>These are the common things, and apart from that, when we are talking about feature first development, this leads to slower performance. The more the features, the slower the performance is, and it&#8217;s non-negotiable. The higher support workload and our roadmap, as I said, a roadmap that is reactive, not strategic. So strategic roadmap is important. Reactive roadmap means you are actually way far behind from your competitors. So many founders think that features is equal to value, but features are not equal to value. In reality, clarity, reliability, and use case fit, drive adoption and revenue.</p>\n\n\n\n<p>[00:22:49] <strong>Nathan Wrigley:</strong> So the really interesting thing about this is that there&#8217;s really two completely different worlds in collision here. So if you are the developer, you are basically sat in a chair looking at a screen, wrangling code. And it&#8217;s this, you&#8217;ve got this small window on the universe. You&#8217;re just sort of staring into this thing. You&#8217;ve got complete control over it. And it&#8217;s clean and it&#8217;s, I don&#8217;t really know how to describe it. It&#8217;s all just right in front of you.</p>\n\n\n\n<p>Whereas the other side, the marketing side is the exact opposite. It&#8217;s like, turn away from the computer and look at the entire planet. Every single human being in it, all of the messiness of that, trying to find them, trying to figure out how you&#8217;re going to talk with them, trying to figure out how you&#8217;re going to let them know that you exist. Trying to figure out how you&#8217;re going to let them know that your product is exactly what they need. Trying to figure out how to do the SEO piece, and we could go on and on.</p>\n\n\n\n<p>There really are two very different universes colliding there. And I feel that in many cases, a really different personality type fits those things. Like, you know, the developer sitting in the chair concentrating on that code is a really different kind of personality type, if you know what I mean, than the person who can turn around, look at the world, cope with that messiness and figure all of that out. I&#8217;m not saying that they&#8217;re not possible by two people, I&#8217;m just saying they are very, very different things. One, much messier and harder to figure out than the other.</p>\n\n\n\n<p>But from what you are saying as a developer, you have to do both. You have to turn around and look at the world in all of its messiness because your users are going to kind of, you know, they&#8217;re the people that are going to tell you whether or not what you&#8217;re building is a good thing or what they need.</p>\n\n\n\n<p>[00:24:26] <strong>Muntasir Sakib:</strong> No, no, I think we got it wrong because I didn&#8217;t say that developers need to do both of the work, they need to code fresh and they need to look around all the users, what they&#8217;re saying and how their product is performing. It&#8217;s not their job.</p>\n\n\n\n<p>We need to be very specific. If I&#8217;m a developer, my only responsibility should be to do fresh code and to make sure that my product is working fine on every environment. And it&#8217;s the marketer&#8217;s duty to talk to the customers, to talk to the world, and if as a founder, I don&#8217;t need to jeopardise my business, my company, then I need to align with everything, with every team possible. Like there&#8217;s sales team, there&#8217;s marketing team, there&#8217;s support team, content team, developer team.</p>\n\n\n\n<p>The thing is, market research should be done by the marketers. Market research should be done, the customers should be talked with the marketers, with the salespeople. They need to come along with the ideas that, well, fine, these are the opportunities we have right now. So if we want to build a product, if we want to develop a product, we need to bring these three or four features before releasing the product in the market because these are the things people are having problem with. So I am giving you this list of features, or this list of things that you need to have in your product, and then it can go to the design team. The design team come up with a very beautiful design and then the developers start developing it.</p>\n\n\n\n<p>And then we need to figure out the fact that, well, the product is almost 80% done, so we need to reach to the influencers, we need to reach to some YouTube influencers who have great audience so that they can use it. So we can give them the beta version. They can use it, they can bring some beautiful solutions, some beautiful suggestions to make the product even more mature before going to the market. And we can share the thought with the developers so that they can update accordingly.</p>\n\n\n\n<p>[00:26:22] <strong>Nathan Wrigley:</strong> Right, I got it. Yeah, so I get the piece there. So really when I was talking about, you know, the developer facing one way and then facing the other way, the computer and the world, you are introducing then, in the middle, the developer turns around and instead of talking to the world, talks to the marketer.</p>\n\n\n\n<p>And then the marketer absorbs those messages, whatever it is that the developer thinks, okay, it&#8217;s ready, it&#8217;s nearly ready, here&#8217;s the features. They communicate with the marketing people, the marketing people turn that into real world action. And then they themselves turn around and look at that bigger world and figure out how to do that.</p>\n\n\n\n<p>I think the curious thing is, in our community, there&#8217;s so many of the solo developers who, when that thing that you&#8217;ve just suggested, gets suggested. That some of the budget goes to a marketer, it&#8217;s like, no, no, no, no, no, no, I can do it all. I&#8217;ll be fine, because we know it can work in some rare cases. But it&#8217;s not going to be as effective as getting somebody else on board.</p>\n\n\n\n<p>But I think in our community, there is a, I don&#8217;t really know how to encapsulate this, but there&#8217;s a little bit of a divide between the marketing side of things, the sort of sponsorship side of things, the affiliate side of things, all of those bits, and the developers. And it&#8217;s not always an easy conversation to have.</p>\n\n\n\n<p>I suppose, in the end it comes down to things like money and things like that, which our community is maybe not as comfortable talking about as other different communities.</p>\n\n\n\n<p>So is there anything that you think is a bad idea? I remember in the show notes that you sent to me, there were a few things where you thought, for example, you mentioned things like the one-time revenue trap of lifetime deals and things like that. Do you want to mention some of the gotchas, some of the things in the past that you&#8217;ve thought, nope, don&#8217;t do that, that&#8217;s a bad idea?</p>\n\n\n\n<p>[00:28:00] <strong>Muntasir Sakib:</strong> Yeah. You were talking about the solo developer. There are a lot of solo developers, I might say. I must say because they are a one person team, and every project they build, every line of code they write, it&#8217;s like their children. So it&#8217;s always normal to be biased to your product. Like, yes, my product is the best because I have developed it with all my passion, with all my hard work. Why aren&#8217;t people using it?</p>\n\n\n\n<p>And you might have a tight budget because when you are solo developer, the budget&#8217;s going to be tight. So you might not have that much money to spend on marketing before going to the market. And that&#8217;s fine. Welcome the community because the WordPress community is so helpful that even if you go to the community people and you tell them like, well, I am working on a product all by myself, and I want someone to come up with me and test the product and give me some valuable insights about what I can do better, before going to the market. And they&#8217;re always helpful. There are like hundreds and thousands of people who can help you, making your product even better by testing your beta versions, by testing your RC versions.</p>\n\n\n\n<p>The thing is you have to be vocal. You have to talk to the poeple. You have to ask for help because you are helpless, you are working day and night on your product, and you cannot let people know, you cannot talk to people. You are very shy to ask for help, to ask for a hand. So how do I know that you are building a very beautiful product? I am here to help you, you just need to ask me. You want to give it a try? Sure thing. I will definitely give it a try and have some suggestions for you if you may allow me. That&#8217;s it.</p>\n\n\n\n<p>And about the question is one time revenue, you think? Yeah. And whether it&#8217;s a trap or not. It&#8217;s a trap. It&#8217;s a trap. Nathan, I can say to you, like many WordPress founders rely on lifetime deals, one time license and large seasonal discounts. I mean Black Friday, Cyber Monday, the year end sales. Might going to create some cash upfront, but that doesn&#8217;t bring sustainability.</p>\n\n\n\n<p>Sustainability is something way more different than cashflow. Because sustainability comes with recurring revenue. Your support is recurring, but if you have only lifetime deals, then your revenue is not. So how can you go along with your support team year after year, when you are running just once from a customer?</p>\n\n\n\n<p>Because once a customer has got something lifetime from your end, you have to give him support. You have to provide him top-notch support for the rest of your lives, for the rest of products life. And then every year, fixed cost goes up. Teams, servers, your support team will go along. Your team will be bigger than the last year, along with your product. So your fixed cost will always go up. And lifetime buyers often create the highest support load while paying the least.</p>\n\n\n\n<p>So you have to have that in your mind that when I am working for a easy traction and I am giving them the lifetime deals, and I want to onboard thousands of customers, lifetime customers, you need to think that you need to give them support, you need to develop the product for these thousand customers who will not ever going to pay a single penny to you anymore. So this is a big burden for you.</p>\n\n\n\n<p>So real WordPress companies that scale, focus on renewals, annual plans, and clear upgrade perks. So here are the things, you might have like three to four pricing plans for one site, for ten sites and for unlimited sites. And I bought the one site license. And then I fell in love with your product, and I want to upgrade to ten site plans. So there should be a very, like one click upgradation plan, upgradation system where I can just go from one site to ten sites. And if you can&#8217;t give me that opportunity, and if you going to tell me like, okay, fine, buy the ten site license, give me the one site license key, and I&#8217;m going to dispatch that. I&#8217;m going to deactivate that and activate your license manually, that doesn&#8217;t make sense because that&#8217;s a hassle to me. I&#8217;m your customer, so you need to give me the smoother way. This is the thing.</p>\n\n\n\n<p>[00:32:09] <strong>Nathan Wrigley:</strong> When you&#8217;ve been working for some of the, I don&#8217;t know, agencies or companies where there&#8217;s obviously a marketing team which has been a part of the success. Do you know roughly, I mean, maybe it&#8217;s just a ballpark figure, do you know roughly how much of the wider team so, you know, think of Company X, which is a development company, but they&#8217;ve got in-house marketing as well. Do you know how much of the company, in terms of personnel or revenue, is given over to marketing as opposed to everything else? So, you know, is it typically like in the sort of 20%, 30%, 50%? What&#8217;s your rough estimate for those?</p>\n\n\n\n<p>[00:32:43] <strong>Muntasir Sakib:</strong> My rough estimate is your marketing budget should always be at least 30% of your total estimation cost. Because marketers need to talk to people, they need to reach out to the people, and they need to collaborate with most of the influencers who going to work for you, and you have to give them the honorarium to do the work for you.</p>\n\n\n\n<p>So if the budget is not standard enough, then they have the boundaries to not do their works. So you need to give them the free hand, explore the sides to work with the other WordPress companies, to collaborate with better partners, to collaborate with other companies and to onboard their clients as well, so that your client base will increase day by day.</p>\n\n\n\n<p>[00:33:24] <strong>Nathan Wrigley:</strong> And in the old way, when I was talking about sort of 15 years ago, it felt like most things were driven by interaction with the WordPress community. Do you think that&#8217;s still like a viable way of doing things or, you know, in the case of, I don&#8217;t know, let&#8217;s say that you&#8217;ve got an LMS plugin or something like that. Your market really isn&#8217;t other WordPressers, your market is the entire world, you know, educators and what have you.</p>\n\n\n\n<p>So do you put much stock in sort of turning up to events, and sponsoring WordPress stuff, or do you sort of advise, focusing on your customers? I&#8217;m just trying to figure out where the community bit might fit into all that.</p>\n\n\n\n<p>[00:33:59] <strong>Muntasir Sakib:</strong> Well, the thing is, let&#8217;s talk about the sponsorship first because in WordCamps you need to be sponsored under your product. If we are talking about any LMS plugin that we have. We want to let the WordPress community know that, yeah, we exist and we sponsor to this event. And the most important thing is only in the WordCamps or the WordPress meetups you&#8217;re going to get along with other companies in person, so that you can connect with them, you can talk to them. You can figure out an opportunity to work with other companies. If I am an LMS company, I have an LMS plugin, my customer&#8217;s going to need some hosting plan. They might need some security plugins. They might need some SEO plugins.</p>\n\n\n\n<p>[00:34:39] <strong>Nathan Wrigley:</strong> It&#8217;s more of a sort of partnership opportunity.</p>\n\n\n\n<p>[00:34:42] <strong>Muntasir Sakib:</strong> Exactly.</p>\n\n\n\n<p>[00:34:42] <strong>Nathan Wrigley:</strong> Figuring out who, in some curious case that you may not yet have imagined, how you could collaborate in the future. So like you said, you know, hosting or whatever it may be, or maybe there&#8217;s a form plugin out there, which you kind of get the intuition that, oh, we could use bits of your form to onboard people to our platform, or whatever it may be. So it&#8217;s very much not about marketing to the end user. It&#8217;s more about figuring out partnerships and things like that. But also being a good custodian of an open source project, I guess, as well.</p>\n\n\n\n<p>[00:35:11] <strong>Muntasir Sakib:</strong> Of course, yeah. That&#8217;s true. Because in every other companies who are doing great in WordPress ecosystem, they have a very strong relationship with the other companies. They have the mutual connections with all the people, with all the companies their customers might going to need. And the partnerships, affiliates are the best way to do the marketing to grow, to scale your product in WordPress market. Because as I said at first, word of mouth is something that brings the most valuable customers in your back.</p>\n\n\n\n<p>[00:35:40] <strong>Nathan Wrigley:</strong> Yeah, I mean, you only have to look on Facebook and LinkedIn and things like that to realise that there&#8217;s a lot of people in the WordPress community who attend these events and hang out with other people at these events and make great friendships and partnerships and those kind of things. I presume they&#8217;re doing it because, A, it&#8217;s fun, but also there&#8217;s a real value to it, you know? I know all these people and so I know where to go when I&#8217;ve got a particular problem, or I just have an intuition that I want to spin my company off in a slightly different direction. I&#8217;ve now got some people that I know, some contacts that I&#8217;ve already made who might be able to help me with that.</p>\n\n\n\n<p>Okay. What about the, sort of last one, and it&#8217;s actually alluding to your, one of the questions that you wrote here. Is there anything about the sort of psychology of this, the sort of mindset? Because I think with the best will in the world, a lot of people in our space, they kind of see marketing as a bit of a, an icky thing. Something that they really don&#8217;t feel comfortable doing.</p>\n\n\n\n<p>Is there any kind of psychology here that you could recommend or some kind of mind shift that somebody like me, for example, who is terrible at marketing, that I might be able to undergo, some magic wand that you can wave to help me out?</p>\n\n\n\n<p>[00:36:41] <strong>Muntasir Sakib:</strong> We all are learners. We learn every day. I&#8217;m still a learner, and most of the world famous marketers are learners, even the passionate developers. You still learn how to develop well, how to write fresh code in even a better way.</p>\n\n\n\n<p>But the most important thing is there are some mindset differences. There are someone who is a builder, and there are someone who is a business owner. So the thin line between builders and business owners are builders think about features. They think about features, what to come along with next, what to give to our customers, whether they like it or not. But founders think, I build outcomes and value. I bring value to the customers.</p>\n\n\n\n<p>Another mindset, if we talk about like the short term revenue and the long-term sustainability. So when we are selling lifetime deals, one time license, that&#8217;s the short term revenue that give me an early traction, a good traction within a few months. But it&#8217;ll never going to be sustainable. If you want to be sustainable, you need to have a recurring plan, you need to have recurring customers, you need to onboard more customers, but your recurring customers should be like around 70 to 80% or even more than that, so that you can sustain all along.</p>\n\n\n\n<p>Then if I&#8217;m talking about another mindset that it can be the focus on the product versus focus on the user. Failing founders, like those who cannot scale, they think that what feature should we add next? But the scaling founders, if you talk to them, they&#8217;re going to think where my users are getting stuck, so I need to solve the problem first. I need to bring value to their life so that they come along with me. They&#8217;re going to be my best audience and they&#8217;re going to do the marketing for me.</p>\n\n\n\n<p>[00:38:24] <strong>Nathan Wrigley:</strong> This stuff is so intuitive to you because obviously it&#8217;s something that you&#8217;ve spent a long time thinking about. I&#8217;ve got to say, for me, a lot of this stuff is kind of intuitive, but not at the same time. I&#8217;m definitely more on the kind of builder side than on the marketing side. I don&#8217;t know what it is about marketing, I just struggle to do those kind of things.</p>\n\n\n\n<p>And you&#8217;ve written a lot of your thoughts up in three articles, which you&#8217;ve published on LinkedIn. I don&#8217;t know if they&#8217;ve been published elsewhere, but they&#8217;re definitely on LinkedIn. And they describe all of the different scenarios of, you know, what founders need to do, how plugins can have success, where the community lies, how you can get yourself involved in different things. But also quite a lot of work you&#8217;ve put into what not to do. So example, lifetime deals, which you don&#8217;t think are a particularly great idea.</p>\n\n\n\n<p>I&#8217;m going to link to all of those different bits and pieces in the show notes so that people can go and read those, and then hopefully having been armed with all of that knowledge, they&#8217;ll understand better what it is that we&#8217;ve been talking about.</p>\n\n\n\n<p>Where do we find you, Muntasir? Where do we go online? Apart from LinkedIn, obviously, where could we find you?</p>\n\n\n\n<p>[00:39:28] <strong>Muntasir Sakib:</strong> I&#8217;m always available on Facebook, on Twitter. And I am always available on LinkedIn as well. These are the platforms you are going to find me.</p>\n\n\n\n<p>[00:39:36] <strong>Nathan Wrigley:</strong> Well, I will link to the LinkedIn posts and I will endeavor to dig out your Twitter handle as well. So hopefully people can find you and if they&#8217;ve got questions, you are open to suggestions.</p>\n\n\n\n<p>So thank you so much for chatting to me today. A subject of great interest to me because, well, as I said, there&#8217;s just great interest for me. I won&#8217;t say more than that. But thank you very much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:39:56] <strong>Muntasir Sakib:</strong> Thank you, Nathan. Thank you for talking to me. And it&#8217;s great talking to you and sharing my knowledge and expertise with you.</p>\n</div></details>\n\n\n\n<p>So on the podcast today we have <a href=\"https://www.linkedin.com/in/muntasir-m-sakib/\">Muntasir Sakib</a>.</p>\n\n\n\n<p>Muntasir has been active in the WordPress space since 2018, working with well-known plugins and companies such as Tutor LMS, Droip and more. He’s played a key role scaling products from their early days, helping them achieve wider adoption. He’s also been active in the WordPress community more broadly at events such as WordCamp Asia and WordCamp Sylhet.</p>\n\n\n\n<p>The focus of today’s episode is a crucial yet often overlooked topic, especially if you’re a plugin developer. It’s a chat about the moment when plugin development ends and real success can begin. In a WordPress marketplace that’s more crowded and competitive than ever, simply ‘build it and they will come’ does not mean users will. Muntasir wants to bust the myth by digging into why marketing is essential from day one, and not an afterthought left until launch day.</p>\n\n\n\n<p>We start by learning about Muntasir’s journey through the WordPress ecosystem, and his approach to balancing development and marketing for plugins. He explains the key differences between marketing in the WordPress ecosystem versus the SaaS world. In WordPress, you don’t control the full stack and your users expect openness and interoperability, making community focus and support critical.</p>\n\n\n\n<p>The discussion then turns to the practicalities of launching and growing a plugin. Why throwing new features at a product isn’t enough, and why listening to users and building community relationships is often more valuable than racing to add features no one has asked for.</p>\n\n\n\n<p>We talk about the do’s and don’ts gained from Muntasir’s experience, including the pitfalls of relying on lifetime deals for early revenue, and why a recurring revenue model is key for long-term sustainability.</p>\n\n\n\n<p>We also talk through the role of community, partnerships, and events like WordCamps, not just as marketing opportunities, but as places to build the relationships and collaborations that can help plugins thrive.</p>\n\n\n\n<p>If you’re a WordPress plugin developer wondering how to turn a finished product into a real success, or you’re trying to figure out where marketing fits into your roadmap, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p>Project / Events which Muntasir has been involved with:</p>\n\n\n\n<p><a href=\"https://tutorlms.com\"> Tutor LMS</a></p>\n\n\n\n<p><a href=\"https://droip.com\">Droip</a></p>\n\n\n\n<p><a href=\"https://easycommerce.dev\">EasyCommerce</a></p>\n\n\n\n<p><a href=\"https://thumbpress.co\">ThumbPress</a></p>\n\n\n\n<p><a href=\"https://www.joomshaper.com\"> JoomShaper</a></p>\n\n\n\n<p> <a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia 2023</a></p>\n\n\n\n<p><a href=\"https://sylhet.wordcamp.org/2023/\">WordCamp Sylhet 2023</a></p>\n\n\n\n<p>Three of Muntasir&#8217;s articles on LinkedIn:</p>\n\n\n\n<p><a href=\"https://www.linkedin.com/pulse/why-marketing-still-missing-piece-most-wordpress-product-sakib-fdz0c/\">Why Marketing Is Still the Missing Piece for Most WordPress Product Companies</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/pulse/hidden-cost-lifetime-deals-what-plugin-owners-dont-realize-sakib-pbmqc/\">The Hidden Cost of Lifetime Deals: What Plugin Owners Don&#8217;t Realize Until It&#8217;s Too Late</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/pulse/after-5-years-10-plugins-heres-why-most-wordpress-products-sakib-fcw0c/\">After 5 Years and 10+ Plugins: Here’s Why Most WordPress Products Fail to Scale</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Open Channels FM: Why Context Matters in Accessibility Conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://openchannels.fm/why-context-matters-in-accessibility-conversations/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"Discussions on digital accessibility should prioritize context and collaboration among teams, focusing on empathy and practical scenarios to enhance user experience and support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2025 11:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Beware Unearned Wisdom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2025/12/beware-unearned-wisdom/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3687:\"<p>One of Carl Jung&#8217;s famous quotes is to &#8220;Beware unearned wisdom.&#8221; Sometimes it&#8217;s brought up in the context of psychedelics. From <em><a href=\"https://www.amazon.com/LSD-Mind-Universe-Diamonds-Heaven/dp/1620559706?tag=photomatt08-20\">LSD and the Mind of the Universe by Christopher Bache</a></em>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p id=\"1d2d\">Psychedelics give us temporary access to realities beyond our pay grade, allowing us to experience things beyond our normal capacity.</p>\n\n\n\n<p id=\"b3a6\">It’s all too easy to think that because we have had a deep and profound experience, we have become a deep and profound person, but this is a fool’s delusion.</p>\n\n\n\n<p id=\"7186\">Even when psychedelics allow us to experience the person we are in the process of becoming, we have to face the fact that we have not become this person yet, nor have we fully internalised the wonderful qualities we may have temporarily touched.</p>\n</blockquote>\n\n\n\n<p>I&#8217;m starting to see some of the same things happening with vibe coding and LLM writing.</p>\n\n\n\n<p>Sam Kriss at the New York Times took on the inevitably meta task of writing <a href=\"https://www.nytimes.com/2025/12/03/magazine/chatbot-writing-style.html?unlocked_article_code=1.508.ClUh.Sb1fCpBAo94F&amp;smid=url-share&amp;ref=platformer.news\">Why Does A.I. Write Like … That?</a> It&#8217;s a good read that will tickle your mind, as the mimetic effects of model training data overfit and influence society, even in how we speak and write when not using AI.</p>\n\n\n\n<p>I&#8217;m starting to get that &#8220;feel&#8221; now, sometimes when using software. The demo or functionality seems amazing, but when you begin to poke around the edges, it all crumbles. We think we have something amazing because a chatbot one-shot an application, but there may be a hidden technical debt there.</p>\n\n\n\n<p>A big focus for me in this coming year is &#8220;back to basics&#8221;: ensuring the core functionality is robust. You can&#8217;t build a house on a foundation of sand. It&#8217;s very exciting and tempting to go to the new shiny thing, but you only earn that right when the fundamentals are solid. </p>\n\n\n\n<p>It&#8217;s been funny <a href=\"https://www.wsj.com/tech/ai/openais-altman-declares-code-red-to-improve-chatgpt-as-google-threatens-ai-lead-7faf5ea6\">hearing about OpenAI&#8217;s Code Red</a>, because about 18 months ago, I declared Code Blue on WordPress.com. In a hospital, Code Red means a fire, which I don&#8217;t think is the analogy OpenAI was going for, but I unfortunately learned <a href=\"https://ma.tt/2016/04/in-memoriam-chuck-mullenweg/\">when my father passed</a> that Code Blue means all hands on deck because a patient has a cardiac or respiratory arrest; it signals a critical, life-threatening medical emergency. All the best specialists swarm in and, hopefully, save the patient. (BTW, on <a href=\"https://wordpress.com/\">WordPress.com</a>, the team has done a fantastic job of shipping literally thousands of bug fixes and quality improvements, and keeping focus on that despite the pull to new initiatives. There&#8217;s much left to do, but it&#8217;s headed in the right direction.)</p>\n\n\n\n<p>The <a href=\"https://en.wikipedia.org/wiki/Cambrian_explosion\">Cambrian explosion</a> of new stuff built by AI is just a phase, and AI-assisted coding can actually be incredible for maintenance and bug fixes. But the tools are only as good as the <a href=\"https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_the_Galaxy\">questions we ask them</a>, so it will have to battle with human nature&#8217;s addiction to novelty.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Dec 2025 04:21:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Open Channels FM: Open Channels FM Announces the Return of Do the Woo as a Dedicated WooCommerce Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://openchannels.fm/open-channels-fm-announces-the-return-of-do-the-woo-as-a-dedicated-woocommerce-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:284:\"PRESS RELEASE: The relaunch of the Do the Woo podcast under the Open Channels network aims to create a dedicated platform for the WooCommerce ecosystem. It will provide insights and discussions tailored for merchants, developers, and product teams, starting with guest Matt Mullenweg.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2025 15:19:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Open Channels FM: Relaunching Do the Woo Podcast for the WooCommerce Ecosystem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://openchannels.fm/relaunching-do-the-woo-podcast-for-the-woocommerce-ecosystem/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"The Do the Woo podcast is relaunching as a dedicated platform for the WooCommerce community, focusing on unique challenges and innovations, hosted by James Kemp and Katie Keith.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2025 12:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Katie Keith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Open Channels FM: Do the Woo Podcast is Back with Conversations for Builders, Merchants, and Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://openchannels.fm/do-the-woo-podcast-is-back-with-conversations-for-builders-merchants-and-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:216:\"The \"Do the Woo\" podcast is returning, focusing on WooCommerce insights, featuring industry leaders. It will include lively discussions, audience Q&#038;As, and monthly episodes with hosts James Kemp and Katie Keith.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2025 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Cloudflare CMS Stats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2025/12/cloudflare-cms-stats/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:684:\"<p>Cloudflare released their Radar report for 2025, one fun stat was they analyzed the top 5,000 domains, and it had some interesting results <a href=\"https://radar.cloudflare.com/year-in-review/2025#website-technologies\">for website technologies</a>. Open Source tech came in at 47% for WordPress and 4.7% for Drupal, <em>which wins the majority</em>! Then in proprietary there was Adobe at 16%, Contentful at 8%, Shopify at 1.9%&#8230;</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-150859\" height=\"383\" src=\"https://i0.wp.com/ma.tt/files/2025/12/cloudflare-website-tech-1024x649.png?resize=604%2C383&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2025 00:41:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Nex Playground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2025/12/nex-playground/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:855:\"<p>The Wall Street Journal has a fun article about the Nex Playground, <a href=\"https://www.wsj.com/business/entrepreneurship/nex-playground-toy-game-console-holiday-shopping-af47125f\">The Hottest Toy of the Year Is Made by a Tech Startup You’ve Never Heard Of</a>. It&#8217;s a very fun way to game with friends and stay active, so afterward you have that same great feeling like after playing a sport. I think this is the first time one of <a href=\"https://audrey.co/\">Audrey Capital&#8217;s companies</a> (we invested when it was <a href=\"https://www.homecourt.ai/\">the Homecourt app</a>) is the hot Christmas item. <a href=\"https://www.amazon.com/Playground-AI-Powered-Transforms-Not-Machine-Specific/dp/B0D2JGYX3F?tag=photomatt08-20&amp;th=1\">Here&#8217;s it on Amazon</a>, though it looks like it doesn&#8217;t ship before Christmas right now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Dec 2025 05:59:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Apple iWeb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150841\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/12/apple-iweb/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1024:\"<p>The new X/Twitter algorithim is hard to predict, but I&#8217;ve had <a href=\"https://x.com/photomatt/status/1999769782279938531\">one go viral with over a million views now</a>, a quote-tweet of a cool demo video of Apple&#8217;s website builder from 2009, with themes and blog support and everything. Interesting to compare its interface to Gutenberg and WordPress today.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-twitter\"><blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">We don’t even know how to build this anymore. <a href=\"https://t.co/Y21FIwVIft\">https://t.co/Y21FIwVIft</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1999769782279938531?ref_src=twsrc%5Etfw\">December 13, 2025</a></blockquote></div>\n</div></figure>\n\n\n\n<p>For <a href=\"https://www.apple.com/welcomescreen/ilife/iweb-3/\">the video to play on the webpage</a>, you have to visit in Safari.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Dec 2025 05:57:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Winter Fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2025/12/winter-fun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1017:\"<p>The colors here have now gone blue for winter, and snow has started, <a href=\"https://wordpress.org/plugins/snow-fall/\">thanks to the excellent Snow Fall plugin</a>. I also wanted to congratulate <a href=\"https://www.wealthfront.com/blog/wealthfront-ipo-public-company/\">Wealthfront on their IPO</a>. Many on their team have been friends or advisors over the years, from David Fortunato responding to my email about their WordPress blog being on an old version when they launched, to the amazing <a href=\"https://adamnash.blog/\">Adam Nash</a> who teaches <a href=\"https://cs007.blog/\">CS 007 Personal Finance for Engineers at Stanford</a>, and he now runs the awesome <a href=\"https://www.daffy.org/\">Daffy donor-advised tax fund startup</a>. I was an early customer, and even on their homepage as a testimonial in 2011, <a href=\"https://audrey.co/\">Audrey Capital</a> has been an investor since 2013 and if you <a href=\"https://wlth.fr/XArG0h\">sign up with this link we both get 5k extra managed for free</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Dec 2025 04:43:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Donncha: Make Photo Competitions Simple\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89592184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://odd.blog/2025/12/12/make-photo-competitions-simple/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10072:\"<p>Running a photography club competition used to mean juggling spreadsheets, chasing emails, and manually tallying votes. I built <a href=\"https://wordpress.org/plugins/photo-competition-manager/\">Photo Competition Manager</a> to change that.</p>\n\n\n\n<p>This free WordPress plugin handles everything your club needs: member management, secure uploads, flexible voting, and beautiful results displays.</p>\n\n\n\n<p>This will suit a photography club that uses WordPress for their website and that has a projector for their meetings. If you already run a photo league with projected images or prints but collect votes from your club members using pen and paper you&#8217;re the perfect candidate to try this plugin.</p>\n\n\n\n<p>This is the very first release of this plugin. It has been used a couple of times to run several test photo competitions and one monthly league competition. However, bugs happen. I would love if your photography club used this plugin but I will need feedback to improve it. Run a couple of test competitions first to get used to how it works.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Getting Started in Minutes</h3>\n\n\n\n<p>The setup wizard creates all the required pages automatically. Select the pages you need, click a button, and you&#8217;re ready to go.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592186 not-transparent\" height=\"679\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.47.34-1.avif\" width=\"762\" /></figure>\n</div>\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage Your Membership</h3>\n\n\n\n<p>The Members page is your central roster. Add members individually or bulk import from CSV. Assign grades, track status, and send magic-link upload invitations with a single click.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592188 not-transparent\" height=\"1041\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.47.05-1.avif\" width=\"1270\" /></figure>\n</div>\n\n\n<p>Each member gets a unique upload URL—no passwords to remember, no accounts to create. They click the link and upload.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Create and Track Competitions</h3>\n\n\n\n<p>The competitions dashboard shows a list of competitions, allowing you to edit them and send out upload emails to members. Only one competition may be active at a time, but a competition may have more than one category. </p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592190 not-transparent\" height=\"600\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.47.20-1.avif\" width=\"1278\" /></figure>\n</div>\n\n\n<p>Create competitions with custom categories (Colour, Mono, Projected, etc), grade divisions (Beginner, Intermediate, Advanced), and submission quotas. Each competition can have its own rules without affecting your defaults.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Watch Submissions Roll In</h3>\n\n\n\n<p>As members upload, the submissions page displays thumbnails of every entry. You&#8217;ll see who&#8217;s submitted, which categories are filling up, and whose photos are still missing.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592191 not-transparent\" height=\"580\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.48.00.avif\" width=\"1016\" /></figure>\n</div>\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">A Frictionless Upload Experience</h3>\n\n\n\n<p>When members click their magic link, they land on a clean upload form. They select their category, choose their image, and submit. The progress banner shows upload status in real time.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592193 not-transparent\" height=\"982\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.43.06-1.avif\" width=\"876\" /></figure>\n</div>\n\n\n<p></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592194 not-transparent\" height=\"145\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.43.34.avif\" width=\"821\" /></figure>\n</div>\n\n\n<p></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592195 not-transparent\" height=\"739\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.43.54.avif\" width=\"873\" /></figure>\n</div>\n\n\n<p>The plugin handles validation automatically—file types, dimensions, and quota limits are all enforced before the image is accepted.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Complete Control Over Voting</h3>\n\n\n\n<p>The voting controls page is your competition command centre. From here you can:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open and close voting for each category independently.</li>\n\n\n\n<li>Toggle the results display on or off.</li>\n\n\n\n<li>Enable slideshow mode for in-person club nights.</li>\n\n\n\n<li>Disable uploads once the submission deadline passes.</li>\n\n\n\n<li>Show a QR code for members to scan with their phones to vote.</li>\n</ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592196 not-transparent\" height=\"674\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.48.33.avif\" width=\"993\" /></figure>\n</div>\n\n\n<p></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592198 not-transparent\" height=\"716\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.49.31-1.avif\" width=\"993\" /></figure>\n</div>\n\n\n<p>In the competition settings, you choose between token-based voting (unique links per member) or password-protected public voting. The voting controls page features a full-screen slideshow mode where members can vote together during meetings.</p>\n\n\n\n<p>On the night of the competition we do the following:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Close uploads and hide results.</li>\n\n\n\n<li>Show the slideshow with a 10 or 15-second delay as a preview.</li>\n\n\n\n<li>Display the QR code and make sure every member can scan it and open the voting page.</li>\n\n\n\n<li>Open voting and show the slideshow again.</li>\n\n\n\n<li>When everyone has voted, close voting.</li>\n\n\n\n<li>2 members of the club will then go through the images and offer a critique, using the slideshow again but in manual mode this time.</li>\n\n\n\n<li>Repeat for the next category.</li>\n\n\n\n<li>When all the voting is done, toggle the results page on and display the &#8220;top 3&#8221; results, and then the anonymous results page on the projector.</li>\n\n\n\n<li>Finally, an email is sent out to all members showing their score, ranking in their grade and the votes they received. Names are not attached to the votes for obvious reasons.<br /></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Voting By Phone</h3>\n\n\n\n<p>Members can vote on the competition using their phones after they have scanned the QR code on the voting controls page.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-89592202 not-transparent\" height=\"1503\" src=\"https://odd.blog/files/2025/12/voting1.avif\" width=\"600\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-89592203 not-transparent\" height=\"661\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-18.31.11.avif\" width=\"413\" /></figure>\n</figure>\n\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">Results That Make Sense</h3>\n\n\n\n<p>When voting closes, the results dashboard breaks down every score by member grade. See vote distributions, identify your winners, and export everything to CSV for your records.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592199 not-transparent\" height=\"1072\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-17.57.31.avif\" width=\"1180\" /></figure>\n</div>\n\n\n<p>The frontend includes a responsive top-3 podium display perfect for announcing winners, plus full results tables with filtering by grade and category.</p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592206 not-transparent\" height=\"1170\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-18.27.44-1.avif\" width=\"755\" /></figure>\n</div>\n\n\n<p></p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img alt=\"\" class=\"wp-image-89592207 not-transparent\" height=\"1150\" src=\"https://odd.blog/files/2025/12/Screenshot-2025-12-12-at-18.28.14.avif\" width=\"1192\" /></figure>\n</div>\n\n\n<p></p>\n\n\n\n<h3 class=\"wp-block-heading\">Built for Photography Clubs</h3>\n\n\n\n<p>Photo Competition Manager was built specifically for the way camera clubs actually run competitions:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Magic-link authentication</strong> means members don&#8217;t need WordPress accounts to upload.</li>\n\n\n\n<li><strong>Grade-based scoring</strong> supports clubs that split their membership by experience level.</li>\n\n\n\n<li><strong>Slideshow mode</strong> turns any screen into a projection-ready display.</li>\n\n\n\n<li><strong>CSV export</strong> keeps your archives intact.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Get Started Free</h3>\n\n\n\n<p>Photo Competition Manager is free and GPL. Install it from the WordPress plugin directory or from the plugins page on your WordPress site in the usual way. Navigate to the Competitions menu to get started.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/photo-competition-manager/\">Download Photo Competition Manager</a></p>\n\n\n\n<p>The source code is available on GitHub if you want to contribute or customise:</p>\n\n\n\n<p><a href=\"https://github.com/donnchawp/photo-competition-manager\">View on GitHub</a></p>\n\n\n\n<p>Questions? Open an issue on GitHub or post in the WordPress support forum. I&#8217;d love to hear how your club uses it.</p>\n\n#Photography #photographyclub #WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2025 19:11:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Matt: Aldeas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://ma.tt/2025/12/aldeas/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1705:\"<p>Tonight was a lot of threads connecting for me. At <a href=\"https://automattic.space/\">Automattic&#8217;s Noho Space</a> we hosted an event for <a href=\"https://www.nytimes.com/2025/05/01/movies/martin-scorsese-pope-francis-documentary.html\">Martin Scorsese&#8217;s new documentary about Pope Francis, called Aldeas</a>. There was a point in my life when I wanted to become a priest, and I had been inspired by meeting a Franciscan seminary student. I took it very seriously and considered that as a path for my life, but some combination of jazz and girls made me realize that the priesthood was not my destiny.</p>\n\n\n\n<p>The jazz led to building websites for Houston jazz musicians, which led to coding, which led to WordPress, which after a lot of twists and turns led to <a href=\"https://ma.tt/2019/08/tumblr-the-day-after/\">Automattic acquiring Tumblr</a>. One of Tumblr&#8217;s <a href=\"https://en.wikipedia.org/wiki/Goncharov_(meme)\">greatest memes was Goncharov</a>, directed by Martin Scorsese. The only reason Automattic, as a distributed company, has an office in NYC is because of the Tumblr acquisition. The office is filled with art from Tumblr artists so I had the very surreal experience of talking after Martin Scorsese, who at 83 is sharp as a tack and a gifted speaker, a few feet away from a <a href=\"https://en.wikipedia.org/wiki/Goncharov_(meme)#/media/File:Goncharov-poster.png\">Goncharov poster</a> about how my Catholic upbringing led me down the path of starting WordPress, and how Pope Francis&#8217; life inspired the <a href=\"https://wordpress.org/news/2025/04/jubilee/\">WordPress Jubilee</a> and <a href=\"https://ma.tt/2025/04/reflecting/\">reflection</a>. Full circle.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Dec 2025 05:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Open Channels FM: WordPress 6.9: From Streamlined Content Creation to Powerful Developer Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://openchannels.fm/wordpress-6-9-from-streamlined-content-creation-to-powerful-developer-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"In this episode, contributors Akshaya Rane, Birgit Pauli-Haack,  and Krupa Nanda discuss the collaborative process behind WordPress 6.9, highlighting features, performance upgrades, and emphasizing community involvement and testing.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2025 10:40:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Year-end\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150805\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2025/12/year-end/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"<p><a href=\"https://2025inreview.tumblr.com/\">Tumblr has a fun 2025 in review</a>, and if you&#8217;re a <a href=\"https://pocketcasts.com/\">Pocket Casts</a> user open the app to see all your stats for your listening this year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Dec 2025 03:40:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.org blog: 2026 Global Partner Program Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2025/12/2026-global-partner-program/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9308:\"<p>Become a driving force behind WordPress innovation by joining the Global Community Sponsorship Program: a comprehensive initiative that supports the events and people powering our open source mission. As a Global Sponsor, your organization gains meaningful visibility across the international WordPress ecosystem while helping to fund events that foster growth, collaboration, and community.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19617\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/WordPress-Global-Partners-Program-2026-.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Why Choose Global Sponsorship?</h2>\n\n\n\n<p>Instead of managing multiple individual sponsorships, this streamlined program consolidates your efforts into one efficient and impactful partnership.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Efficiency and Simplified Administration</h3>\n\n\n\n<p>Skip the complexity of coordinating invoice payments with numerous volunteer teams. Our centralized approach saves time and resources. In 2026, sponsors will benefit from:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A dedicated Slack channel for direct communication with the WordPress Community Support team and Community Program Managers</li>\n\n\n\n<li>Monthly updates listing upcoming WordPress events, their current planning stages, and scheduled dates</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Expanded Reach and Impact</h3>\n\n\n\n<p>Your sponsorship amplifies your presence worldwide, ensuring consistent visibility across global WordPress community events.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Stability and Reliability</h3>\n\n\n\n<p>Your commitment strengthens locally organized events by providing predictable funding that supports venues, logistics, and growth.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Flexible Branding Options</h3>\n\n\n\n<p>Adapt across your portfolio—Global Sponsors can represent different brands at different events (subject to approval and advance notice).</p>\n\n\n\n<h3 class=\"wp-block-heading\">Program Benefits</h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-left\"></td><td class=\"has-text-align-center\"><strong>Global Leader</strong></td><td class=\"has-text-align-center\"><strong>Regional Powerhouse</strong></td><td class=\"has-text-align-center\"><strong>Community Builder</strong></td></tr><tr><td class=\"has-text-align-left\"><br /><br /><br /><br /><strong>Best for:<br /></strong></td><td class=\"has-text-align-center\">Established brands seeking global reach and year-round visibility.</td><td class=\"has-text-align-center\">Companies aiming for regional dominance and strong brand recognition.</td><td class=\"has-text-align-center\">Organizations supporting the next generation of WordPress education.</td></tr><tr><td class=\"has-text-align-left\">Sponsorship payable in full or through quarterly installments</td><td class=\"has-text-align-center\">$180,000</td><td class=\"has-text-align-center\">$110,000</td><td class=\"has-text-align-center\">$60,000</td></tr><tr><td class=\"has-text-align-left\">Top tier sponsorship benefits at all local <a href=\"https://central.wordcamp.org/\">WordCamp</a> events (excludes flagships) with priority access to claim a sponsor table at in-person <a href=\"https://events.wordpress.org/\">WordPress events</a></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"></td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Option to feature multiple brands across events</td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"></td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Dedicated sponsor landing page</td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Complimentary WordPress event tickets for your team</td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Recognition across all <a href=\"https://events.wordpress.org/\">WordPress events</a></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Sponsor Spotlight post on WordPress.org/news featuring highlights from recent <a href=\"https://central.wordcamp.org/\">WordCamps</a></td><td class=\"has-text-align-center\">Quarterly</td><td class=\"has-text-align-center\">Annually</td><td class=\"has-text-align-center\"></td></tr><tr><td class=\"has-text-align-left\">Inclusion of your company logo in signage and materials for <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> events</td><td class=\"has-text-align-center\">All signage &amp; materials for the year (digital and printed)</td><td class=\"has-text-align-center\">Signage &amp; materials for 5 events per year (printed only)</td><td class=\"has-text-align-center\">All signage &amp; materials for the year (digital and printed)</td></tr><tr><td class=\"has-text-align-left\">Opportunity to be featured in an exclusive digital binder for <a href=\"https://events.wordpress.org/campusconnect/\">WordPress Campus Connect</a> event organizers</td><td class=\"has-text-align-center\">Priority placement (logos &amp; text)</td><td class=\"has-text-align-center\">Feature listing (text only)</td><td class=\"has-text-align-center\">Feature listing (text only)</td></tr><tr><td class=\"has-text-align-left\">Regular recognition in <a href=\"https://make.wordpress.org/community/2025/11/03/monthly-education-buzz-report-october-2025/\">monthly education buzz report</a></td><td class=\"has-text-align-center\"></td><td class=\"has-text-align-center\"></td><td class=\"has-text-align-center\"><img alt=\"✔\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png\" style=\"height: 1em;\" /></td></tr></tbody></table></figure>\n\n\n\n<h2 class=\"wp-block-heading\">How Sponsorship Funds Are Used</h2>\n\n\n\n<p>Global Sponsorship funds directly support:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Local WordPress events worldwide (venue rental, catering, A/V, and more)</li>\n\n\n\n<li>Meetup.com license fees for over 671 WordPress Meetup groups globally</li>\n\n\n\n<li>Administrative costs like insurance, banking, and annual financial audits that ensure transparent operations</li>\n</ul>\n\n\n\n<p>Your partnership helps sustain the community that powers more than 43% of the web. Together, we can keep the WordPress project thriving and expanding for years to come.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-2-background-color has-background is-layout-constrained wp-container-core-group-is-layout-d1b48064 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center\"><strong><strong>If your company is interested in joining the Global Sponsorship program or you would like to know more, please reach out</strong></strong>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"mailto:support@wordcamp.org\">Contact WordPress Community Support</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 25px;\"></div>\n\n\n\n<p><em>Please see <a href=\"https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/fundraising/global-community-sponsorship-for-event-organizers/#rules-for-sponsor-materials\">Rules for Sponsor Materials</a> for more details about terms of sponsorship. Please also see our <a href=\"https://make.wordpress.org/community/files/2024/12/Draft-of-2025-WordPress-Global-Community-Sponsorship-Agreement-Template-Google-Docs.pdf\" rel=\"noreferrer noopener\" target=\"_blank\">sample sponsorship agreement</a>.</em></p>\n</div>\n\n\n\n<p>If you’d like to go one step further, please consider <a href=\"https://wordpressfoundation.org/donate/\">donating directly to the WordPress Foundation</a>. We operate lean—every dollar goes toward keeping WordPress free, supporting education, and funding the community that makes the web a better place. In short, your donation helps us keep the lights on and the mission alive.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2025 17:16:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Harmony Romo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: #197 – Johanne Courtright on Enhancing Gutenberg: Agency-Driven Block Editor Innovations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=201629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/podcast/197-johanne-courtright-on-enhancing-gutenberg-agency-driven-block-editor-innovations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54861:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, enhancing Gutenberg with agency driven block editor innovations.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. . Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Johanne Courtright. Johanne started working with WordPress back in 2011, moving over from a background in marketing agencies, Dreamweaver and Static HTML sites. Over the years, she&#8217;s become a skill developer, focusing on extending WordPress through custom queries, forms, integrations with APIs, and increasingly harnessing the power of the block editor and React.</p>\n\n\n\n<p>Johanne talks about her journey from the classic world of agency WordPress development to embracing Gutenberg, and the challenges and wins along the way. She shares her experience in building custom blocks, and enhancing existing ones to better serve agencies. Things like improving break points, color palettes, responsive designs, and navigation, all of which aren&#8217;t offered in Core yet. These features come together in her growing open source project Groundworx.</p>\n\n\n\n<p>We talk about the shifting landscape from classic themes to block-based themes, and why even in 2025, a lot of agencies and users are still hesitant to make the leap fully. Johanne explains where the block editor falls short for her use, and how Groundworx aims to plug these perceived gaps with a foundation of flexible, performant, agency focus blocks and templates.</p>\n\n\n\n<p>You will hear about her approach to building modular themes with theme.json, the realities of client work and scope creep, and how the 80 20 rule shapes what belongs in Core, and what&#8217;s best handled by plugins.</p>\n\n\n\n<p>We also get into the challenge of discovery in the WordPress plugin ecosystem, her wishlist for block editor improvements, and her take on the future of block-based businesses in WordPress.</p>\n\n\n\n<p>Whether you&#8217;re a developer eager to modernize your workflow, or just curious about extending Gutenberg for real world use, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Johanne Courtright.</p>\n\n\n\n<p>I am joined on the podcast by Johanne Courtright. Hello, Johanne.</p>\n\n\n\n<p>[00:03:21] <strong>Johanne Courtright:</strong> Hi. Nice to be here.</p>\n\n\n\n<p>[00:03:22] <strong>Nathan Wrigley:</strong> Yeah, very nice to have you with us. I put a tweet out not that long ago, seeing if anybody wanted to come on the WP Tavern Jukebox podcast, and Johanne was very kind and reached out to me. And we had a little bit of toing and froing. Not a lot, but a little bit. And I thought that the topic of conversation that she suggested was extremely curious.</p>\n\n\n\n<p>As you&#8217;ll discover in a moment, Johanne has been working hard trying to make the block editor, well, I&#8217;m going to use the word improved. Trying to add things to the block editor to make it more usable.</p>\n\n\n\n<p>That conversation though, probably would benefit from us knowing exactly who you are, and what your background is. Maybe if we stick to the WordPress bits and pieces, but would you mind just giving us a little biography? Tell us a bit about you.</p>\n\n\n\n<p>[00:04:00] <strong>Johanne Courtright:</strong> Sure. I got into WordPress in 2011, working for a marketing agency. It solved a big problem at the time coming from Dreamweaver, HTML static pages. My writing to that was a lot of convincing, but it was a very welcome change. WordPress made a huge impact on a lot of agencies.</p>\n\n\n\n<p>And so we used it for, primarily for home builders, and it was great. Discovered Advanced Custom Fields, tapped into that. Custom post types. It was a lot of fun for many years and I&#8217;ve worked for other agencies after that too, and my specialty has always been around extending as far as I can. Custom queries and forms, tapping into CRM and with APIs and all sorts of things. Anything that can be done with WordPress I was doing it, pretty much.</p>\n\n\n\n<p>[00:04:55] <strong>Nathan Wrigley:</strong> Are you self-taught then, or have you learned on the job? Or did you go through like a university program or something like that?</p>\n\n\n\n<p>[00:05:00] <strong>Johanne Courtright:</strong> Just learned on the job. Just looking for solution, and WordPress felt like it was a great fit. A lot of support online, a lot of documentation, just a lot of people providing enough documentation to be able to explore was very helpful. And there was Joomla and Drupal that was also contenders, but I didn&#8217;t like Drupal&#8217;s interface, and I wasn&#8217;t a fan of how unstable Joomla was from updating versions to versions. So for me, it was a pretty fast decision to go with WordPress.</p>\n\n\n\n<p>[00:05:35] <strong>Nathan Wrigley:</strong> I think WordPress is a really great thing to hang your coat on if you are learning, because there&#8217;s so much, like you said, documentation. So much of it is prebuilt, so you can just download a version of WordPress and dig in basically, and see how somebody else over many years, in the case of WordPress, 22 years, how that has been built.</p>\n\n\n\n<p>Whereas I always found when I was digging in, so this is prior to me using any CMS, I had those PHP books, paper books, where you try to learn. And you&#8217;d always learn from nothing and you&#8217;d have to start building up and anything that you did wrong, you kind of really didn&#8217;t know what was going on.</p>\n\n\n\n<p>And so I quickly moved into the CMS space, and probably a little bit like you, WordPress was able to scaffold my learning. And quite a lot of the things that I thought I wouldn&#8217;t be interested in, I could skip over. I don&#8217;t know, things like permissions and stuff. WordPress already did that, so I didn&#8217;t really have to worry about how all of that was taken care of. So it enabled me to learn more quickly. And then of course, there&#8217;s the whole community behind it, and knowledge bases and articles and that whole thing. So I well understand your story.</p>\n\n\n\n<p>However, you&#8217;ve gone in a much more developer direction, I think, than I ever did. Looking at the bits and pieces that you are doing now, I think it&#8217;s fair to say that you have become a really competent developer, not just with things like PHP and JavaScript, but also I think more recently with things like React as well. How are you finding all of that, the new React based WordPress? Is it still maintaining the interest or are you banging your head on the wall a lot?</p>\n\n\n\n<p>[00:06:58] <strong>Johanne Courtright:</strong> I started Gutenberg, I started to use it pretty much around the time it came out. I had a bit of a struggle because I had to learn React for it. I didn&#8217;t want to be left behind, so I really tried hard, took a course online to accelerate a bit of my learning. And then I faced a time where it was just too much work to be done.</p>\n\n\n\n<p>But the last agency I worked at, I started I think like four or five years ago, they were open. They wanted to tackle it. And so we&#8217;re a team of three to start, and we made like a core foundation of blocks that we needed over time, building off projects and versions.</p>\n\n\n\n<p>And so it was a lot of fun, but in the same time we were still stuck in the old world with ACF for some of it. And I wasn&#8217;t quite pleased on some of it, but I understand sometimes like the budget, because I&#8217;m allowed to be fully a hundred percent Gutenberg. So when I decided to start something on my own to solve those things, I went a hundred percent Gutenberg, Interactivity API, no jQuery as much as possible. I decided to dive in completely, a hundred percent, because I believed in it. I knew how to solve those issues.</p>\n\n\n\n<p>[00:08:11] <strong>Nathan Wrigley:</strong> Yeah, all of those things that you&#8217;ve mentioned, you know, things like custom fields and things like that, they&#8217;re really curious, aren&#8217;t they? I mean, they&#8217;re really interesting stuff that you can do there, and it&#8217;s very much time saving, but it does feel like in the future there are utterly different possibilities there. And blocks, and all of the different bits and pieces that we&#8217;ll get into that you are working on, afford the chance to build custom solutions for every single project, without necessarily relying on downloading a plugin. You know, writing a bit of code, which will achieve a bit of functionality for this particular block or that particular block.</p>\n\n\n\n<p>However, all of that stuff being said, and the sort of rainbow version that we&#8217;ve painted of Gutenberg, it&#8217;s pretty obvious to me that during the last few years, there must be parts of the block editor that you&#8217;ve found to be lacking. Because as we&#8217;re going to discover, you&#8217;ve got a project called Groundworx, which is an endeavor in lots of different ways to bring features into the block editor which you feel probably, I&#8217;m guessing you feel, should have been shipped a long time ago.</p>\n\n\n\n<p>And I think it&#8217;s fair to say that your endeavor here is not to create a new suite of blocks, which you would download and replace core blocks. You are trying to enhance the paragraph block or the whatever block it may be. So you&#8217;re taking the core block, adding functionality into it. Have I got that right? Is that the endeavor?</p>\n\n\n\n<p>[00:09:34] <strong>Johanne Courtright:</strong> I have some extra blocks, but I did enhance quite a bit of what was already there, but not too much that it would interfere if they were to ever support. I mean, I have to be cautious on what I&#8217;m adding. But essentially, if you take WordPress as is, it&#8217;s good enough for somebody who&#8217;s starting, but it&#8217;s not good enough for an agency.</p>\n\n\n\n<p>[00:09:57] <strong>Nathan Wrigley:</strong> What are the bits that you think are missing? And honestly, feel free to just dig deep here. I know for me what I found lacking, but it only maps to the things that I have had to do. But I&#8217;m curious what a different person having worked for agencies and built a suite of blocks, what are the, I don&#8217;t know, four, five different things that you really feel are missing?</p>\n\n\n\n<p>[00:10:15] <strong>Johanne Courtright:</strong> You have to be pixel perfect with agencies, and they work with break points, and in containers and whatnot. And so you have to really kind of like stretch it further. And you have to also provide user experience efficiencies, for example, colour palettes and things like that. So you have to make it easier. So having presets of colours that already predetermined based on their branding, is ideal. So they can choose those presets, it already applies all the colours and your set. And then they can still override each components, which is amazing. That was something very important.</p>\n\n\n\n<p>So efficiencies and ease of use was great. So a combination of some custom blocks, but a lot of pre-made templates that you can make for them, and colour palettes. So the more you embrace Gutenberg, the more you can make it happen. But if you have those solutions that are not quite fully Gutenberg, it becomes a little bit complex because you&#8217;re fighting Gutenberg.</p>\n\n\n\n<p>[00:11:13] <strong>Nathan Wrigley:</strong> Did you build your suite of blocks? And we&#8217;ll get into what that means in a minute, and we can highlight the different bits and pieces that you&#8217;ve got. But did you build that out of frustration or were there, I don&#8217;t know, particular things that a particular project needed that was pretty edge case that you thought you&#8217;d build? Or is this more a case of, okay, everybody needs these things, it&#8217;s curious that they&#8217;re missing in Core? What&#8217;s the approach? Is it kind of edge case stuff or is it more, everybody could benefit from these?</p>\n\n\n\n<p>[00:11:42] <strong>Johanne Courtright:</strong> It&#8217;s a little bit of everything. Most of the time, agencies would need those extra features I brought in. The problem is, I didn&#8217;t want to overwhelm normal users as well with so many options. And I think that&#8217;s where Gutenberg is shining essentially.</p>\n\n\n\n<p>The padding system, for example. It&#8217;s got increments, but it doesn&#8217;t have an overwhelming amount of like, this is the padding for this break point, this is the padding for this break point. But you can still tap into it by using clamp on your padding to adjust based on your screen resolution. So you can solve that problem without having to specify all those extra padding for each break point.</p>\n\n\n\n<p>So there&#8217;s a lot of different ways to set up your theme.json to compensate for the lack of extra features per breakpoint. And that&#8217;s what I&#8217;ve been doing. And my goal is to set up enough blocks and provide, I&#8217;ll have a theme.json that I want to share, so it&#8217;ll be easy for people to have a starting theme to start with. And I&#8217;m planning to release that for free. I was just, there&#8217;s a lot to be done and provide documentation. There&#8217;s just a lot. It&#8217;s hard to get everything done fast.</p>\n\n\n\n<p>[00:12:57] <strong>Nathan Wrigley:</strong> Yeah, no kidding. I mean, have you built your own themes then from the ground up, or do you tend to rely on, I don&#8217;t know, a default theme and then modify that?</p>\n\n\n\n<p>[00:13:06] <strong>Johanne Courtright:</strong> I actually prefer to use my own theme. In fact, coming from the old world, you would put everything in a theme. You would put just all your functionality. And then you learn over time that it&#8217;s probably better to have a plugin, but then you still had the crossover of the two dependencies. You have to be cautious to not crash your site if one wasn&#8217;t, like if you switched a theme or if you switch a plugin.</p>\n\n\n\n<p>And then Gutenberg made it easier to create that separation because you can set up, if you set up your theme properly, you can have essentially 90% of your theme set up in a way where it&#8217;s accent one for colour, accent two for colour base, and contrast. So if you label your things, your keys properly, all you have to do is change the values. Don&#8217;t change the key names. And just create labels that are meaningful. You can create another theme super easy from that initial theme by just changing those labels and those values, and leave the keys alone. Sure, you&#8217;ll have probably more colours on certain other themes, but your foundation will help you get there faster.</p>\n\n\n\n<p>[00:14:19] <strong>Nathan Wrigley:</strong> I know that many years ago when Full Site Editing, as it was called back then dropped, and so block themes became a thing. I know that there was a hope that it would, over a fairly short period of time, that it would replace what we&#8217;re now calling Classic Themes. There was this period of time where, you know, both were still massively in development. And I think the hope was that over time, Classic Themes would become more obsolete, and then block-based themes would become the default.</p>\n\n\n\n<p>It feels from where I&#8217;m standing now, so we&#8217;re recording this in December, 2025, it feels as if that kind of hasn&#8217;t really happened. That promise is still, we&#8217;re still somewhere in limbo. There&#8217;s a few people out there in the WordPress space who are promoting Full Site Editing and all of the things that that can do, but I also feel there&#8217;s a lot of people who are not willing to make that leap.</p>\n\n\n\n<p>And I guess part of the problem maybe is that it&#8217;s easy for somebody like you because you&#8217;re in it day in, day out. You know where every menu is. You know where to put the mouse to achieve the exact thing you want at the exact moment that you want. But I feel that for a novice user, maybe somebody who&#8217;s got the job of, I don&#8217;t know, finishing off a website or somebody who&#8217;s got the job of just tweaking a website once it&#8217;s been handed over, I think it&#8217;s really hard, and a lot of the interface is kind of counterintuitive.</p>\n\n\n\n<p>And when you stand over the shoulder, as I have done, of people who&#8217;ve never used WordPress before, and you watch them, you see them flailing around trying to figure out how it works, and you see the constant butting up against a UX problem. I don&#8217;t know when that moment&#8217;s going to be, where everything is all tied off and perfect, but it doesn&#8217;t seem like in the year 2025, the few weeks that we&#8217;ve got left, or anytime soon in 2026, as if the Classic Themes are going to go away.</p>\n\n\n\n<p>And I don&#8217;t know if that concerns you at all, because obviously you&#8217;ve really invested in all these blocks and theming and all of that kind of stuff. Does it bother you that this is still a problem that we haven&#8217;t solved?</p>\n\n\n\n<p>[00:16:18] <strong>Johanne Courtright:</strong> I think what&#8217;s out there right now, the third party, what they&#8217;re doing, I mean, they&#8217;re solving some issues, but they&#8217;re adding a whole new platform on another existing platform, and that&#8217;s why I don&#8217;t choose those solutions. I prefer embracing the Core vision and try to expand what&#8217;s already there.</p>\n\n\n\n<p>One of my struggles I have is that, let&#8217;s just pick Elementor. You have a lot of great options. I mean, for somebody who knows what they&#8217;re doing, it does a lot, but it also comes with a lot of extra bloat of divs and CSS that&#8217;s not quite built how I would&#8217;ve done it. You have to fight the styling. And WordPress does it so different now. With Gutenberg, it&#8217;s the opposite. It does very little, and it allows you to override all the classes. The way it&#8217;s built, it&#8217;s allowing you to override easily without having to use the important on the styling to override it.</p>\n\n\n\n<p>And I think that&#8217;s a major change of how you think, and how you approach theming in general. This is the way. This is the way how it should be done. And once I stopped fighting how the new way was, and understanding where they were heading with that, something clicked and it just like, yes, this is what I want, this is what I want. And I made that call that I&#8217;m not going back.</p>\n\n\n\n<p>No normal users want to touch Divi or Elementor. Somebody who doesn&#8217;t have the knowledge of basic CSS even, they don&#8217;t want to touch that. It&#8217;s overwhelming. They don&#8217;t know how to touch it. And in fact, they&#8217;re scared. And when you present them with Gutenberg, you give them an hour training over Zoom session, they are in love with it. They make edits themselves. They&#8217;re just happy. They rarely come back with more questions. They just know how to use it.</p>\n\n\n\n<p>[00:18:12] <strong>Nathan Wrigley:</strong> I think we&#8217;re fast approaching a period in WordPress when a lot of the admin UI is about to change. So there&#8217;s a lot of foundational work being put in at the moment to really modify it. So maybe some of that dissonance that users might face in the near future will go away. And maybe those kind of block-based themes, and Gutenberg use in general will spike. There certainly seems to be a lot of work being done in that regard anyway.</p>\n\n\n\n<p>Let&#8217;s just move on to some of the bits and pieces that you have been doing though. Because obviously there must be, well, dissatisfaction is the wrong word, but there&#8217;s obviously bits of the block editor where you feel that work could have been done differently.</p>\n\n\n\n<p>And so I&#8217;m going to point people in the direction of your work. So if you go to groundworx.dev, and worx is spelt with an X at the end. So it&#8217;s the word ground, and then WOR and then the letter X, dot dev. If you go there, you&#8217;ll be able to find the product menu. And if you hover over the product menu, you&#8217;ll be able to see a bunch of things called Groundworx core and things like that, Groundworx navigation.</p>\n\n\n\n<p>And I want to dwell on Groundworx core. So this is your endeavor to improve the blocks that WordPress offers, and offer some new ones and modifications to existing ones. Tell us what the philosophy behind this is then.</p>\n\n\n\n<p>[00:19:29] <strong>Johanne Courtright:</strong> So some of the more fun blocks where they have like animation and all that are custom blocks. But they&#8217;re flexible in the way they&#8217;re easy to set up, intuitive. But I think for me, offering the capability to someone who wants those type of things that are not offered, it&#8217;s not necessarily a frustration for those because it&#8217;s just in addition to, it&#8217;s nice to have, it&#8217;s not a must have, essentially. They&#8217;re really nice, already pre-made blocks with the inner blocks and content that you can change.</p>\n\n\n\n<p>One of the ones that are, I think, lacking, I know we have the accordion block that came in recently. Mine is different, where I can have an accordion, but I can also have a tab. A tab that can turn into an accordion based on a specific break point. So it won&#8217;t go from accordion, to tab, to accordion, back to tab at several different break points, but it will have one point where you&#8217;ll tell it to break.</p>\n\n\n\n<p>So you can have a tab that can turn into accordion, which is nice to have because, I mean, tabs are not very friendly, but you still want them. You still want them. They&#8217;re useful visually at larger desktops, but you don&#8217;t necessarily want to deal with tabs at a mobile, unless they&#8217;re very small text and very few. So you need something to shift that. And you want to keep consistency. With accordions that you already have, so it looks good altogether. So that&#8217;s what I created. I have an accordion, and a tab, but the tab can fall into an accordion as well. And when they do fall into an accordion, they all look consistent and the same.</p>\n\n\n\n<p>[00:21:13] <strong>Nathan Wrigley:</strong> So currently if you, I&#8217;ll put the link in the show notes by the way. So if you go to wptavern.com and you search for the episode with Johanne in, then you&#8217;ll find all of the show notes. It&#8217;s probably easier than me reading out URLs and what have you.</p>\n\n\n\n<p>Your kind of block suite falls into two main categories, as far as I&#8217;m concerned anyway. So you&#8217;ve got your purpose built 11 kind of custom blocks where you are doing something that Core didn&#8217;t do. Although we might discuss how Core might tackle some of those things in the near future.</p>\n\n\n\n<p>But then also, the bit that I find really interesting is the whole section where you&#8217;ve got extension to Core blocks. So as an example, I&#8217;ll give you some examples of things which, dear listener, if you don&#8217;t use Gutenberg, you may be surprised to know that the block editor currently does not do these things.</p>\n\n\n\n<p>So for example, you have the capacity to reverse the order of a stack, which is really nice. So you might want to just, I don&#8217;t know, put an image above something on a desktop. And then on mobile, you might just want to flip that, or you might just want to flip it because you are doing, I don&#8217;t know, copy and pasting rows, but you want the image left, image right, image left, image right, that kind of thing.</p>\n\n\n\n<p>You&#8217;ve also added in break points for certain widths. So for example, a tablet break point might be in there. You&#8217;ve got a full height sticky for the group block, which is nice and interesting as well. Three breakpoints for WordPress headings and paragraphs. That&#8217;s nice. So you could, I don&#8217;t know, change the font size or something like that depending on what you&#8217;re looking at.</p>\n\n\n\n<p>Column counts. So you&#8217;ve got the ability to have different breakpoints in the Core list block as well.</p>\n\n\n\n<p>You&#8217;ve got a whole thing about performance optimisation for the video block, and then you&#8217;ve got a responsive setting for any break point that you may set. I probably butchered all of that, but you get the idea. You&#8217;ve got a ton of stuff that you&#8217;ve built on top of Core WordPress blocks.</p>\n\n\n\n<p>Why do you, because I mean, all of that I guess is given away to everybody, but there&#8217;s got to be an expectation, I suppose, that some of this stuff will ship in Core. Does that bit worry you? Does it worry you that you put in all this hard work and then somebody maybe in the Core project thinks, oh, that&#8217;s a good idea, let&#8217;s add that to the roadmap and what have you.</p>\n\n\n\n<p>[00:23:16] <strong>Johanne Courtright:</strong> I mean, it&#8217;s always a worry when you release something for WordPress because everything is GPL, but it&#8217;s just part of the ecosystem. I mean, I reverse engineered their blocks to learn what I know now.</p>\n\n\n\n<p>[00:23:27] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s a good point. Yeah.</p>\n\n\n\n<p>[00:23:28] <strong>Johanne Courtright:</strong> And if they think it&#8217;s great idea then, you know, as long as they give me credit, I guess it&#8217;s fine.</p>\n\n\n\n<p>But I say, not everyone will need break points. I mean, this is really more like, I&#8217;d say agency type things that usually you want those things, those features. They&#8217;re nice to have, but break points are not necessarily, I have to have it kind of thing if you are just a normal user. It&#8217;s more, if you want fine tuning for, like if you&#8217;re a designer and you really want those fine tunings, then they&#8217;re there.</p>\n\n\n\n<p>[00:24:03] <strong>Nathan Wrigley:</strong> Does it kind of surprise you though that we are now, oh goodness knows how many years we&#8217;re into the Gutenberg project, but it&#8217;s many, many years. It&#8217;s more than you can count on one hand. Does it surprise you that this stuff is still missing? That somebody like you needs to build this functionality and, well, needs is maybe the wrong word, but desires to build this functionality. Does it surprise you that this kind of thing wasn&#8217;t in it when it shipped, that a layout system with all the break points taken care of and all of that completely customisable, does it still shock you that that isn&#8217;t there?</p>\n\n\n\n<p>[00:24:34] <strong>Johanne Courtright:</strong> I have not done a whole lot of research, but based on what I&#8217;ve read so far is there was no intention to support it. So that&#8217;s why I decided to do it because I was like, I&#8217;m not going to wait for them to do it because they&#8217;re not going to do it.</p>\n\n\n\n<p>[00:24:50] <strong>Nathan Wrigley:</strong> Yeah. So it was never something that was intended that was missing. It was just, it was never, literally never intended. So somebody needed to ship it. It&#8217;s kind of like that WordPress 80 20 rule. That&#8217;s the other curious thing about WordPress usage. Somebody like you and somebody like me who is constantly in there and fiddling the entire time, you kind of have this expectation that a lot of this stuff, oh, everybody would need this because I need it.</p>\n\n\n\n<p>But the reality is, I guess most people are just logging in, changing a piece of text, maybe uploading an image, writing a blog post, clicking publish, and they&#8217;re done. And they&#8217;re relying on their agencies who&#8217;ve got the CSS, JavaScript, all of that React expertise that can build all of the different bits and pieces for them. So maybe it&#8217;s just me obsessing about these things because I&#8217;m in there all the time and I can see how they&#8217;re missing.</p>\n\n\n\n<p>[00:25:36] <strong>Johanne Courtright:</strong> I think the way I build themes these days is like extremely light. It&#8217;s like, there&#8217;s a theme.json, there&#8217;s very little CSS and very, very little JavaScript. Everything is moved towards plugins. It&#8217;s really meant for colours, font types, branding type things. I have very little things in my themes these days because I believe that somebody who has a website and tomorrow they want a different theme, even for Christmas, and they decide, oh, I want a Christmas theme, should be able to do it easily by just swapping the theme.</p>\n\n\n\n<p>[00:26:13] <strong>Nathan Wrigley:</strong> Clicking a button and it should all work, yeah.</p>\n\n\n\n<p>[00:26:14] <strong>Johanne Courtright:</strong> Click a button, and all of a sudden it&#8217;s the new font, it&#8217;s the new palette colour, and it just works with minimal effort to just change anything or tweak anything. That&#8217;s how I see it. You shouldn&#8217;t have things that are baked in your theme where if you change your theme, now all of a sudden it&#8217;s not available for that theme. Don&#8217;t lock your clients into essentially a theme with features, and then they&#8217;re stuck with your theme.</p>\n\n\n\n<p>[00:26:45] <strong>Nathan Wrigley:</strong> Okay, so that&#8217;s an interesting way of kind of spinning my question around in a sense. That whole thing that we have with clients where we have scope creep, you offer something, they agree to it, and then there&#8217;s this whole thing after you&#8217;ve built what they wanted, where they say, oh, but can we have, and then can we have, and what about this? We&#8217;ve got this idea as well. But that&#8217;s not the intention. The project was what we said it was going to be.</p>\n\n\n\n<p>And so in a sense, the WordPress project is a little bit like that. You know, it&#8217;s not trying to be every feature for every human being who ever thought a thing could be achieved. It&#8217;s more, here&#8217;s the foundational stuff, and if you really want those things, well, either build it yourself or go and find somebody who has built that for you.</p>\n\n\n\n<p>That kind of makes a lot of sense, doesn&#8217;t it? You know, if you&#8217;ve got this foundational platform, and I know the 80 20 rule, like I said, applies within WordPress. If 80% of the people need it, then it comes onto the scope of Core, and if it doesn&#8217;t reach that then it really doesn&#8217;t belong in Core. That&#8217;s kind of interesting because that reframes the whole thing and makes what you are saying true.</p>\n\n\n\n<p>Most of the things that you&#8217;ve got, that you&#8217;ve built on top of Core, and again, I&#8217;ll direct people to the URL on the WP Tavern website. They probably aren&#8217;t for 80% of the people, they probably are for the 20%, the people like you, the developers, the designers who are building websites. The inexperienced people, the 80%, maybe they don&#8217;t need this stuff. That&#8217;s an interesting reframing of it.</p>\n\n\n\n<p>[00:28:07] <strong>Johanne Courtright:</strong> Yeah, most people will probably be satisfied with just the basic theme that comes with WordPress. It&#8217;s got enough patterns at this point to have a good starting foundation. We need to get away from overbuilding our blocks in such a way where they&#8217;re rigid, this is the only thing it can do.</p>\n\n\n\n<p>So when I build my blocks, I build in such a way the HTML can be moved around with grid system CSS, where I can move things because I built it in such a way that it&#8217;s very flexible. So all you have to do after that is just you create like some styling to accommodate that other different behavior that you want.</p>\n\n\n\n<p>[00:28:51] <strong>Nathan Wrigley:</strong> So we&#8217;ve spoken just then about the bits and pieces that, you&#8217;ve extended WordPress Core and we described all of those. But there&#8217;s obviously bits that you felt were entirely missing that you thought might be useful to have. As I said a moment ago, some of these maybe are things that, I don&#8217;t know, maybe you&#8217;ll drop in the near future, or perhaps you&#8217;ll tweak in different ways because you did say that your accordion block behaves differently. But I know that the accordion block is coming to Core and what have you.</p>\n\n\n\n<p>But you&#8217;ve got things like an Accordion Block, you&#8217;ve got an Accordion Panel Block, a Tabs Block, Tabs Panel Block, Media Section Block, Media Content Split Block, that&#8217;s interesting. Card block, Card Reveal Block and many others. This is, I guess, is this you sort of dogfooding projects that you&#8217;ve had in the past where a client has wanted a particular thing and you&#8217;ve thought, oh yeah, I&#8217;ve now built that, let&#8217;s see if we can sort of make it more generic and add it into your suite of blocks?</p>\n\n\n\n<p>[00:29:43] <strong>Johanne Courtright:</strong> Those are pretty much blocks that keeps happening and being reused over and over and over. And they kind of become your basic foundation, if that makes sense. And they usually solve 90%, 95% of what you need for a site is essentially what&#8217;s part of the Core, is how I solved it. Another one that I solved that is very similar to what WordPress does was the Core Navigation.</p>\n\n\n\n<p>[00:30:09] <strong>Nathan Wrigley:</strong> Oh, you&#8217;ve got a whole other thing there, haven&#8217;t you? Yeah, that&#8217;s interesting.</p>\n\n\n\n<p>[00:30:12] <strong>Johanne Courtright:</strong> Yeah, this one is completely free, so I mean, my navigation falls very similarly what WordPress does, where I have a custom post type, I have blocks in it, and essentially it will use those menus that I can reuse in different parts of navigations. And the major difference is that WordPress is only this big modal and then you have very little customisation. It can go left or right, I think center.</p>\n\n\n\n<p>[00:30:43] <strong>Nathan Wrigley:</strong> That&#8217;s more or less it really, isn&#8217;t it?</p>\n\n\n\n<p>[00:30:45] <strong>Johanne Courtright:</strong> Yes. And it is annoying because if you choose left or right, well, it also affects your desktop versus modal, I didn&#8217;t like that. But I did like the idea of having the blocks sitting into a custom post type. So mine in that way does that too. But I didn&#8217;t want to interfere with what WordPress had done, so I created my own custom post type for it. But I&#8217;m still following the same principle where I have my blocks sitting in that custom post types be shared so I can reuse them.</p>\n\n\n\n<p>[00:31:18] <strong>Nathan Wrigley:</strong> So you can use Core navigation blocks containing the pages and the posts and things like that. How do you build them up?</p>\n\n\n\n<p>[00:31:25] <strong>Johanne Courtright:</strong> Well, I essentially copied over the link and the sub menu and I brought over some of their features, because I did like how they were, but I changed the HTML in it and what it&#8217;s capable of doing. Had a couple different things. That allowed me the flexibility to create accordions, and all sorts of different things without having to worry about having, you know how some sites will have a mobile menu, but they&#8217;ll have the same menu for the desktop, but it&#8217;s like a clone, but you don&#8217;t see it. I didn&#8217;t want that. Everything had to be done from the same HTML structure, and all it had to do is just essentially fall back gracefully into that other mode. And what was important also for me was that it was all Interactivity API.</p>\n\n\n\n<p>[00:32:20] <strong>Nathan Wrigley:</strong> Oh, interesting. Okay, you&#8217;ve been leveraging that.</p>\n\n\n\n<p>[00:32:23] <strong>Johanne Courtright:</strong> Yeah. So they&#8217;re all leveraging that. I was inspired also by Gutenberg Times website to do the vertical menu.</p>\n\n\n\n<p>[00:32:31] <strong>Nathan Wrigley:</strong> Yes. Yeah, they&#8217;ve got the, I don&#8217;t know which theme they&#8217;re using, but that I think was a default theme. Was it 2020?</p>\n\n\n\n<p>[00:32:37] <strong>Johanne Courtright:</strong> I was like, this is different. I want one like that. So I did support it too.</p>\n\n\n\n<p>[00:32:41] <strong>Nathan Wrigley:</strong> Yeah, I see that. So on your navigation block, one of the options is to have this kind of full height column, which you can invoke and the menu, I guess slides out, but it then collapses back into that full size column. Have you had much feedback on that? Because it, I always worry that that&#8217;s going to consume quite a bit of the real estate when it&#8217;s not being invoked. Whereas, you know, a little hamburger icon, which is sitting at the top of the screen is obviously not consuming anything once you&#8217;ve scrolled past the navigation menu. Does it stay there all the time? If you&#8217;re not using the menu at that moment, does it live there all the time or, how does it work?</p>\n\n\n\n<p>[00:33:14] <strong>Johanne Courtright:</strong> The bar stays there all the time. It&#8217;s up to you to add links that are useful in terms of what you&#8217;re doing. But, yes, it does stay there. It takes a little bit of the space, but it&#8217;s fine. You can choose also at what break point it will be sitting at the top instead.</p>\n\n\n\n<p>[00:33:34] <strong>Nathan Wrigley:</strong> Oh, I see. Got it. Right. There is an option to remove it. Yeah, yeah, yeah. Okay.</p>\n\n\n\n<p>[00:33:38] <strong>Johanne Courtright:</strong> Yeah. So you&#8217;re not, let&#8217;s just say you wanted to stop doing that at laptop or something, or tablet, then you just choose the option and it will just break to the other one at the top instead.</p>\n\n\n\n<p>[00:33:49] <strong>Nathan Wrigley:</strong> Okay. And you&#8217;ve built a suite of blocks, so six at the moment that work in concert together to build that. So you&#8217;ve got the Navigation Block, which I&#8217;m guessing is kind of the wrapper for that, I&#8217;m not sure. But then you&#8217;ve got the Branding Block, which I presume holds logos and things like that. The Menu Block, which is the responsive bit where you can display stack menu items and things like that. Sub Menus, which I guess allows you to create those accordions where there&#8217;s a parent item, but things hidden underneath. A Link Block where you can just add a single thing, which I guess isn&#8217;t inside any other navigation anywhere. And then a spacer block, just something to create a bit of breathing room to separate one thing from another. And those six things, you just build in your custom post type, and once you&#8217;ve built them there, you can then invoke it and construct it entirely in the block editor.</p>\n\n\n\n<p>You see this kind of stuff is really cool and really clever. Just the idea that you can build that in a, in this GUI, the block editor. Build it, style it, do all of the bits and pieces that you need to make it look nice inside the settings panel. It&#8217;s so great. The promise of Gutenberg delivered, really. This is the kind of stuff that it was always supposed to do, but people only seem to be getting to it now.</p>\n\n\n\n<p>[00:34:57] <strong>Johanne Courtright:</strong> You know, you did ask me a few times if there was a feature I wish was in WordPress, and I do have one right now. Theme.json, you can specify specific colours for your buttons and your texts, your background, but I wish there was a way for us to set up other variables or some other things to specify more colours. So for example, my navigation, I have a lot more colours than two. I wish there was a way for me to set those up instead of using CSS and then the variable name and then manually injecting those.</p>\n\n\n\n<p>[00:35:34] <strong>Nathan Wrigley:</strong> Right. Overriding things. Yeah.</p>\n\n\n\n<p>[00:35:36] <strong>Johanne Courtright:</strong> Allow me to have custom keys or something where I can just say, oh, put your colours here, and then it will just generate whatever it needs to do. So if there was a way for me to have a block and specify, say, this is going to be the selector, this is the selector and this is the key. And then in the theme.json, all the person has to do is set up the key and the colour and it just applies it. That would be a nice feature.</p>\n\n\n\n<p>[00:36:04] <strong>Nathan Wrigley:</strong> Yeah, it&#8217;s curious, you know, if for example, I was to go to, I don&#8217;t know, Squarespace or something like that and build my website with their technology, I guess there&#8217;s an expectation that what you get is what you get. This is it. You know, you pay your $20 a month or whatever it may be, I have no idea, and the features that you have are what you have. Maybe you can put in a support request somewhere and ask for another feature, but basically it&#8217;s very unlikely, I imagine, to happen.</p>\n\n\n\n<p>Whereas just about everybody on the developer side of things, fiddling with WordPress, is constantly coming up with new ideas and different ways it can be adapted. And so there&#8217;s always this sense of, oh, I could build this thing into it, or I could do, and so it kind of breeds, not dissatisfaction, that&#8217;s the wrong word, but a curiosity for what it could do.</p>\n\n\n\n<p>So you&#8217;ve just given a perfect example there. You&#8217;ve got this use case, which I don&#8217;t think I would probably make much use of. I think I&#8217;m probably happy with the two colours, but clearly in your scenarios that&#8217;s a way that you would like to adapt it.</p>\n\n\n\n<p>And that&#8217;s why the platform is so cool. Maybe at some point somebody will listen to that request and will implement that for you in Core. If not, you maybe have to suffer the CSS load that you&#8217;ve got in the meantime. But that is really what separates it. You know, we&#8217;ve got this idea that, if you contribute, and you put your ideas in and you show up and you, you know, you offer your time, then that kind of stuff can be changed.</p>\n\n\n\n<p>[00:37:28] <strong>Johanne Courtright:</strong> I have to say, I know that it creates a lot of friction at the moment and how they&#8217;re guarding and guiding very specifically. And they&#8217;re clear in their vision and they want to follow that vision, and it creates some frustration for some people who want things done differently. But I appreciate that they&#8217;re doing that because it was a long term project. The frustration probably comes from, I wish it was there, what it is today, many years ago, when it came out. But I do appreciate that there&#8217;s somebody with a vision who stick to their vision because I think it&#8217;s the right way.</p>\n\n\n\n<p>[00:38:10] <strong>Nathan Wrigley:</strong> Yeah, and interestingly, everybody else&#8217;s vision can also be lived. So, you know, there&#8217;s a variety of different page builders, and I know that&#8217;s not your thing, but it is the thing of many millions of people. They love that, and that&#8217;s their preferred way of doing it. You can&#8217;t do that on these other proprietary platforms. There isn&#8217;t a different entire UX and UI that you can inject into it, but we have that, you know? And if you want to use a page builder, or you want to use whatever it is that you want to use, that&#8217;s the way it is.</p>\n\n\n\n<p>I suppose the only thing we&#8217;ve got to be mindful of is the flame was that sometimes occur. You know, people saying, well, my tool is the best tool. Anybody else that&#8217;s using anything else is missing out or what have you, or maybe stronger language than that. And just recognise that, well, the reason that you can do that is because there&#8217;s this foundational stuff, the WordPress Core.</p>\n\n\n\n<p>[00:39:00] <strong>Johanne Courtright:</strong> They&#8217;re allowing it.</p>\n\n\n\n<p>[00:39:01] <strong>Nathan Wrigley:</strong> Yeah, and it&#8217;s allowing you to have that, and you don&#8217;t have to use Gutenberg. But it does feel, it really does feel as if in the latter part of 2025, it does feel as if there&#8217;s a little bit more excitement around the Block Editor and the different bits and pieces. I don&#8217;t know if you&#8217;ve picked up on that, but there seems to be more stories. There seems to be more people shipping products that latch onto the block editor. Yours obviously is an example of that.</p>\n\n\n\n<p>[00:39:24] <strong>Johanne Courtright:</strong> The biggest hurdle is to learn it&#8217;s a different mindset, different language, it&#8217;s different in so many ways. There&#8217;s just too much to learn to jump from old way to new way. And it&#8217;s very overwhelming for a lot of people. It&#8217;s very, very overwhelming.</p>\n\n\n\n<p>[00:39:45] <strong>Nathan Wrigley:</strong> Genuinely don&#8217;t know how we bridge that gap, to be honest, because I think you&#8217;re right. If you&#8217;ve been familiar with using WordPress in its classic form, then it is, it&#8217;s seismic. But more or less, every developer that I know has at least some curiosity in Gutenberg and things like that, so probably.</p>\n\n\n\n<p>[00:40:00] <strong>Johanne Courtright:</strong> Once people fully decide to embrace it and take the time to reverse engineer and understand it, they&#8217;re like, oh, wow. All the cool stuff I can do. Yes. You know? And they change their mind completely. It&#8217;s a bit challenging because I mean, even like, let&#8217;s just say Tailwind, which is the CSS framework. I mean, it&#8217;s great. Tailwind is amazing, but when you start trying to use it with WordPress, that&#8217;s another one that fights WordPress. I stopped using it. I&#8217;m just going with SCSS and I build my own stuff. Now I have very little CSS into my blocks and it&#8217;s just, there&#8217;s no real point to have CSS framework in WordPress. You don&#8217;t need that.</p>\n\n\n\n<p>[00:40:44] <strong>Nathan Wrigley:</strong> I&#8217;m going to pivot the subject a little bit, and it&#8217;s because of a tweet that I saw yesterday, I believe it was. A friend of mine tweeted that he&#8217;s yet to see a block solution. So I don&#8217;t think that those were the words that he used, but he&#8217;s yet to see an out and out successful business built on top of blocks. So the example might be that, for example, on WordPress Core, you&#8217;ve got all of these really successful products. So you&#8217;ve got things like Gravity Forms and things like that, that have made real, they&#8217;ve got a real stable business going on. And he was questioning, have we seen that with blocks yet?</p>\n\n\n\n<p>So you are trying to make that happen. You are trying to sell a commercial product. I know that there&#8217;s, free versions and things like that, but you&#8217;re trying to sell a commercial product. How is that? What is the landscape for that at the moment? Because I&#8217;m guessing it&#8217;s not like you are printing money at the moment. I don&#8217;t know how difficult that is and whether or not it&#8217;s been the fountain of cash that maybe you&#8217;d hoped it would be.</p>\n\n\n\n<p>[00:41:44] <strong>Johanne Courtright:</strong> I don&#8217;t expect it to be a fountain of cash. I love what I do. I do it for myself first, and if other people happen to enjoy it, then But if they don&#8217;t, that&#8217;s fine, I&#8217;m using it.</p>\n\n\n\n<p>[00:41:59] <strong>Nathan Wrigley:</strong> That&#8217;s very sanguine approach. I think his thought when he made that tweet is that maybe we&#8217;re on the cusp of something. Because it feels like there&#8217;s a certain speed that the flywheel needs to achieve before people become really interested in it. I&#8217;m not sure that that has yet happened. But give it some more time, give it some more interesting products, some more attention, some more marketing and what have you. And definitely a lot of the stuff shipping in 6.9, which is actually coming out today. And then 7 next year, and all of the AI bits and pieces that are going to be put in as well. You never know. Maybe with a fair wind, we&#8217;ll be printing money for you.</p>\n\n\n\n<p>[00:42:38] <strong>Johanne Courtright:</strong> I do have a message for Matt if he listens. He needs to work on his plugin and themes website. It&#8217;s not usable at the moment. It doesn&#8217;t leave room for new development, new plugins to be seen. It needs to be feeling more like a community.</p>\n\n\n\n<p>I come from a background where I did a lot of desktop customisation. We had featured skins and themes and wallpapers and there was, people were excited. There was somebody reviewing. Think about it about how Apple does their Apple store, where they had like featured apps. Somebody went and tested a few of those plugins and featured them. They pick them. We need more, something like that.</p>\n\n\n\n<p>We also need to have a better search. Search is awful. It&#8217;s all stuffed keywords. And if you&#8217;ve been around for a while, if you&#8217;re new, there&#8217;s no way for you to rank for anything. There needs to be true categories and easier ways to find what you&#8217;re looking for.</p>\n\n\n\n<p>[00:43:37] <strong>Nathan Wrigley:</strong> Do you know, that&#8217;s a whole interesting other conversation, isn&#8217;t it? Maybe we&#8217;ll have that one time. But I get what you mean. When the iPhone came out, don&#8217;t know if you sort of remember or go back that far, but when the iPhone came out, it was this curious but beautiful object that had a lovely screen and could play songs and things. But the moment the app store came along for the iPhone, that&#8217;s I think when it became really interesting.</p>\n\n\n\n<p>And it does feel with the advent of blocks, like there&#8217;s an opportunity similar to that in that WordPress is no longer just these plugins and themes. We&#8217;ve got this whole other thing now, these blocks, these mini applications if you like, which really in many ways have full capabilities like plugins would do. And being able to surface those and find a block or a.</p>\n\n\n\n<p>[00:44:26] <strong>Johanne Courtright:</strong> You should be able to set, are you supporting Gutenberg? Is it using jQuery? Is it using those basic little things like check, check, check? And if some people are looking for those things, they should be able to find you.</p>\n\n\n\n<p>Right now it&#8217;s useless. It&#8217;s very useless, even for me looking for a plugin. Most of the plugins I found these days are because I use Google or AI, or there&#8217;s other means, but it&#8217;s very hard to find. I don&#8217;t even rank in the first 40 some pages for my navigation, so it&#8217;s ridiculous. Look for navigation, you won&#8217;t find me.</p>\n\n\n\n<p>[00:45:04] <strong>Nathan Wrigley:</strong> Okay, so maybe that&#8217;s work to be done in 2026. But hopefully somebody has heard your plea there and you never know. If they have and they want to reach out to you, well, obviously we know that you&#8217;ve got the Groundworx with an X, .dev website. Is there another place where you hang out online that people could find you if they wanted to have a chat?</p>\n\n\n\n<p>[00:45:23] <strong>Johanne Courtright:</strong> I&#8217;ve been hanging out a lot on X these days. I get a lot more response there. It seems to be WordPress community hangs out there a lot, so I think that&#8217;s going to be my platform of choice for a while.</p>\n\n\n\n<p>[00:45:36] <strong>Nathan Wrigley:</strong> Okay. In which case, into the show notes, along with the links to all of the bits and pieces that we mentioned, I will bury the link to Johanne&#8217;s X profile as well, so you can go and connect there.</p>\n\n\n\n<p>Thank you so much for chatting to me today. It&#8217;s really interesting getting your insight into all of the bits and pieces that you&#8217;ve done extending Gutenberg, but also all of the bits and pieces that you&#8217;ve done with new stuff as well. Go check it out. It&#8217;s Groundworx.dev. Johanne, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:46:01] <strong>Johanne Courtright:</strong> Thank you for inviting me. Thank you so much. It was great.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/groundworxdev\">Johanne Courtright</a>.</p>\n\n\n\n<p>Johanne started working with WordPress back in 2011, moving over from a background in marketing agencies, Dreamweaver, and static HTML sites. Over the years, she’s become a skilled developer, focusing on extending WordPress through custom queries, forms, integrations with APIs, and increasingly, harnessing the power of the block editor and React.</p>\n\n\n\n<p>Johanne talks about her journey from the classic world of agency WordPress development to embracing Gutenberg, and the challenges and wins along the way. She shares her experience in building custom blocks and enhancing existing ones to better serve agencies, things like improved breakpoints, color palettes, responsive designs, and navigation, all of which aren’t offered in Core yet. These features come together in her growing open-source project, Groundworx.</p>\n\n\n\n<p>We talk about the shifting landscape from classic themes to block-based themes, and why, even in 2025, a lot of agencies and users are still hesitant to make the leap fully. Johanne explains where the block editor falls short for her use, and how Groundworx aims to plug these perceived gaps with a foundation of flexible, performant, agency-focused blocks and templates.</p>\n\n\n\n<p>You’ll hear about her approach to building modular themes with theme.json, the realities of client work and scope creep, and how the 80/20 rule shapes what belongs in Core and what’s best handled by plugins.</p>\n\n\n\n<p>We also get into the challenge of discovery in the WordPress plugin ecosystem, her wishlist for Block Editor improvements, and her take on the future of block-based businesses in WordPress.</p>\n\n\n\n<p>Whether you’re a developer eager to modernise your workflow, or just curious about extending Gutenberg for real-world use, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://groundworx.dev/products/groundworx-core/\">Groundworx Core</a></p>\n\n\n\n<p><a href=\"https://groundworx.dev/products/groundworx-navigation/\">Groundworx Navigation</a></p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com\">Gutenberg Times</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: Dries OSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/12/dries-oss/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:734:\"<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>A more accurate framing would be that Fizzy is <a href=\"https://en.wikipedia.org/wiki/Source-available_software\">source available</a>. You can read it, run it, and modify it. But DHH&#8217;s company is keeping the SaaS rights because they want to be able to build a sustainable business. That is defensible and generous, but it is <em>not</em> open source.</p>\n</blockquote>\n\n\n\n<p>Dries Buytaert follows up <a href=\"https://ma.tt/2025/12/dhh-open-source/\">on my response to DHH</a> with <a href=\"https://dri.es/source-available-is-not-open-source-and-that-is-okay\">&#8216;Source available&#8217; is not open source (and that&#8217;s okay)</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Dec 2025 03:13:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Open Channels FM: Growth, Hackathons, and Gratitude Lessons from an Eventful 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=113334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://openchannels.fm/growth-hackathons-and-gratitude-lessons-from-an-eventful-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"Zach Stepek and Carl Alexander recap their 2025 experiences, highlighting personal growth, industry events, business developments, and health journeys. They emphasize gratitude and reflect on goals for a promising 2026.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2025 14:36:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: DHH &amp;amp; Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2025/12/dhh-open-source/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4992:\"<p>I might have a new prayer: God, give me confidence of DHH <a href=\"https://x.com/dhh/status/1996627792008827342\">claiming his proprietary license is Open Source</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-150790\" height=\"179\" src=\"https://i0.wp.com/ma.tt/files/2025/12/dhh-tweet-1024x303.png?resize=604%2C179&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>37signals/Basecamp has a great new product called <a href=\"https://www.fizzy.do/\">Fizzy</a>, whose brilliance and innovative qualities are being distracted from by its co-creator David Heinmeier Hansson’s insistence on calling it open source. &#8220;One more thing&#8230;  Fizzy is open source and 100% free to run yourself.&#8221;</p>\n\n\n\n<p>Thanks to Freedom of Speech, DHH is free to describe his proprietary software as Open Source, a form of <a href=\"https://ma.tt/2025/10/greenwashing/\">greenwashing</a>, and even though he wants to “Well akshually” <a href=\"https://x.com/codejake/status/1996629945150591448\">denigrate those saying why this is BS</a>, we as free citizens are free to explain why, despite how fast he talks and confident he sounds, he’s not always right.</p>\n\n\n\n<p>Myself and other “Actually Open Source” leaders (including DHH) who release software under licenses that meet <a href=\"https://opensource.org/osd\">a common definition of Open Source</a> benefit from decades of prior art and an incredible foundation that lays out the philosophy and definition of what defines open source.</p>\n\n\n\n<p>For the layperson, though, it might be helpful to break things down in an analogy of authoritarian vs democratic regimes, or a core question of who holds the power.</p>\n\n\n\n<p>Proprietary licenses may grant things that feel like freedoms; for example, Fizzy’s O’Saasy license lets you download the source code, run it yourself, modify it, and <a href=\"https://github.com/basecamp/fizzy\">use a public bug tracker, and you can see the software&#8217;s source control history</a>. That’s cool! Also, in the past several years, there have been Middle Eastern countries that have just now allowed women to drive cars. That’s great! However, as a free person choosing to use this software, or choosing to live in a country, you have to ask yourself: Am I still free?</p>\n\n\n\n<p>No, you’re not. You are allowed to do some things that are in and of themselves good, but ultimately, it’s not built on a foundation of <a href=\"https://ma.tt/2014/01/four-freedoms/\">an inalienable right </a>or constitution; it’s at the whim of the leader. <a href=\"https://www.fizzy.do/license\">O’Saasy license has this restriction</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>No licensee or downstream recipient may use the Software (including any modified or derivative versions) to directly compete with the original Licensor by offering it to third parties as a hosted, managed, or Software-as-a-Service (SaaS) product or cloud service where the primary value of the service is the functionality of the Software itself.</p>\n</blockquote>\n\n\n\n<p>Oh wow, I can’t compete with the leader. In how they choose to operate their business today, or however they might choose to in the future. My freedoms are at their whim. This violates rule 5 of the OSI definition of Open Source: “The license must not discriminate against any person or group of persons.”</p>\n\n\n\n<p>I’d like to choose software and live in a society that doesn’t discriminate.</p>\n\n\n\n<p>It’s not uncommon for people trying to take away your freedom to want to use the same words as those in truly free societies. North Korea calls itself the Democratic People&#8217;s Republic of Korea. Why? <a href=\"https://www.google.com/search?q=why+does+north+korea+call+itself+democratic\">Per Google&#8217;s AI</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Socialist Definition of Democracy</strong> During the Cold War, the Soviet Union and its allies used &#8220;democracy&#8221; to mean &#8220;people&#8217;s power&#8221; through a single ruling party, representing the working class, as opposed to the multi-party &#8220;bourgeois&#8221; democracy of the West. North Korea adopted this lexicon, as did other communist states like the German Democratic Republic (East Germany).</p>\n</blockquote>\n\n\n\n<p>Yeah, really democratic. In that sense, you can say O&#8217;Saasy is an “open” “source” license. Perhaps a bubble of people will agree with you. But the rest of the world will use common sense and see that as a <strong>fraud</strong>. And most disappointingly for <a href=\"https://37signals.com/\">37signals</a>, a company that prides itself on high integrity, it&#8217;s <strong>false advertising</strong>.</p>\n\n\n\n<p>(For what it&#8217;s worth, <a href=\"https://x.com/photomatt/status/1996353545717924209\">I tried to resolve this quietly with Jason Fried a few days ago</a>.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Dec 2025 05:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Happy Birthday Kinsey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/12/kinsey-70/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3384:\"<p>Yesterday I had the great honor and privilege of attending a colleague’s 70<sup>th</sup> birthday party. You may not have heard his name before, but <a href=\"https://kinsey.nyc/\">Kinsey Wilson</a> has been at the center of shaping journalism with a movie-worthy career that started at the bottom as a crime reporter in Chicago, and has taken him to the highest echelons at NPR, the New York Times, and, most recently, we’ve been lucky to have him at Automattic.</p>\n\n\n\n<p>Kinsey brings a journalistic curiosity and passion for finding truth, paired with a deep optimism and creativity for seeing around the corner for how technology can transform how we consume and produce media.</p>\n\n\n\n<p>While <a href=\"https://en.wikipedia.org/wiki/Kinsey_Wilson\">his Wikipedia page</a> or <a href=\"https://kinsey.nyc/about/\">biography</a> provides appetizers to some of what he&#8217;s done, Kinsey has led such a rich and beautiful life that any attempt to summarize it ends up being criminally reductive. The best you can hope for is to give a taste of his person through vignettes.</p>\n\n\n\n<p>A beautiful snippet from the montage of accolades at his birthday was how Kinsey was someone you’d follow into battle. I’ve learned so much from seeing the empathy, candor, and integrity he brings to every team he leads, which engenders an incredible loyalty I&#8217;ve rarely seen in my career. When he left NPR, 62 colleagues made <a href=\"https://web.archive.org/web/20141107124059/http://www.infinitekinsey.com/playlist/\">an “Infinite Kinsey” website of accolades</a>. </p>\n\n\n\n<p>That sort of thing is rare, and it’s been an honor and a privilege to work alongside him to democratize publishing.</p>\n\n\n\n<p>One of those colleagues, <a href=\"https://elisehu.com/\">Elise Hu</a>, introduced us while he was at the New York Times and while my intention when I first met him was to get more WordPress at the Times, my imagination was sparked by thinking of how he could bring his experience to help shape WordPress and Automattic, hence my pivot into recruiting him.</p>\n\n\n\n<p>Kinsey&#8217;s impact on journalism (and podcasting!) at NPR and New York Times is easy to understand, but less well-known is how he came into Automattic and got deep into understanding WordPress and seeing it as a platform that could enable the newsrooms and journalists to accomplish their mission in a more efficient way with the project he leads, <a href=\"https://newspack.com/\">Newspack</a>. </p>\n\n\n\n<p>He’s a fierce steward of the <a href=\"https://en.wikipedia.org/wiki/Fourth_Estate\">Fourth Estate</a>. </p>\n\n\n\n<p>Newspack and its team’s close relationship to customers invents solutions on top of WordPress that delight its users and percolate and influence everything we do at <a href=\"https://automattic.com/\">Automattic</a>. They&#8217;re one of the teams that sets the bar for others in the company.</p>\n\n\n\n<p>To Kinsey, I’ll leave you with a quote from one of my other inspirations, Charlie Munger, who at the <a href=\"https://www.wsj.com/finance/investing/charlie-munger-life-final-years-berkshire-7c20c18e\">tender age of 99 shared a wish with a visitor</a>, <em>“Oh, to be 86 again.”</em></p>\n\n\n\n<p>I’ll try not to be too tech-bro optimist and say that 70 is the new 40, but I look forward to seeing the ripples that you have on the future of publishing for many years to come. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 07 Dec 2025 21:37:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Matt: Self-driving\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://ma.tt/2025/12/self-driving/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1455:\"<p>There has been some lovely writing about self-driving this week, first in the New York Times where <a href=\"https://www.nytimes.com/2025/12/02/opinion/self-driving-cars.html\">Jonathan Slotkin makes the medical case for autonomous vehicles</a>. But I was really taken by <a href=\"https://www.economist.com/finance-and-economics/2025/11/27/self-driving-cars-will-transform-urban-economies\">The Economist&#8217;s look at how self-driving cars will transform urban economies</a>. It&#8217;s behind a paywall. I enjoyed how they thought about the second-order effects of self-driving.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>America is home to 1m taxi and bus drivers, as well as over 3m truck drivers—adding up to 3% of the working population. Other potential losers are less obvious. Without car accidents there will, for instance, be less demand for personal-injury lawyers. If people stop buying cars, dealers and used-car salesmen will go. </p>\n</blockquote>\n\n\n\n<p><span style=\"margin: 0px; padding: 0px;\">It&#8217;s fascinating to think a few chess moves down the line, for example, fewer personal-injury lawyers funding politicians might lead to some form of <a href=\"https://en.wikipedia.org/wiki/Tort_reform\" target=\"_blank\">Tort Reform</a>, an area of society that, like gun control, has centrist changes most Americans would agree with, but has been captured by special intere</span>sts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Dec 2025 23:54:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: AI Native\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2025/12/ai-native/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"<p>James LePage has a great write-up, <a href=\"https://j.cv/sotw-2025/\">SOTW 2025:The Year WordPress Became AI-Native</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Dec 2025 05:47:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Gutenberg Times: State of the Word,  WordPress 6.9 “Gene”, Playground Year-Review —  Weekend Edition #352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=43310\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://gutenbergtimes.com/state-of-the-word-wordpress-6-9-gene-playground-year-review-weekend-edition-352/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28795:\"<p>Hi there, </p>\n\n\n\n<p>How did the upgrade to WordPress 6.9 go for you and those around you? Did anything break? Or are you waiting for 6.9.1 to come out? </p>\n\n\n\n<p>Once in a while I get a question on how I keep up with the fast progress and the vast range of updates in Gutenberg and WordPress Core. Here is one source of information I am grateful for: Contributors working on the Gutenberg project started posting their so-called <a href=\"https://github.com/WordPress/gutenberg/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22%5BType%5D%20Iteration%22\">&#8220;Iteration for WordPress 7.0&#8221;</a> issues on GitHub. I bookmarked this list and once in a while I will check up on the progress, especially when I get lost in the weeds of single PRs and need to align again on big picture goals. It&#8217;s not a comprehensive list, though. </p>\n\n\n\n<p>From the conversations at State of the Word 2025, I learned that the community is embracing the educational initiatives of Campus Connect and WordPress Credits. Seeing more generations stream into the ecosystem warms this perpetual community organizer&#8217;s heart.  Equally exciting is the foundational work the AI Team has accomplished to ready the ecosystem for the era of Artificialle Interlligence (AI) when LLMs and helper agents elevate research, publishing and amplification for people. </p>\n\n\n\n<p>What did stand out for you after watching the State of the Word video? Email me or leave a comment. </p>\n\n\n\n<p>Below is another walk-through of the buzz around block editor, plugins and Playground. Enjoy, and have a wonderful weekend. </p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2025/12/gene/\"><strong>WordPress 6.9 &#8220;Gene&#8221;</strong></a> was released during State of the Word 2025, with most of the release leads present at the in-person event. You can <a href=\"https://youtu.be/U_DF4-23C8Q?si=3Y2KdtWyKasFJD7p&amp;t=2495\">revisit the moment on YouTube</a>  41:35  minutes into the recording, with the demonstration of the major features by Matias Ventura. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-43463\" height=\"341\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Release-Edition-Featured-Image-6.9-scaled-1.webp?resize=652%2C341&#038;ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<p><strong>Nicholas Garofalo</strong> wrote <a href=\"https://wordpress.org/news/2025/12/sotw-2025/\"><strong>State of the Word 2025: Innovation Shaped by Community</strong></a>. Matt Mullenweg and Mary Hubbard, our Executive Director, delivered WordPress&#8217;s yearly update, which included an exciting live launch of WordPress 6.9. The keynote dug into how we&#8217;re mixing in AI with features like the Abilities API and MCP adapter, highlighted the awesome growth of our global community across 81 WordCamps, and showed off cool tools like Telex that help you create AI-powered blocks. Some major highlights were new collaboration features, upgraded developer APIs, and more ways to connect learners around the globe to opportunities on the open web.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rae Morey,</strong> The Repository, reports on the annual keynote in detail in her post <a href=\"https://www.therepository.email/state-of-the-word-2025-ai-education-and-a-community-holding-steady-through-a-rollercoaster-year\"><strong>State of the Word 2025: AI, Education, and a Community Holding Steady Through a “Rollercoaster” Year</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>You can watch the entire <strong><a href=\"https://youtu.be/U_DF4-23C8Q?si=3Y2KdtWyKasFJD7p&amp;t=2495\">State of the Word</a></strong> event on YouTube. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>James Le Page</strong> elaborated in <a href=\"https://j.cv/sotw-2025/\"><strong>SOTW 2025:The Year WordPress Became AI-Native</strong></a> how WordPress delivered four foundational AI components in version 6.9, six months after forming its first dedicated AI team. The Abilities API creates unified registries for AI agents, while the WP AI Client provides provider-agnostic LLM interfaces. The MCP Adapter exposes capabilities externally, and the AI Experiments Plugin demonstrates practical implementations. Looking ahead, version 7.0 will introduce client-side abilities and a Workflows API for chaining actions, positioning WordPress to remain central as AI reshapes content consumption and creation across the open web.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><img alt=\"🔥\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f525.png\" style=\"height: 1em;\" /> Save the Date! <strong>January 13, 7pm UTC</strong> Join  James LePage and Jamie Marsland for a hallway hangout on all things WordPress AI. If you are interested, <a href=\"https://x.com/pootlepress/status/1996927536865906896\">comment on the tweet</a> or ping Jamie Marsland. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://x.com/pootlepress/status/1996927536865906896\"><img alt=\"\" class=\"wp-image-43458\" height=\"365\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Jamie-James-WordPress-AI.jpeg?resize=652%2C365&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <strong><a href=\"https://www.youtube.com/watch?v=ysRLeRGOZko&amp;t=1s\">WordPress 6.9 Is Out! The Main Features You Need to Know</a></strong>, Karol Kroll gives you a walk-through of the new version on his YouTube channel. </p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Maddy Osma</strong>n reported on <a href=\"https://wordpress.com/blog/2025/12/02/wordpress-6-9-for-site-owners/\"><strong>What’s New for Bloggers, Creators, and Site Owners</strong></a> in WordPress 6.9. and highlights collaboration tools like block-level notes and hide-show toggles, new creative blocks including Accordion and Term Query for enriched storytelling, plus performance improvements loading styles on demand. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://make.wordpress.org/core/2025/12/01/ability-to-hide-blocks/\"><strong>Ability to Hide Blocks in WordPress 6.9</strong></a>, <strong>Aki Hamano</strong>, sponsored triage co-release lead, shared more detail about this new WordPress features and how to disable it. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rhys Wynne</strong> discussed the release of <a href=\"https://dwinrhys.com/2025/12/03/wordpress-6-9-released-what-new-features-are-there/\"><strong>WordPress 6.9</strong></a>, noting it contains more visible features compared to version 6.8. He highlights three key improvements: the Notes,; the Accordion block, and the Command Palette. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On the Hostinger Blog, <strong>Bud Kraus</strong> explained the <strong><a href=\"https://www.hostinger.com/blog/wordpress-6-9\">many features of WordPress 6.9</a></strong>, highlighting Notes, Accordion and Terms Query blocks and the Command Palette. Kraus emphasizes developer enhancements like the Abilities API, improved Block Bindings, and removal of legacy Internet Explorer code. He notes this release marks the official start of Phase Three collaboration features while balancing practical user improvements.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Carlo Daniele</strong> reported on the latest WordPress release for Kinsta. In <a href=\"https://kinsta.com/blog/wordpress-6-9/\"><strong>New features, new blocks, new APIs: here is what’s new in WordPress 6.9</strong></a>, he discusses key features like the Command Palette, Notes, and new blocks. He also covers updates for developers, including the streaming block parser, custom Social Link icons, the Abilities API, Block Bindings, and improvements to the Interactivity API and DataViews.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Earlier this week, I worked on the release of Gutenberg 22.2. You can read my release post on the Make Blog: <a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/\"><strong>What’s new in Gutenberg 22.2 (03 December)?</strong></a>. The highlights are: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/#cover-block-video-embeds\">Cover block video embeds</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/#breadcrumbs-block-enhancements\">Breadcrumbs block enhancements</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/#styling-options-for-the-math-block\">Styling options for the Math block.</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/#other-notable-highlights\">Other Notable Highlights</a>, like Button block pseudo-state styling and DataViews upgrades.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://make.wordpress.org/core/2025/12/03/whats-new-in-gutenberg-22-2-dec3/\"><img alt=\"Use video from YouTube for your cover background. \" class=\"wp-image-43446\" height=\"416\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/gb-22-2-embed-1.png?resize=652%2C416&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/17.0.2/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode is <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-125-wordpress-6-9-gutenberg-22-1-and-gutenberg-22-2/\">Gutenberg Changelog #125 – WordPress 6.9, Gutenberg 22.1 and Gutenberg 22.2</a> with <strong>JC Palmes</strong>, WebDev Studios</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><img alt=\"Gutenberg Changelog 125 with JC Palmes and host Birgit Pauli-Haack\" class=\"wp-image-43283\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/11/Screenshot-2025-11-28-at-18.19.29.png?resize=652%2C186&#038;ssl=1\" width=\"652\" /></figure>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-rich is-provider-pocket-casts wp-block-embed-pocket-casts\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins and Tools for #nocode site builders</h2>\n\n\n\n<p><strong>Bernhard Kau</strong>, a PHP developer from Berlin and community organizer, started an <a href=\"https://kau-boys.com/category/advent-calendar\">Advent Calendar</a> to showcase recommended plugins. The Dec. 3 edition featured <a href=\"https://kau-boys.com/4252/advent-calendar/block-editor-reverse-columns-on-mobile-a-small-block-options-plugin\"><strong>Block Editor: Reverse Columns on Mobile – a small block options plugin</strong></a>. He likes it for its ability to solve mobile layout issues with just 250 lines of code, managing columns, group blocks, and media-text arrangements. Instead of needing to add custom CSS classes manually, the plugin uses simple checkboxes to order image and text correctly on mobile and supports RTL languages and various flex layouts. While some believe fewer plugins are better, Kau prefers targeted solutions that do exactly what he would code himself, making features easy for content editors on no-code sites without overcomplicating the functionality. If you need a guide through the forest of plugins in the WordPress ecosystem you should follow Bernhard Kau&#8217;s blog. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jake Spurlock</strong> <a href=\"https://jakespurlock.com/2025/12/placeholders-ad-wireframing/\"><strong>released Placeholders, a WordPress plugin</strong></a> that simplifies wireframing ad layouts by offering fourteen Gutenberg blocks for common IAB advertising sizes. Each block shows clean wireframe-style placeholders with accurate dimensions, customizable colors, and alignment options, all without needing an actual ad setup. This free plugin empowers designers and developers to create mock placements for design phases, client presentations, and layout testing. Future updates may add custom sizes, layout templates, and ad management features. The <a href=\"https://wordpress.org/plugins/placeholders/\">plugin is available</a> on the WordPress repository.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Joop Laan</strong> has created a new plugin called <strong><a href=\"https://wordpress.org/plugins/inline-context/?preview=1\">Inline Context</a></strong>. It adds expandable tooltip popovers to your content for easy definitions, references, and clarifications without interrupting reading. You can highlight text, provide rich-text explanations, and categorize notes with custom icons and colors. This plugin is great for editorial sites, documentation, and research platforms. It&#8217;s fully keyboard-accessible and ready for translation. Laan also offers a <a href=\"https://wordpress.org/plugins/inline-context/?preview=1\">live preview of the plugin in Playground</a> to see it in action.</p>\n\n\n<div class=\"ng-block-3ecf95b5d11fa68e wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #fdfcea; border-radius: 12px;\"><div class=\"ng-block-b0045c81fd66e8a2 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. </p></div></div></div></div>\n\n<div class=\"ng-block-d8d943f1f5b145a3 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>The previous years are also available: <br /><strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p>Last month, <strong>JuanMa Garrido</strong> and <strong>Jonathan Bossenger</strong> invited user to the <a href=\"https://wordpress.tv/2025/12/02/developer-hours-wordpress-6-9-block-bindings-interactivity-api/\"><strong>Developer Hours: WordPress 6.9 Block Bindings &amp; Interactivity API</strong></a>. The recording is now available on WordPress TV. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>Ronald Huereca</strong> discusses the <a href=\"https://dlxplugins.com/tutorials/how-to-manage-the-admin-wide-command-palette-in-wordpress-6-9/\">Admin-Wide Command Palette</a> which now operates in the entire admin area with CMD/CTRL-K. He shows how to disable the palette selectively using the wp-core-commands script handle, enable it on the frontend, and create custom commands using React hooks and registerPlugin. Huereca includes code snippets for different contexts—block editor only, admin excluding editor, or both—and suggests using separate script endpoints for new commands in existing block plugins to prevent iframe issues.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>Brian Coords</strong> shared a tutorial on <a href=\"https://www.briancoords.com/building-a-woo-product-category-image-block-with-wordpress-6-9/\"><strong>creating a Woo Product Category Image Block with WordPress 6.9</strong></a>, using the Block Bindings API and a new Terms Query Loop to show product category images without custom blocks. The method registers bindings using PHP on the server to get term meta thumbnails and uses JavaScript for the editor preview through WooCommerce&#8217;s data package. A block variation allows for easy insertion. Coords mentions this solves issues where taxonomy term images aren&#8217;t standard in WordPress, but he notes the increasing clutter in the block inserter due to more specialized variations.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.briancoords.com/building-a-woo-product-category-image-block-with-wordpress-6-9/\"><img alt=\"\" class=\"wp-image-43444\" height=\"344\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Screenshot-2025-12-06-at-10.04.14.png?resize=652%2C344&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<p><strong>Felix Arntz</strong> <a href=\"https://www.linkedin.com/posts/felixarntz_many-people-have-asked-me-over-the-past-few-activity-7400592023696867328-xeDW?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAAkKaoBHI9qqM4OcmXfJb1QeGFMlLI6W4o\">address on LinkedIn</a> frequently asked question, on how he built the Gutenberg-like UI in his <a href=\"https://wordpress.org/plugins/ai-services/\">AI Services</a> plugin for WordPress. In a new npm package called<a href=\"https://www.npmjs.com/package/wp-interface\"> <strong>wp-interface</strong></a> he provided an abstracted solution anyone can use to get started integrating it into their plugins. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On his livestream, <strong>Jonathan Bossenger</strong> tested WordPress 6.9 and showed <strong><a href=\"https://www.youtube.com/watch?v=TKG11gdQEoo\">how to use its Block Bindings updates in a custom plugin</a></strong>. He explored custom post types and meta fields, worked with block bindings, and updated custom fields. Watch him solve debugging issues, add a year field, and improve a custom plugin.</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>In his blog post <a href=\"https://alex.kirk.at/2025/11/29/wordpress-development-without-a-computer/\"><strong>WordPress Development Without a Computer</strong></a>, <strong>Alex Kirk</strong>, long time WordPress contributor, outlines how he envisions AI-assisted fixes on the fly on a WordPress site. &#8220;With AI coding assistants that run in the browser—like Claude Code, OpenAI Codex, GitHub Copilot Workspace, or similar tools—combined with WordPress Playground for testing, you can now do WordPress plugin development without a computer.&#8221; Kirk provides a step-by-step instructions on how to make it possible today.  </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his livestream, <strong>JuanMa Garrido</strong> discussed the <strong><a href=\"https://www.youtube.com/watch?v=hlbT0fnIe8E\">Interactivity Router</a></strong> package, highlighting its ability to load content without full page reloads. He demonstrated client-side navigation in query loop blocks and interactive lightbox behavior. The session included enabling client-side navigation, performance comparisons, and practical API documentation examples.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://www.youtube.com/watch?v=hlbT0fnIe8E\"><img alt=\"\" class=\"wp-image-43455\" height=\"335\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/JuanMa-Garrido-interactivity-router.jpeg?resize=600%2C335&#038;ssl=1\" width=\"600\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-s-new-in-playground\">What&#8217;s new in Playground</h3>\n\n\n\n<p>In this <a href=\"https://make.wordpress.org/playground/2025/12/03/wordpress-playground-2025-year-in-review/\">2025 Year in Review</a>, Playground architect <strong>Adam Zieliński</strong> lists transformative achievements including supporting ninety-nine percent of WordPress plugins, running PHPMyAdmin and Laravel alongside substantial performance gains through OpCache and concurrent workers. New PHP extensions like XDebug enable modern debugging workflows while state-of-the-art MySQL emulation powers comprehensive database management. Developer tools now include file browsers, Blueprint editors, and one-click Gutenberg branch previews. </p>\n\n\n\n<p>The community contributed translations across six languages, earned forty-eight contributor badges, and demonstrated Playground at WordCamps globally, establishing it as essential infrastructure for testing, teaching, and building WordPress.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://playground.wordpress.com\"><img alt=\"Playground default screen. \" class=\"wp-image-43442\" height=\"350\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/12/Screenshot-2025-12-06-at-09.49.53.png?resize=652%2C350&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n<div class=\"ng-block-3f2c0aa007f75e25 wp-block-newsletterglue-container ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div class=\"ng-block-vs ng-block-vs-1\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div><div><div class=\"ng-block-hs ng-block-hs-1\" height=\"0\" style=\"width: 0px;\"></div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 20px; padding-bottom: 20px; padding-left: 0px; padding-right: 0px; text-align: none; color: #666666; background-color: #f8f8f8; border-radius: 8px;\"><div class=\"ng-block-4047f4ee20624aee wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review.</p></div></div></div></div>\n\n<div class=\"ng-block-b829f170ea7a5bb2 wp-block-newsletterglue-image ng-block size-full is-resized\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\"><a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\"><img alt=\"\" class=\"wp-image-42874 ng-image\" height=\"45\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/02/Screenshot-2025-11-15-at-12.06.44.png?resize=196%2C45&#038;ssl=1\" style=\"border-style: none; border-color: transparent;\" width=\"196\" /></a></div></div></div></div>\n\n<div class=\"ng-block-2e776f072b081259 wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 16px; font-family: Helvetica; line-height: 1.6; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience.</p></div></div></div></div></div><div class=\"ng-block-hs ng-block-hs-2\" height=\"0\" style=\"width: 0px;\"></div></div><div><div class=\"ng-block-vs ng-block-vs-2\" colspan=\"3\" height=\"0\" style=\"height: 0px;\"></div></div></div></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n<div class=\"ng-block-91aa2f3068420eb2 wp-block-newsletterglue-separator ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"center\" class=\"ng-block-td\" style=\"padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; color: #666666;\"><hr style=\"background-color: transparent; color: transparent; margin: 0; border: 0; border-top: 1px solid #666666; width: 560px; height: 0;\" /></div></div></div></div>\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\"><div class=\"ng-block-c3eced267e2cdddc wp-block-newsletterglue-text ng-block\" style=\"color: #666666;\" width=\"100%\"><div><div><div align=\"none\" class=\"ng-block-td\" style=\"font-size: 14px; font-family: Helvetica; line-height: 0.2; font-weight: normal; padding-top: 8px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; text-align: none; color: #666666;\"><p><strong>Featured Image: </strong></p></div></div></div></div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Dec 2025 03:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: Unifi 5G\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2025/12/unifi-5g/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1187:\"<p>One of my favorite hobbies is home networking and wifi, and once you go down that rabbit hole one of the best companies you can follow is <a href=\"https://ui.com/\">Unifi</a>. They&#8217;re such a cool company in so many ways, from having a <a href=\"https://ir.ui.com/company/board-of-directors\">4-person board of directors</a>, as a public stock. You can clearly tell they delight in bringing great design to hardware, in a Apple-like attention to detail. </p>\n\n\n\n<p>They ship such cool products regularly, across an entire ecosystem that spans cameras to access control, it&#8217;s hard to describe everything they can cover, and they&#8217;ll even have random stuff that integrates into their system like EV charging or digital signage. I get as excited when they ship a new generation of hardware as I do for an iPhone launch.</p>\n\n\n\n<p>But what&#8217;s exciting is that they just launched <a href=\"https://blog.ui.com/article/introducing-unifi-5g\">5G bridging, with some fun devices that connect everything</a>. I imagine someday I&#8217;ll have a Unifi puck hooked up to Starlink, providing amazing routing and connectivity anywhere in the world, powered by some PoE battery.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Dec 2025 05:34:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WordPress.org blog: State of the Word 2025: Innovation Shaped by Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2025/12/sotw-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28824:\"<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>State of the Word 2025 brought the WordPress community together for an afternoon that felt both reflective and forward-moving, blending stories of global growth with technical milestones and glimpses of the future. This year also marked the twentieth State of the Word since the first address in 2006, a milestone noted in the WordPress history book <a href=\"https://wordpress.org/book/2015/11/wordcamp-2006/\"><em>Milestones: The Story of WordPress</em></a> as the beginning of a tradition that has helped the project tell its own story.</p>\n\n\n\n<p>From the outset, the keynote carried a sense of momentum shaped by thousands of contributors, educators, students, and creators whose steady participation continues to define the open web. It was a reminder that WordPress is more than software. It is a community writing its future together.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>What we have is more than code. It’s momentum, it’s culture, and it’s a system that lets people learn by doing and lead by showing up.  — <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a>, WordPress Executive Director</p>\n</blockquote>\n\n\n\n<p>Mary opened the evening by reflecting on her first full year as Executive Director, a year spent listening deeply and seeing firsthand how people across regions learn, contribute, and lead. Her remarks grounded the keynote in the lived reality of a community that grows because people invest in one another, teach openly, and build trust through contribution.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I’ve met people using WordPress to unlock new careers. I’ve met contributors who started a single translation or forum post and are now leading major pieces of the project. In LatAm, Europe, and the States, I’ve seen students get access to WordPress tools and start building faster than we could have ever imagined. I’ve watched communities build in public, resolve disagreements in the open, and collaborate across languages and time zones.</p>\n</blockquote>\n\n\n\n<p>That reflection offered a clear reminder of what makes WordPress resilient through change: a culture of showing up, learning by doing, and supporting others along the way. The project moves forward because people choose to participate in ways both large and small, strengthening the foundation that has carried WordPress for more than two decades.</p>\n\n\n\n<p>With that foundation in place, the keynote moved through a series of stories and demonstrations that highlighted where WordPress stands today and where it is headed next — from a historic live release of WordPress 6.9 to expanding global education pathways, emerging AI capabilities, and deeper collaboration across the entire ecosystem.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress by the Numbers</h2>\n\n\n\n<p>Project Cofounder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> began with a wide-angle view of the project’s growth. WordPress powers over 43% of the web, with 60.5% of the CMS market. Shopify, its nearest competitor, holds 6.8%. Among the top 1,000 websites, WordPress’s share climbed to 49.4%, up 2.3% from the previous year.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Globe graphic noting 43% of websites and 60.5% CMS market share\" class=\"wp-image-19500\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-43.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Multilingual usage continued its strong rise. Over 56% of WordPress sites now run in languages other than English. Japan stood out, with WordPress powering 58.5% of all Japanese websites and 83% of the CMS market. Japanese became the second most-used language on WordPress at 5.82%. Spanish followed, then German, French, and Brazilian Portuguese.</p>\n\n\n\n<p>The plugin ecosystem saw explosive growth. The directory surpassed 60,000 plugins, and plugin downloads were on pace to reach 2.1 billion by year-end. Over 1,500 themes have been released this year as well.</p>\n\n\n\n<p>Contributors also hit new highs. The 6.8 release included 921 contributors, the largest group yet. WordPress 6.8 saw 79.5 million downloads, up 13%, and WordPress 6.9 included contributions from 230 first-time contributors and more than 340 enhancements and fixes.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Release Moment to Remember</h2>\n\n\n\n<p>This year’s keynote delivered something WordPress had never attempted before: a live on-stage release of <a href=\"https://wordpress.org/download/releases/6-9/\">WordPress 6.9</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"WordPress 6.9 Gene album cover art\" class=\"wp-image-19511\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-gene.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Mary set the moment up earlier in the program, calling WordPress 6.9 “fast, polished, and built for collaboration.” She explained that it reflected a year of intentional iteration, improved workflows, and deeper cross-team participation. </p>\n\n\n\n<p>Matt took the stage with some of the release leads, the release button in hand. The room counted down, and then WordPress 6.9 shipped live, instantly updating millions of sites around the world. It was both a celebration and a testament to the reliability and trust the WordPress community has built into its release processes. Shipping a major version of WordPress in real time, on stage, without drama, is something the early contributors could hardly have imagined.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Photo of WordPress release leads pressing the button to release 6.9\" class=\"wp-image-19457\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/release-leads.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>That reflection connected back to WordPress’s origin story. Matt talked about discovering the <a href=\"https://en.wikipedia.org/wiki/WordPress#History\">B2</a> forums, asking questions, and eventually reaching the point where he could answer someone else’s. That transition from learner to contributor remains at the heart of the project today. Two decades later, WordPress has grown from those early interactions into a platform that can ship a major release in front of the world, powered by thousands of contributors building together.</p>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress and the Future of AI</h2>\n\n\n\n<p>As the keynote shifted toward the future, Matt acknowledged what has become an essential truth of the moment: it would be impossible to talk about the next chapter of WordPress without talking about AI. He reminded the audience that in 2022, long before ChatGPT entered global conversation, he encouraged the community to “learn AI deeply.” The speed of change since then, he said, has exceeded every expectation, and WordPress has been preparing for it in ways both visible and behind the scenes.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Timeline of AI: 2022 ChatGPT launches, 2023 GPT-4 and Claude launches, 2024 Multimodel and video generation, 2025 AI everywhere\" class=\"wp-image-19510\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-AI.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Matt introduced one of the most important architectural developments of the year: the Abilities API and the MCP adapter. The Abilities API defines what WordPress can do in a structured way that AI systems can interpret, while the MCP adapter exposes those abilities through a shared protocol. This means AI agents — whether built by individuals, companies, or larger platforms — can understand and interact with WordPress safely and predictably. Instead of relying on one-off integrations or brittle interfaces, WordPress now participates in a broader ecosystem of tools that can query its capabilities and perform tasks using a standard, governed approach.</p>\n\n\n\n<p>Matt then highlighted how developers are already using AI in their everyday work through tools like Cursor, Claude Code, and next-generation CLIs. These tools can explore entire codebases, generate documentation, produce tests, refactor large components, and even coordinate sequences of WP-CLI commands. For many developers, they expand what a single person can accomplish in an afternoon. They don’t eliminate the need for human judgment — they amplify it.</p>\n\n\n\n<p>With that foundation laid, Matt turned the audience’s attention to <a href=\"https://telex.automattic.ai/\">Telex</a>, the experimental environment designed to turn natural-language prompts into Gutenberg Blocks. Telex has already moved beyond experimentation and into real use. Matt showed examples from community creator Nick Hamze, who uses Telex to power micro-business tools that represent practical, revenue-generating workflows that previously required custom engineering.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"2160\" src=\"https://wordpress.org/news/files/2025/12/Telex-demo-776.mp4\" width=\"3840\"></video></figure>\n\n\n\n<p>Matt then widened the lens to show what companies across the ecosystem are building with AI. Hostinger’s Kodee can generate a complete WordPress site from a single description. Elementor AI demonstrated similarly rapid creation inside its own editor, producing full sections and layouts in seconds. WordPress.com showcased how its AI tools help users draft, rewrite, and refine content while keeping language aligned with the site’s voice. Yoast demonstrated how AI can support SEO workflows by generating structured suggestions and improving readability. Together, these examples illustrated that AI is not arriving in one place — it is arriving everywhere.</p>\n\n\n\n<p>Experimental browsers can navigate WP Admin autonomously, performing tasks such as clicking buttons, opening menus, changing settings, and performing multi-step tasks without requiring any custom plugins or APIs. This raised a key question that Matt encouraged the community to consider: Which AI capabilities should live inside WordPress itself, and which should remain external, operating through the browser or operating system?</p>\n\n\n\n<p>Matt closed the section by discussing WordPress-specific AI benchmarks and evaluation suites. These shared tests will measure how well AI systems understand and execute WordPress tasks, from enabling plugins to navigating WP Admin to modifying content and settings. The goal is to create a foundation where future AI tools behave predictably and responsibly across the entire ecosystem, giving creators confidence that intelligent tools understand the platform deeply.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Community Growing Together</h2>\n\n\n\n<p>Mary then returned to the stage to celebrate the ecosystem that supports WordPress&#8217;s growth. Across continents, diverse groups of people have hosted WordPress events, training new contributors and welcoming newcomers into the project. WordCamp growth in 2025 reflected that: more than 81 WordCamps across 39 countries, powered by over 5,000 volunteers and attended by nearly 100,000 people, with sixteen more events still underway.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19503\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wordcamps.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Education played a major role in this community expansion. Learn.WordPress.org served over 1.5 million learners this year, with clearer pathways into more structured programs like <a href=\"https://wordpress.org/education/campus-connect/\">Campus Connect</a> and <a href=\"https://wordpress.org/education/credits/\">WordPress Credits</a>. This bridging was deliberate. Many learners arrive through tutorials or workshops but need clearer guidance on how to deepen their skills. By reshaping navigation and improving wayfinding across WordPress.org, the project began closing that gap.</p>\n\n\n\n<p>She spotlighted <a href=\"https://make.wordpress.org/community/2025/09/29/wordpress-and-higher-education-an-alliance-that-transforms/\">Costa Rica’s Universidad Fidélitas</a>, where WordPress moved beyond extracurricular interest into formal academic integration. Long before signing an agreement with the WordPress Foundation, their students were hosting WordCamp San José, forming student clubs, and treating WordPress as a crucial part of digital literacy and professional development.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19505\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-photo.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Students of the WordPress Fidélitas Club</figcaption></figure>\n\n\n\n<p>Wapuu appeared across events as a familiar companion and a cultural thread running through contributor tools and community projects. Its presence was a reminder that creativity and playfulness are as essential to open source as documentation or code.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Various Wapuu artwork examples\" class=\"wp-image-19506\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-wapuu.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Matt highlighted the story of <a href=\"https://events.wordpress.org/managua/2025/wordpress-youth-day/\">Youth Day in Managua, Nicaragua</a>. Seventy-five young people spent a full day building their first WordPress sites. Sessions were taught by teenagers, for teenagers. They learned to pick themes, customize layouts, create contact forms, and publish content. Contribution often starts with a simple moment of confidence, and those early sparks can shape entire careers.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"2160\" src=\"https://wordpress.org/news/files/2025/12/wapu-513.mp4\" width=\"3840\"></video></figure>\n\n\n\n<p>Together, these moments illustrated a project expanding not just in numbers, but in depth, diversity, and global reach. WordPress is growing because communities are finding their own ways to embrace it.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s New in WordPress 6.9</h2>\n\n\n\n<p>Joining virtually, WordPress Lead Architect, <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a>, shifted the keynote from vision to practice. Matías offered a detailed walkthrough of what makes WordPress 6.9 one of the most refined, collaborative, and forward-looking releases the project has shipped in years. He returned to the four familiar lenses of creation — writing, designing, building, and developing — and showed how each evolved in this release cycle.</p>\n\n\n\n<p>He began with notes in the Block Editor, one of the most anticipated features. Notes allow collaborators to comment directly on individual blocks in a post or page. When a note is selected, the surrounding content subtly fades, helping contributors stay focused on context. Because notes are built on WordPress’s native comment system, they integrate seamlessly with existing communication workflows, including email notifications. Matías highlighted that notes development exemplified collaboration at its best, with contributors from various companies working together to bring the feature to life.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>From there, he turned to refinements across the writing and design experience. Editor interactions feel smoother and more consistent. Patterns behave more predictably. Spacing and typography controls are clearer, more organized, and more intuitive. Together these capabilioties make the experience of writing and designing inside WordPress calmer, more reliable, and more empowering.</p>\n\n\n\n<p>Block bindings now provide a more intuitive, visual way to connect blocks to dynamic data sources. Users can switch or remove bindings with a single click, and developers can register additional sources to support custom workflows. This work lays the foundation for a future where dynamic data flows more naturally through blocks, enabling site creators to build richer interfaces without writing code.</p>\n\n\n\n<p>On the developer front, Matías focused on three foundational upgrades that represent major steps forward in how WordPress will evolve over the coming years.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The first was the <strong>Abilities API</strong>, a unified registry that describes what WordPress can do — across PHP, REST endpoints, the command palette, and future AI-driven interactions.</li>\n\n\n\n<li>The <strong>HTML API</strong> introduces new ways of working with and modifying HTML server-side. The API ensures safer, more reliable handling, lowering the barrier for theme and block developers who work with dynamic or structured markup.</li>\n\n\n\n<li>The <strong>Interactivity API</strong> delivers smoother, faster interactions without requiring heavy JavaScript frameworks. Improved routing, better state management, and clearer conventions help developers create rich, modern interfaces without leaving the WordPress philosophy of simplicity and flexibility.</li>\n</ul>\n\n\n\n<p>After Matías wrapped his presentation, Matt stepped back in to highlight several developments that build on the foundations of 6.9 and strengthen the overall WordPress ecosystem. He pointed first to the <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check Plugin</a>, a tool designed to help developers align with current WordPress standards and catch common issues early, making plugins more reliable for users and easier to maintain over time. Matt then spoke about ongoing progress in <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a>, noting improvements to the <a href=\"https://wordpress.org/plugins/wordpress-importer/\">WordPress importer</a> that make it easier for people to bring their content into WordPress without disruption or loss, an important step toward ensuring the open web remains portable and resilient. He also highlighted advances across the <a href=\"https://playground.wordpress.net/\">Playground</a> ecosystem, including <a href=\"https://developer.wordpress.com/studio/\">WordPress Studio</a>, the Playground CLI, and an expanding set of Blueprints. These allow developers and learners to spin up complete WordPress environments in seconds, test ideas, and experiment without servers or configuration. Matt closed this portion by emphasizing work on safer updates, which help WordPress avoid partial installs and ensure that updates complete smoothly even in less predictable hosting conditions, reinforcing WordPress’s commitment to stability as the platform continues to grow.</p>\n\n\n\n<p>Matt emphasized that WordPress 6.9 is not defined by any single headline feature, but by a broad spectrum of refinements across the entire experience. It is a release that deepens reliability, expands capability, and sets the stage for future innovation.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Insights from the AI Panel</h2>\n\n\n\n<p>The keynote transitioned into a live AI panel moderated by Mary Hubbard. The panel brought together four perspectives from across the ecosystem: <a href=\"https://profiles.wordpress.org/isotropic/\">James LePage</a> (Automattic), <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> (Google), and <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> (Fueled, FKA 10up), and Matt Mullenweg. Their conversation touched on the philosophy, practice, and future of AI inside WordPress — not as a distant trend, but as an active part of the project’s evolution.</p>\n\n\n\n<p>A central theme was AI’s ability to amplify human creativity. James LePage put it plainly:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It’s not that we’re going to just add sparkle buttons everywhere. We’re going to do some crazy stuff here — things we’re going to build into the way you interact with creating content, with expressing yourself digitally. We want to give you more power, more control, and make you more effective at creating.</p>\n</blockquote>\n\n\n\n<p>Jeff Paul echoed this sentiment, emphasizing that AI should make developers more productive by handling repetitive work and freeing them to focus on higher-level decisions. Felix Arntz expanded the idea further, describing how Google sees AI as a way to make the web more accessible and intuitive, especially for new creators who may not have formal technical training.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-19462\" height=\"572\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/panel.jpg?resize=1024%2C572&#038;ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\">From left to right: Mary Hubbard, Matt Mullenweg, Jeff Paul, Felix Arntz, James LePage</figcaption></figure>\n\n\n\n<p>Looking ahead, the panelists predicted deeper contextual integrations, AI-assisted debugging and scaffolding for developers, and workflows where agents can take on sequences of tasks while remaining directed by human decisions. They also highlighted the importance of standards, shared protocols, and privacy-focused design as essential components of WordPress’s long-term approach.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The next 20 years looks like WordPress remaining what it is today, which is the center of the open web.</p>\n</blockquote>\n\n\n\n<p>The panel closed on a forward-looking but steady note. AI is accelerating, but WordPress is designing its foundations with flexibility and values that endure. The tools may change, but the commitment to openness, agency, and creative freedom remains the compass.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Questions That Push Us Forward</h2>\n\n\n\n<p>Matt introduced the Q&amp;A as one of his favorite parts of State of the Word because it reveals what people are imagining, struggling with, or eager to build.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Q&amp;A\" class=\"wp-image-19512\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/State-of-the-Word-2025-QandA.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>The first question addressed the growing interconnectedness of today’s web. What happens, a participant asked, when a major provider like Cloudflare goes down? As tools and agents rely more heavily on external services, failures can cascade. Matt acknowledged that outages are increasingly visible, but also argued that each one strengthens the system.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;Every failure, every edge case, everything that you never imagined is just another opportunity to find that new edge case,” he said. Resilience is not avoidance of failure, but the ability to grow stronger after it.</p>\n</blockquote>\n\n\n\n<p>Another question focused on the longevity of web content. With platforms shutting down or links breaking over time, how can creators ensure their work endures? Matt pointed to the Internet Archive as one of the great stabilizers of the open web. He highlighted a <a href=\"https://wordpress.org/plugins/internet-archive-wayback-machine-link-fixer/\">new plugin</a> that automatically scans posts and replaces dead links with archived versions, helping preserve the historical fabric of the web even as individual services come and go.</p>\n\n\n\n<p>The next question turned to real-time collaboration inside WordPress. A participant asked how co-editing fits into the future of WordPress and how these tools might help creators work more confidently. Matt talked about how collaboration tools can support people who are just starting their creative journeys — whether they are entrepreneurs, students, or first-time site builders. He described real-time editing as part of a broader vision of WordPress “just doing the work for you” in high-pressure or early-stage creative moments.</p>\n\n\n\n<p>The final question considered long-term decision-making. Matt noted that predicting what will change is difficult, but identifying what will remain the same is much easier. For WordPress, he said, the invariant is clear: people will always want agency, openness, and the ability to publish on their own terms. These values guide decisions not only in the present, but across decades of future evolution.</p>\n\n\n\n<h2 class=\"wp-block-heading\">TBPN Podcast Appearance</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>After the Q&amp;A, the keynote shifted gears with a live crossover segment featuring TBPN (the Technology Business Programming Network), a tech-focused podcast. The segment introduced a lively, unscripted energy into the room.</p>\n\n\n\n<p>The hosts kicked things off by asking Matt what the “word of the year” should be. He chose “freedom”, connecting it directly to the core philosophy of open source. He described open source licenses as a kind of “bill of rights for software,” giving users inalienable rights that no company can revoke. In a world increasingly shaped by software platforms and digital ecosystems, these freedoms form the heart of what keeps the web open and accessible.</p>\n\n\n\n<p>Conversation then moved to <a href=\"https://www.beeper.com/\">Beeper</a>, the multi-network messaging client. Asked whether Beeper aims to “tear down walled gardens,” Matt rejected that framing. Instead, he offered a more collaborative metaphor: bringing gardens together. Most people have friends and colleagues scattered across WhatsApp, Instagram, LinkedIn, Messenger, and SMS. Beeper doesn’t replace those apps — it brings messages together into a unified interface..</p>\n\n\n\n<p>The conversation eventually returned to publishing. Matt referenced the same principle he noted earlier: the importance of identifying what won’t change. For WordPress, he said, that means doubling down on freedom, agency, and the ability to publish without gatekeepers. Even as AI evolves, even as platforms shift, even as new tools emerge, these are the values that will guide the project forward.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Building the Web We Believe In</h2>\n\n\n\n<p>As the keynote drew to a close, Matt returned to a message that had threaded through every section of the evening. The future of WordPress is not arriving from outside forces — it is being crafted, questioned, tested, and expanded by the people who show up. Contributors, students, educators, community organizers, designers, developers, business owners, and first-time site builders all play a role in shaping the platform.</p>\n\n\n\n<p>He spoke about the opportunities ahead: new tools that expand what creators can build, collaborative features that make teamwork feel natural, and AI systems that enhance creativity rather than diminish it. Across continents, generations, and skill levels, people are discovering WordPress as a path to learning, empowerment, and expression.</p>\n\n\n\n<p>The values that brought the project this far remain the ones that will carry it forward: freedom, participation, learning, and community. These aren’t abstract principles. They are lived every day in the decisions contributors make, the ideas they pursue, and the care they bring to the work.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Future Events</h3>\n\n\n\n<p>If you’re feeling inspired to revisit past moments from the project’s annual address, the <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ES1piZxljCvMTJCYpVBnwYU\">State of the Word YouTube playlist</a> offers a look back at years of community milestones and product progress. The excitement continues into 2026, with major WordPress events already on the horizon: <a href=\"https://asia.wordcamp.org/2026/\">WordCamp Asia</a> in Mumbai, India,<a href=\"https://europe.wordcamp.org/2026/\">WordCamp Europe</a> in Kraków, Poland, and <a href=\"https://us.wordcamp.org/2026/\">WordCamp US</a> in Phoenix. We hope to see you there as the community continues building what comes next.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2025 18:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: #196 – Topher DeRosia on How Public Contributions Shape Careers in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=201513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/podcast/196-topher-derosia-on-how-public-contributions-shape-careers-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51892:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how public contributions can shape careers in WordPress.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Topher DeRosia. Topher is a web developer with over 30 years of experience, and he&#8217;s been deeply involved in the WordPress community for the past 15 years. He&#8217;s attended nearly 80 WordCamps around the world, contributed to projects like HeroPress, and has made it his mission to highlight the power and value of open source and remote work, especially in the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, Topher joins me to talk about the value of working in public, and how sharing your work openly can create unexpected and lasting opportunities. Whether that&#8217;s boosting your career, finding a sense of purpose, or building connections across the globe.</p>\n\n\n\n<p>We start with Topher&#8217;s personal journey, discovering the WordPress community and the profound impact it has had on his life and family. The conversation explores what makes open source communities, like WordPress, so unique, and while working transparently can lead to moments of serendipity and even job offers from people who have seen your contributions many years before.</p>\n\n\n\n<p>Topher shares stories about giving back, the motivation that comes from helping others, and the long-term satisfaction that comes from being generous with your time and expertise.</p>\n\n\n\n<p>We also discussed the tension between the philanthropic and commercial aspects of WordPress, and how individuals and companies navigate that balance.</p>\n\n\n\n<p>Towards the end, Topher reflects on building a body of work over time, trusting in the slow and organic process instead of seeking instant influencer success. He explains why he still chooses to create and share resources for free, motivated by the hope of helping the next person just starting out.</p>\n\n\n\n<p>If you&#8217;ve ever wondered about the power of sharing your work, finding meaning in open communities, or how to make a difference over the long term, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Topher DeRosia.</p>\n\n\n\n<p>I am joined on the podcast by Topher DeRosia. Hello.</p>\n\n\n\n<p>[00:03:19] <strong>Topher DeRosia:</strong> Hello there.</p>\n\n\n\n<p>[00:03:20] <strong>Nathan Wrigley:</strong> It&#8217;s very nice to chat to Topher. We&#8217;ve done this before. We&#8217;ve had many chats online, but I just want to pay a special thanks to Topher for reasons I won&#8217;t bore the audience with, Topher has sort of joined me at extremely late notice, like minutes of notice.</p>\n\n\n\n<p>We had a bit of back and forth yesterday about topics that we may cover, and the one that&#8217;s going to be covered today is the one that we decided. But he wasn&#8217;t expecting this, and so he&#8217;s arrived and I&#8217;m extremely grateful. So firstly, my deepest thanks for carving out a bit of your day unexpectedly.</p>\n\n\n\n<p>[00:03:50] <strong>Topher DeRosia:</strong> You&#8217;re very welcome. This is always fun, and fit my day perfectly.</p>\n\n\n\n<p>[00:03:53] <strong>Nathan Wrigley:</strong> Yeah, okay. Thank you. So what we decided to talk about was, and I&#8217;ll encapsulate it in a sentence that Topher wrote to me, and then we&#8217;ll just sort of get into it and see where we go. Topher said, he&#8217;d like to talk about the value of doing things in public, and how this can come back to you later as a way of potentially, I don&#8217;t know, boosting your career or just offering some guiding light to the community and what have you.</p>\n\n\n\n<p>So first of all, in order to give us some idea, I&#8217;m sure that there are people who know you, having listened to the things that you&#8217;ve done or consumed the HeroPress website or what have you. Will you just give us a little potted bio of yourself related to, I guess the WordPress community, makes most sense in this context?</p>\n\n\n\n<p>[00:04:30] <strong>Topher DeRosia:</strong> Sure. I have been a web developer for 30 years, which is old, but I got into WordPress about 15 years ago and I did not know there was a community for several years. And Brian Richards said to me, hey, we should do a WordCamp. And I said, what&#8217;s a WordCamp? And then of course, my life changed forever after.</p>\n\n\n\n<p>Oh, you know what? We started with a meetup, but like 2 weeks later he said we should do a WordCamp. And he said, we should do it this summer. And we were talking, like we were talking in June. So we went from never hearing of it before, to having a WordCamp suddenly. And I&#8217;ve been in, all in on the community ever since. I&#8217;ve been to nearly 80 WordCamps, all over the world. I&#8217;ve been making stuff, building stuff, meeting people ever since.</p>\n\n\n\n<p>[00:05:12] <strong>Nathan Wrigley:</strong> Wow.</p>\n\n\n\n<p>[00:05:13] <strong>Topher DeRosia:</strong> It&#8217;s pretty great.</p>\n\n\n\n<p>[00:05:13] <strong>Nathan Wrigley:</strong> Yeah, 80. Gosh, that&#8217;s profound. I mean, I don&#8217;t consider myself to have a high attendee account, but 80, that really is remarkable.</p>\n\n\n\n<p>So I think it&#8217;s fair to say that the profundity of the effect of discovering that community is pretty important in your life. You know, it&#8217;s had a material impact in every way.</p>\n\n\n\n<p>[00:05:31] <strong>Topher DeRosia:</strong> Hugely. My wife got into the community. My children, both my kids have spoken at WordCamp US. My wife has spoken. My kids have friends in other countries that I don&#8217;t know because of the WordPress community. Every parent has that fear of, what if something happened to us? What would happen to the kids? And we have family that would take care of them, you know? It&#8217;s nice to know we also have that backup where there are people all over the world who would say, hey, we got room, come on.</p>\n\n\n\n<p>[00:05:55] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s pretty amazing. I joined the WordPress community, so I&#8217;d been involved in lots of open source projects, things like Magento and Drupal and things like that. And I know that Drupal has, there&#8217;s definitely stuff in the Drupal space that you can attend. But I never did.</p>\n\n\n\n<p>And to be honest with you, I didn&#8217;t know that that stuff existed until after the fact. And then in about 2014, something like that, I discovered WordPress. And just like you, I had no conception that it was more than some downloadable bit of software. Honestly didn&#8217;t even know that it was done by volunteers. I just had probably some assumption that there was an organization or a company behind it that in some way monetised it and made it free and what have you.</p>\n\n\n\n<p>And then just got this intuition, I guess, with social networks, the way that they were at that time, you could find groups and discover that there were all these ancillary groups of people doing things with WordPress, you know, groups focusing around page builders and groups focusing around plugins.</p>\n\n\n\n<p>And then for me to discover that there were actual events that you could attend was, just like you, really remarkable. And I attended the first one and I kind of thought, oh, we&#8217;ll just see how this goes. I&#8217;m a bit of an awkward character in person, so I sort of stood around at the back. But it didn&#8217;t take me long to sort of be welcomed in. And just like you, completely changed my life. And ever since then, a sizable proportion of my free time has been devoted to curious WordPress things. It&#8217;s amazing.</p>\n\n\n\n<p>I can&#8217;t quite work out what it is about a project like WordPress that inculcates that, fosters that, makes that possible. Because I imagine if you attended, I don&#8217;t know, a Cisco networking conference or something like that, it&#8217;s not going to have the same feel. So I don&#8217;t know if you want to speak to that for a little bit, why you think the community works.</p>\n\n\n\n<p>[00:07:36] <strong>Topher DeRosia:</strong> Yeah. I have two thoughts about it. One is that I think it&#8217;s absolutely because of the people. And it may be chance that the right people found WordPress and got together at the same time. But to that point, that it&#8217;s the people, I recently went to two non WordPress conferences in one week.</p>\n\n\n\n<p>I went to one for higher education in technology. The people who attended were from universities and colleges, and they were looking for ways to manage web stuff on their entire campus. So do you offer a blog to all 24,000 students, you know? That kind of thing. It was my first time there, but I saw a number of people who were greeting each other and not having seen each other since last year, and the year before, and the year before. And it was very much like a WordCamp. And people talked about how this group is so wonderful and they wait all year long to come back here. And I thought, oh, okay, so this is WordCamp.</p>\n\n\n\n<p>And then while I was there, I met somebody who worked at Umbraco, which is an open source .net based CMS. And they&#8217;ve been around for 20, more than 20 years, but it&#8217;s a very small community, like 0.01% of the market share. And I told her, you know, who I am, what I do, and she&#8217;s like, oh, we would love to have you come to our conference this weekend in Chicago. Can I pay you to come? I was like, oh wow, sure.</p>\n\n\n\n<p>So I went and it was about a hundred people and it was WordCamp. Everybody there loved the software, loved the community, everybody was friends. It was the same. And expanding just a little more, HeroPress says it&#8217;s about people leveraging WordPress to make their lives better. But in actuality, what it is, is open source and remote work combined. It allows people in Malaysia to pick up software and compete on a relatively equal basis with somebody in New York. And in our world, that&#8217;s WordPress. But it&#8217;s exactly the same with every open source remote work option, Drupal, Umbraco, anything.</p>\n\n\n\n<p>[00:09:45] <strong>Nathan Wrigley:</strong> Maybe open source then is, forgive me, the secret sauce. Maybe that&#8217;s the component, the bit that binds those communities together in a way that perhaps, I don&#8217;t know, something where a proprietary thing or something was locked down, or profit was the whole point, maybe that is the bit. The fact that there&#8217;s a bunch of people gathering together in a kind of philanthropic way. You know, there&#8217;s no expectation that my attendance will definitely lead to finance, let&#8217;s put it that way.</p>\n\n\n\n<p>Like I said, I don&#8217;t really have much experience outside the WordPress world, and so my assumption was that there was something a little bit unique. But from what you&#8217;ve said, this same exact thing is happening probably a thousand times over throughout the globe, but your expectation there is that the open source component is the bit, the bit that unlocks it.</p>\n\n\n\n<p>[00:10:32] <strong>Topher DeRosia:</strong> Yeah, I agree. WordPress has the advantage of a very large user base, which is good and bad. There are certainly more wonderful people in it than if there were fewer. But at that scale, you are just as likely to have really terrible people. I know people that have left the WordPress community because they&#8217;ve been treated horrendously, abused, and it breaks my heart. And I want to say, oh, WordPress is different, you won&#8217;t find that here, but you will. It&#8217;s too big a community to not have that.</p>\n\n\n\n<p>[00:11:01] <strong>Nathan Wrigley:</strong> I wonder what it is then about that sort of spirit of giving back that creates some kind of, I don&#8217;t know, hive mind, for want of a better word. You know, there&#8217;s just this ethic that you&#8217;re all combined on this slightly higher purpose. So in the case of WordPress, and you mentioned Drupal and you mentioned the other CMS with the small market share, the principle there is that you&#8217;re working on something, and I guess publishing is the point. You are enabling people who may or may not have a voice to get on the internet and do something, publish something, write something, put images, videos or what have you.</p>\n\n\n\n<p>There is some kind of higher calling there. It&#8217;s very hard to sort of grasp that, and to really understand it. But do you know what I mean? You&#8217;re doing something which, at the end of your days, you can look back and say, there was something there. There was something meaningful, there was something significant and important. And that feeling, that thing, whatever that thing is, is important, and enough to propel people to give up hours and weeks of their lives to do this.</p>\n\n\n\n<p>[00:12:04] <strong>Topher DeRosia:</strong> I think most people enjoy making other people, I don&#8217;t know, so many things, more successful, happier, more stable. And there are open source projects that will shrivel up and die because no one ever says thank you. People work on a project for years and years and they think, you know what? Nobody cares. I&#8217;m going to go play Frisbee.</p>\n\n\n\n<p>But I think the WordPress community is large enough, and we have these events that everybody goes to, that you run into people who have been impacted by the work you do.</p>\n\n\n\n<p>There&#8217;s a, boy, can&#8217;t remember his first name. Heisel. He&#8217;s Dutch but lived in England and now he lives in Malta or something. Anyway, I met him for the first time at WordCamp London and he walked up to me and said, hey, I need to shake your hand. I said, okay. He said, a few years ago I lost my job and I didn&#8217;t know what I was going to do and I needed to support my family, and I got on OS Training and learned WordPress from your videos, and now I support my family with WordPress. I about broke down in tears right there.</p>\n\n\n\n<p>And that kind of thing happens to lots and lots of people. People who say, you know what? This plugin you wrote, it changed my life. I make a living with this now. I support my family.</p>\n\n\n\n<p>[00:13:19] <strong>Nathan Wrigley:</strong> Do you know what&#8217;s kind of interesting there is that, I guess you did none of it with the expectation of that person wandering up. You know, it&#8217;s not like, Topher, you sat down and thought, the more thanks I get, the more I&#8217;m going to do. There isn&#8217;t that kind of expectation. But it certainly helps, doesn&#8217;t it? When somebody does come up and express those thoughts to you. I bet you that carried you through the next days, weeks, or months. You know, the capacity to drag that out of your brain.</p>\n\n\n\n<p>[00:13:42] <strong>Topher DeRosia:</strong> It still is. That was years ago.</p>\n\n\n\n<p>[00:13:43] <strong>Nathan Wrigley:</strong> Yeah, yeah. Isn&#8217;t that interesting?</p>\n\n\n\n<p>[00:13:45] <strong>Topher DeRosia:</strong> I do think though that you don&#8217;t do it for the thanks, but it&#8217;s a lot easier to do if you think it matters. When people say thank you, it feels good, but it lets you know that what I&#8217;m doing matters. It&#8217;s making a difference. It&#8217;s making somebody&#8217;s life better. It&#8217;s making the world better. That&#8217;s a huge motivator.</p>\n\n\n\n<p>[00:14:04] <strong>Nathan Wrigley:</strong> That&#8217;s the big thing. So this is a curious question, right? And it&#8217;s not really related to WordPress. Did you have those same intuitions at an early age? Was there some part of you can remember even as, I don&#8217;t know, let&#8217;s say a 15-year-old or 17-year-old or something like that. Where you had already made the leap that life is better when you are being helpful? Or did you learn that later?</p>\n\n\n\n<p>Because I kind of have the intuition that quite a few people in our community probably figured that out at some point fairly early on. And it enables them, I&#8217;m obviously not suggesting that people who didn&#8217;t make that intuition early on can&#8217;t join the community or what have you. But I&#8217;m surrounded by people who seem to have this almost bottomless capacity to give. And I&#8217;m always struck by how did that begin for them? Where did that start for them? So because I&#8217;ve got you on the line, I&#8217;m asking you directly.</p>\n\n\n\n<p>[00:14:58] <strong>Topher DeRosia:</strong> When I was in college, I just randomly became interested in motivations. What makes people do things? What makes somebody mean all the time? What makes somebody happy all the time? What makes somebody be kind?</p>\n\n\n\n<p>And I thought through the process of how gratitude is an influencer. If you say to somebody, thank you for what you&#8217;re doing, it makes them feel good. It makes them want to do it more. If they&#8217;re, you know, working at a food pantry and you say, hey, thank you for what you&#8217;re doing, it&#8217;s changing lives, just feeding children. It makes them want to do that more. If that person at a food pantry were faced every day with angry people who abused them verbally and stuff like that, they&#8217;d be a lot less inclined to do that.</p>\n\n\n\n<p>[00:15:37] <strong>Nathan Wrigley:</strong> Yeah. I listened to a podcast not that long ago, and I actually can&#8217;t remember which one it was because I listened to several in this line. But essentially it was trying to peel back the latest studies in what causes some people to be happy. And I am not going to explain this and have the expectation that everything I say is true, nor that this is the limit of that. But a fairly reliable indicator of happiness, whatever that means, but on a fairly profound level, happiness can be boiled down to these two things, apparently.</p>\n\n\n\n<p>One of them is that you are giving of your time. So it may be that you are, as you say, working in a soup kitchen. Or that you are doing something in the community. Or you are just putting into your children or what have you. There is a real connection apparently between the capacity to give something from which you expect nothing in return. Humans apparently find great, deep satisfaction from that.</p>\n\n\n\n<p>And the other one is friendship. If you have people that you regard as friends, on a deep level. So obviously acquaintances, we can all have many, many thousands of those, especially online nowadays. But it&#8217;s that core little group of really impactful, meaningful people who in the time of crisis, you know are going to have your back.</p>\n\n\n\n<p>Those two things apparently are a real predictor of one&#8217;s happiness. And both of them seem to stray into our community, you know? Although it&#8217;s an online thing, you&#8217;re still giving your time, and you know that in a fairly ephemeral way that you maybe can never grasp, people will be benefiting from that. And also you make friends. So there you go, it&#8217;s the root to happiness.</p>\n\n\n\n<p>[00:17:19] <strong>Topher DeRosia:</strong> It is.</p>\n\n\n\n<p>[00:17:20] <strong>Nathan Wrigley:</strong> So all of that, having said all of that, you have this wealth of experience in the community. You&#8217;ve done so many projects in the community. And as I said at the top of the show, the thing that you wanted to talk about was, not just the mere fact of doing things in the community, but about the fact that you are doing things in the community in a sort of public way, and how that can sort of impact in the future. So just tell us a little bit about why you wanted to get into that, or maybe some anecdotal evidence of how that&#8217;s helped you.</p>\n\n\n\n<p>[00:17:50] <strong>Topher DeRosia:</strong> Very little of it in my life has been deliberate. I&#8217;ve done some things and then later thought, oh, wow, I didn&#8217;t realise that this would be the consequence. I made videos for OS Training for a lot of years, they&#8217;re behind a paywall, they paid me by the video. I wasn&#8217;t thinking, oh, I&#8217;m going to go teach the world. It was a client, I made videos.</p>\n\n\n\n<p>And years later, Brin Wilson from WinningWP got a hold of me on Post Status and said, hey, I want to start a YouTube channel. Would you make videos for me? I said, sure, but why me? He said, well, I&#8217;ve seen your work. You&#8217;ve done this, you have given evidence to the world that you know what you&#8217;re doing. And that was a good contract. And I got it because I had previously done something else.</p>\n\n\n\n<p>With HeroPress, I didn&#8217;t set out to become a relatively known person. I was just doing it. But I remember the first time I talked to a stranger from India and introduced myself and they said, oh, of course we know you. I said, what do you mean of course? You live 5,000 miles away from me. How on earth would you know me? And, boy, it is just stuff like that.</p>\n\n\n\n<p>I have some plugins on wordpress.org. I think cumulatively they have 12 installs. They&#8217;re not big plugins, but they&#8217;re there. And people look and say, oh, Topher knows how to make plugins.</p>\n\n\n\n<p>I contribute to the photos project. And people who aren&#8217;t necessarily contributors don&#8217;t necessarily understand the different kinds of contribution. They just see my name on the contributor list like, oh, Topher builds WordPress because I take a lot of photos or something. But just the fact that I&#8217;m out there doing that makes a difference.</p>\n\n\n\n<p>I&#8217;ve been blogging for years. I did blogs in the GoDaddy Garage back in the day, I wrote on OS Training, I wrote all over the place. And recently I thought, boy, I wish I had had all that on my own site.</p>\n\n\n\n<p>And then it occurred to me that WordPress does a lot of RSS, and so does YouTube. And so I built a site called topher.how. Found everything I&#8217;ve ever done and just used WP All Import and pulled it all into one place. So now at topher.how you can see stuff I&#8217;ve done decades ago, and it&#8217;s nice. It&#8217;s a place to say, look, here&#8217;s stuff I did. But I have gotten, no, you know, I&#8217;m not going to say I&#8217;ve gotten jobs, I&#8217;ve gotten consideration, interviews, interest because people who know who I am, because I did something once long ago.</p>\n\n\n\n<p>[00:20:11] <strong>Nathan Wrigley:</strong> Yeah, I guess the interview phase, to get yourself over the line, you&#8217;ve still got to sort of show your metal, haven&#8217;t you? But that whole thing of just being represented by your past, it&#8217;s really curious. We live in a world which is so dominated by, I don&#8217;t know, the financial motivation for this, that, and the other.</p>\n\n\n\n<p>It is curious when nowadays you can have a legacy which is not the CV, it&#8217;s not the line items on the CV. It can be much more ephemeral stuff. Things that you did, videos that you made, blogs that you contributed to.</p>\n\n\n\n<p>The people out there making the decisions about who&#8217;s going to get those jobs, well, you have proved that that kind of history of being online definitely works, and in unexpected ways. It&#8217;s not like there&#8217;s always a through line between, okay, I&#8217;m going to make these YouTube videos so that in a few years time I&#8217;ll have this credible body of evidence that will make it so that anybody can employ me. It&#8217;s much more ephemeral than that. It&#8217;s more, I&#8217;m doing this video because I think itll be helpful, and then serendipitously that then leads to something in the future.</p>\n\n\n\n<p>[00:21:14] <strong>Topher DeRosia:</strong> Yeah, very much so. Before we started recording, you mentioned my background here. It&#8217;s a piece of fabric on a photo stand. And I bought it just the other day because, you know, I&#8217;ve been making videos for years, I&#8217;ve never appeared on camera. Always been a screencast. And I recently got a client that said, well, we want you on camera. And so I got this thing.</p>\n\n\n\n<p>But the interesting part is that the client is a company in Bangladesh. And I know them quite well, they know me quite well because of stuff we&#8217;ve done together in the past in the WordPress community. And when they needed videos, they came to me, because they know me and they know that&#8217;s what I do. That wouldn&#8217;t happen if I hadn&#8217;t been out doing stuff years ago. What are the chances I would know somebody, me in Michigan, I would know somebody in Bangladesh?</p>\n\n\n\n<p>[00:22:01] <strong>Nathan Wrigley:</strong> Right. Right, I mean, the world of 50 years ago, it&#8217;s tending to zero basically, you know, unless you&#8217;d been on plane or somebody had been on a plane in the opposite direction and you&#8217;d met where you are. The opportunities afforded are amazing, and it&#8217;s that kind of long tail that you&#8217;ve got as well. That I suppose is going to be hard for somebody that&#8217;s younger to listen to because, you know, they kind of see this mountain that they&#8217;ve got to climb and this great body of work that they&#8217;ve got to build up over decades. I guess that&#8217;s, it&#8217;s not all about that either, it&#8217;s about sort of just chipping away at it and doing things piecemeal.</p>\n\n\n\n<p>[00:22:31] <strong>Topher DeRosia:</strong> I have a funny story about that. Early in my WordPress career, I got to know Pippen Williamson. You may remember him.</p>\n\n\n\n<p>[00:22:39] <strong>Nathan Wrigley:</strong> Yeah. I do.</p>\n\n\n\n<p>[00:22:39] <strong>Topher DeRosia:</strong> And he was very well known in the WordPress community. I got to know a few people who were very well known. I was like, man, that&#8217;s cool, everybody knows these people. Wonder if people will ever know me? We were talking about it, he and I, and he quickly urged me, do not seek to be known because that will only lead to tears. If you&#8217;re doing it for the wrong reason, then it will just turn out badly.</p>\n\n\n\n<p>And so I thought, well, you know, maybe in 10 years. Well, here we are. And I didn&#8217;t set out to be known. I&#8217;ve never bought a banner ad saying, look at Topher. I just went to WordCamp and spoke. I wrote blog posts, I made videos. I shook a lot of hands. I listened to a lot of stories.</p>\n\n\n\n<p>[00:23:18] <strong>Nathan Wrigley:</strong> It&#8217;s about sort of spreading the network organically really, isn&#8217;t it? Which I suppose in a sense leads to, okay, rather than the word fame, I&#8217;m going to use the word notoriety because I think they&#8217;ve got two very different endpoints. But the idea of seeking fame is tied up with, you know, you just want random people to know you because they know you, and that&#8217;s the kind of end game, you know? Oh, you are famous because you&#8217;re famous, that sort of flavor to it.</p>\n\n\n\n<p>Whereas notoriety for me has much more, there&#8217;s a body, a corpus of work behind you that leads to that understanding that, okay, that&#8217;s Topher. I know Topher because he did this, this, this, and this. It&#8217;s not famous because they&#8217;re famous. It&#8217;s more, there&#8217;s the guy who made those videos that I watched. Or there&#8217;s the guy that wrote that blog that I read all the time. That kind of thing. And so it&#8217;s not fame for fame sake, it&#8217;s accidental fame more, if you know what I mean?</p>\n\n\n\n<p>[00:24:10] <strong>Topher DeRosia:</strong> Yeah. I heard the term not too long ago that I like called community known.</p>\n\n\n\n<p>[00:24:14] <strong>Nathan Wrigley:</strong> Okay. That&#8217;s nice.</p>\n\n\n\n<p>[00:24:15] <strong>Topher DeRosia:</strong> Within a community, you you could say famous, very well known. Outside that community, people do not care and have no idea who you are.</p>\n\n\n\n<p>[00:24:22] <strong>Nathan Wrigley:</strong> That&#8217;s right. Yeah, it&#8217;s curious, inside of our community, there&#8217;s this one person whose name kind of precedes all others, and it would be Matt Mullenweg. But I&#8217;m willing to bet that if Matt was walking down the street, more or less anywhere, that his life is just the same as yours and mine. Nobody&#8217;s going to know who he is unless randomly they happen to be a WordPresser. But he&#8217;s fairly thin on the ground. You know, it&#8217;s not like he&#8217;s Scarlett Johansson or George Clooney or something like that, where that fame is probably quite an oppressive thing in their life. You know, the capacity to just walk down the street.</p>\n\n\n\n<p>So yeah, anyway, the point being that you&#8217;ve done stuff over time without the intention of it being this fame for being famous. It&#8217;s more about being community known, as you said. But that has had amazing consequences.</p>\n\n\n\n<p>And that kind of leads me to this next thing. I wonder, this question comes up all the time, but I do wonder if it&#8217;s more material now than it ever has been. I wonder if the community can always cope with the commercial pressure that is being born by the community?</p>\n\n\n\n<p>So for example, you know, you up to events and there&#8217;s a lot of people trying to sell you things. And maybe WordCamps from 15 years ago would&#8217;ve felt very much more a room full of like-minded individuals. Whereas now if you go to WordCamps, maybe there&#8217;s more of a feeling of, okay, that bit over there is more commercial, that bit over there is less commercial. But there&#8217;s always that kind of commercial angle.</p>\n\n\n\n<p>I don&#8217;t really know where I&#8217;m going with that, but the commercial side of things, I don&#8217;t know if you&#8217;ve got a feeling on, or a intuition on that?</p>\n\n\n\n<p>[00:25:54] <strong>Topher DeRosia:</strong> Sort of. Something I&#8217;ve noticed over the years is that it&#8217;s entirely possible to write a plugin, start selling it, have it be successful, build a business, hire people, maybe get a relatively large business, maybe hundreds of employees. And it feels good, it looks good, it&#8217;s great, it&#8217;s wonderful until it starts going, or getting hard. And then people who never thought this would happen start having to make difficult decisions that hurt people.</p>\n\n\n\n<p>If things aren&#8217;t going well, we need to let some people go. Maybe we need to let a lot of people go. Maybe we need to reorganise, whatever. And people look at this golden company, the pinnacle of WordPress, open source, love, family, peace, blah, blah, blah, and they&#8217;re letting people go. And you think, what? They&#8217;re just another business. They were just in it for the money. And they&#8217;re not, but it can feel that way when you&#8217;ve been let go.</p>\n\n\n\n<p>And at some point it has to be about the money. If you&#8217;re building a plugin because you love it and you&#8217;re selling it because people need it, that&#8217;s cool. If you&#8217;re running a business and people are depending on you for their livelihoods, you have to make the decisions. You have to do some hard things sometimes. And it&#8217;s never going to be comfortable. And at some point it&#8217;s going to look like you&#8217;re just another company. I&#8217;ve never been in this position, but I think it can be incredibly difficult to maintain a culture that we associate with the stereotype of WordPress community, in a full on company.</p>\n\n\n\n<p>[00:27:27] <strong>Nathan Wrigley:</strong> Yeah, I do know exactly what you mean. I think we, let&#8217;s say for example, let&#8217;s go back to Cisco. I used that example a minute ago. Let&#8217;s say that I work for Cisco. It&#8217;s pretty obvious what the goal there is. The goal is to ship loads of units of networking hardware all over the world, and then next year ship more than we ship this year and innovate more and.</p>\n\n\n\n<p>[00:27:45] <strong>Topher DeRosia:</strong> And you have investors that are going to hold your feet to the fire.</p>\n\n\n\n<p>[00:27:47] <strong>Nathan Wrigley:</strong> Right. Okay, so make money, make the investors happy, make the shareholders happy, and so on. That is so straightforward a bargain. But we in our community have this extra layer underpinning it of this philanthropic bit, which forms the basis of it. It&#8217;s literally the bedrock of it.</p>\n\n\n\n<p>And so that whole thing is propping everything else up on top of it, which I genuinely don&#8217;t know how the shifting sands of that all work. We&#8217;ve managed to get through 22 years plus, of that building up slowly over time, there being arguments here, there and everywhere. Minor arguments, some bigger arguments. We&#8217;ve somehow worked it through.</p>\n\n\n\n<p>But I don&#8217;t suppose that will ever get perfectly resolved. It&#8217;s going to be just part of the understanding that if you&#8217;re in open source, there&#8217;s a commercial bit. And if you can&#8217;t cope with that, well, that&#8217;s something you&#8217;re going to have to think about and look at. But also there&#8217;s going to be this whole philanthropic side, and that has to carry on and has to be funded, and figured out, and made important and advertised and all of that. I don&#8217;t have the brain to figure all that out, but it&#8217;s part of the jigsaw puzzle.</p>\n\n\n\n<p>[00:28:52] <strong>Topher DeRosia:</strong> Yeah. It&#8217;s truly something I&#8217;ve never had to deal with, and I hope I don&#8217;t, the scales of money. I had a job once when I was very young. We&#8217;re at home, we were newly married and money was tight, and we were talking about where to get $20 for groceries and things like that.</p>\n\n\n\n<p>And at work I was allocating hardware for new employees and, oh, let&#8217;s pick up two or three extra computers at $4,000 each because we might need them. That scale of money is, it&#8217;s something I&#8217;ve tried to be aware of.</p>\n\n\n\n<p>I look at a WordPress plugin company that has employees and I think, oh man, you have so much more money than I do, so much more. And maybe they do, but they also have so many more bills than I do. Just because they have several employees, and they&#8217;re doing well and things look great on Black Friday, doesn&#8217;t mean that they&#8217;re super wealthy or anything.</p>\n\n\n\n<p>[00:29:42] <strong>Nathan Wrigley:</strong> Yeah. I genuinely struggle with this component. I don&#8217;t think I&#8217;ll ever resolve it. I&#8217;m just aware that it exists. I&#8217;m aware that there&#8217;s people who are very polemic about it. There are people on the far this side, and there&#8217;s people on the opposite side who maybe are kind of struggling to shout across the gap. But then there&#8217;s people sitting in the middle who are somehow managing to figure it all out, or at least be sanguine about it, and not worrying too much about it. Time will tell. In the year 2026, I&#8217;m sure that it won&#8217;t get figured out, but it will probably carry on.</p>\n\n\n\n<p>I&#8217;ve got every hope that WordPress is exciting enough to carry on and that people will continue to use it. So I don&#8217;t worry too much about that. It&#8217;s just more whether or not the two sides of the argument, in an increasingly polemic world, whether the commercial side of WordPress and the non-commercial side of WordPress can figure out some way to walk upon the same path.</p>\n\n\n\n<p>[00:30:28] <strong>Topher DeRosia:</strong> There&#8217;s an element to WordPress that I think will carry on, even if it looks like WordPress is starting to fail. And that&#8217;s going to be the earliest people, the smallest contributors. Things have been really shaken up in WordPress in the last year or two, and I have friends who&#8217;ve left the community. And business is getting bigger and WordPress itself is changing. Gutenberg is a big thing now and AI is moving in and all that. So much is changing.</p>\n\n\n\n<p>And I have people say, why do you stay? Why do you keep doing WordPress? Specifically, why do I keep doing HeroPress? And I think my experience tells me that there will always be a 17-year-old picking up a computer at the library for the first time and discovering WordPress and starting a new life. And I want to be there for that person.</p>\n\n\n\n<p>[00:31:18] <strong>Nathan Wrigley:</strong> Yeah. So it&#8217;s going back to the 17-year-old you as well. You know, that bit that we had earlier where you figured out you had this intuition that there were some things in life which mattered more.</p>\n\n\n\n<p>One of the things that I think is really, like it&#8217;s so difficult to square this argument though, the whole thing where you see incredible wealth being generated by WordPress and you see incredible endeavors being put into WordPress by people who are really struggling to make ends meet. And I simply don&#8217;t have the capacity to figure out the solution to that. I cannot square that circle. But that is such a bit of cognitive dissonance that so much wealth is generated, on the one hand, and yet so much of the foundational work is created by people who may be struggling to put food on the table and what have you. And that is really challenging.</p>\n\n\n\n<p>[00:32:12] <strong>Topher DeRosia:</strong> Yeah, it is challenging. I don&#8217;t think it&#8217;ll ever be solved. I think it&#8217;s a universal problem of humanity. But similar to other areas, I think WordPress does better than other communities. There have been a bunch of discussions in the past about inclusivity, diversity in the WordPress community. And even people who point out the problems and say, look, we messed up here, this is bad, we need to change it, will say WordPress is probably the best of the IT world. There are problems. It&#8217;s bad. There are things we need to change, but we&#8217;re way ahead.</p>\n\n\n\n<p>[00:32:47] <strong>Nathan Wrigley:</strong> Okay, so that&#8217;s a really, sorry to interrupt. I got really caught up in what you just said then. I wasn&#8217;t expecting that to hit me quite as hard as it did. That was really interesting. That sort of sanguine approach to it. It&#8217;s never going to be perfect. We&#8217;re probably going to have division and factional fighting, I&#8217;m going to do air quotes around the word fighting, but you know what I mean, like infighting and what have you. But we do all right. Given how it could be, it&#8217;s okay. These things are just a part of the evolution of it. It&#8217;s a journey, not a destination. Yeah, that was interesting.</p>\n\n\n\n<p>[00:33:18] <strong>Topher DeRosia:</strong> We do have to take care though to not rest on our laurels, as it were. To say, oh, you know what? It&#8217;s okay, we&#8217;re better than everybody else, and so we don&#8217;t need to work on it. As soon as we do that, then we will not be better than everybody else.</p>\n\n\n\n<p>[00:33:30] <strong>Nathan Wrigley:</strong> And it&#8217;s curious because I think the people that I end up talking to when I attend things like WordCamps have that intuition. I think some, on some innate level, they get the bit that you just said. They know that it&#8217;s not perfect. And they know that work needs to be done. And they&#8217;re there for that thing. They want to fight the good fight, and make it so that this platform is available to the 17-year-old that you just described, so that they can pick this stuff up and publish their own stuff online, and have their own voice, and create their own identity and all of that. And it&#8217;s, yeah, really interesting.</p>\n\n\n\n<p>I think I have one more question. So we were talking about the impact of you doing stuff in the open. You obviously did all of that stuff in the open. You did everything, you put everything online, you got HeroPress and all of that kind of stuff. Would you still advocate that in the year 2025, 2026? Do you still think that&#8217;s probably the best way forward?</p>\n\n\n\n<p>The reason I&#8217;m asking that is because we see so much out there in the world, beguiling stuff. TikTok, YouTube, all these people getting YouTube famous, making giant amounts of money and all of that kind stuff. They&#8217;re doing it kind of purposefully in order to gain wealth. So it&#8217;s less that philanthropic side.</p>\n\n\n\n<p>If you could replay your life, would you do that? Is there any part of you which thinks you&#8217;d go down that route of being the kind of influencer, or are you happy that your life would replay in, if you were the youngster that you were many, many years ago and you were now that youngster, would you still do it the same way, do you think?</p>\n\n\n\n<p>[00:35:00] <strong>Topher DeRosia:</strong> I think I would. A couple years ago I did a video tip of the week on HeroPress. It was a video on YouTube. And people would say to me, you know what? It&#8217;s good that you offer this free stuff. You should put something behind a paywall and make money off it. And I think, oh, you know, that&#8217;d be cool. I could make money and pay the bills. But then I think, anything I put behind a paywall is not going to be able to help a 17-year-old who&#8217;s making a dollar a week. And that&#8217;s where my heart is. And I struggle.</p>\n\n\n\n<p>I&#8217;m doing a project right now that I would love to tell you about. Over the years, I&#8217;ve done support a lot. And I, early on, made a rule, if I get asked a question more than three times, I&#8217;m making documentation. And so I can just say, oh, here, go check this out. And over the years I&#8217;ve had many clients come back to me three months after I built a site and say, you know, you taught me how to use the WordPress admin and I don&#8217;t remember, can you show me again?</p>\n\n\n\n<p>So, I don&#8217;t know, a year ago I thought, I&#8217;m going to make a course for beginners, and it&#8217;s going to have videos that are one minute long about how to make a link, how to put in a picture, how to edit your form. Stuff that we all take for granted every day. But somebody who just got a website three months ago and used it once, they don&#8217;t remember.</p>\n\n\n\n<p>So I started down that road. I got MemberPress, I set up a site, and I made a list of videos to make. I was going to sell it to my clients as part of, you know, you bought a website, for an extra X dollars, here&#8217;s all this documentation you can have. A WordPresser at that educational conference said to me, I want to sponsor you to make those videos. You pick the topic, but do it on our hosting platform, just so that our name is there.</p>\n\n\n\n<p>And she gave me some money to do it. And she said, I want you to put them on your own YouTube channel. I didn&#8217;t have one. All these years, I didn&#8217;t have my own YouTube channel for my own videos. I want you to put them on your own YouTube channel, and once you get 2000 subscribers, I will pay you for every video you make. Just to put them on my own YouTube channel. I get to pick the topics. It&#8217;s just to get their name out. And I thought, wow, okay.</p>\n\n\n\n<p>So I pivoted, rather than make a course behind a paywall, I am doing this thing, but they&#8217;re all going on YouTube. And I started three weeks ago, and I&#8217;m putting up a video Monday, Wednesday, Friday, and I have 57 subscribers.</p>\n\n\n\n<p>[00:37:19] <strong>Nathan Wrigley:</strong> There&#8217;s a little road to go. That&#8217;s so nice.</p>\n\n\n\n<p>[00:37:23] <strong>Topher DeRosia:</strong> But this goes back to doing stuff in public so that it&#8217;s more significant later. Maybe in a year or two or five, I&#8217;ll have thousands of subscribers. And life experience has shown me that I need to not assume that I&#8217;m going to have thousands of subscribers within a month. That&#8217;s not how this works. You do stuff now, you build your foundation and you grow it. And eventually it gets big.</p>\n\n\n\n<p>HeroPress happened that way. You know, I did a few essays, and I did a few more and I did a few more. And then one day I thought, oh, I have 200 essays, and now I have 300. I never set a goal of how many or anything like that. I just did one at a time, and then suddenly there&#8217;s this big site full of stuff.</p>\n\n\n\n<p>And so that&#8217;s my current project is to make these videos, helping people figure out how to use WordPress. It&#8217;s not going to be just the beginners, it&#8217;s going to be, well, have a heart for beginners in any area, so I&#8217;m going to do some beginning programming stuff. I&#8217;ve built some cool stuff like WP Podcasts, aggregates podcasts. It wasn&#8217;t hard. It&#8217;s WP All Import, pulling them into the posts type. It&#8217;s not that big a deal. But I can make a 10 minute video on how I did that, and some developer&#8217;s going to go, wow, I never realised you can do this kind of stuff. So I&#8217;m pretty excited about it.</p>\n\n\n\n<p>[00:38:40] <strong>Nathan Wrigley:</strong> Yeah, your life seems to represent that kind of long term approach, and I can completely empathise with that. Obviously my thing is podcasting, and I have the same sort of story that I just began it and kept doing it and kept doing it, and people obviously, you know, found that there was something there for them, or they didn&#8217;t.</p>\n\n\n\n<p>But there was something that kept that propelled. And now I look back and there&#8217;s a few episodes that I can look back to and, it&#8217;s pretty amazing what that brought in its train. Most of it completely unexpected, most of it never intended, and now podcasting in the WordPress space is kind of what I do.</p>\n\n\n\n<p>And it just goes to show, if you do things with the right intention, and you do things for the long game, there is a way to make it work. You know, obviously you&#8217;ve got to keep the wolf from the door, and if you live in a part of the world where it&#8217;s incredibly important that you earn lots of money in order to just meet the bare essentials, then you&#8217;ve obviously got to take care of that at the beginning. But then after that, there&#8217;s these opportunities on top of that to sort of grow who you are, grow the community that we&#8217;re in. And maybe in the long term, over 2, 3, 5, 10, in your case, probably approaching 20 years in the WordPress space, it has an impact. It&#8217;s slowly but surely. Slow and steady wins the game, as they say.</p>\n\n\n\n<p>[00:39:57] <strong>Topher DeRosia:</strong> It does, yep.</p>\n\n\n\n<p>[00:39:58] <strong>Nathan Wrigley:</strong> In which case, I will say thank you for that conversation. It was very unexpected and really, really powerful in some regard there. You really made me think on a couple of occasions as we were chatting there, and I really appreciate that.</p>\n\n\n\n<p>So, Topher, where can we find you if somebody wants to see some of the stuff? You&#8217;ve already mentioned one. It&#8217;s probably topher.how. I don&#8217;t know if that&#8217;s the one you want to drop again.</p>\n\n\n\n<p>[00:40:17] <strong>Topher DeRosia:</strong> Yeah, let&#8217;s say topher.how. But if you search Google for Topher1Kenobi, you&#8217;ll find me pretty much everywhere.</p>\n\n\n\n<p>[00:40:24] <strong>Nathan Wrigley:</strong> Love that.</p>\n\n\n\n<p>[00:40:25] <strong>Topher DeRosia:</strong> I&#8217;ve never found anyone else use that name.</p>\n\n\n\n<p>[00:40:26] <strong>Nathan Wrigley:</strong> And it&#8217;s the number one, like the numeral one.</p>\n\n\n\n<p>[00:40:29] <strong>Topher DeRosia:</strong> Yeah.</p>\n\n\n\n<p>[00:40:30] <strong>Nathan Wrigley:</strong> Not the wan.</p>\n\n\n\n<p>[00:40:31] <strong>Topher DeRosia:</strong> My personal blog is at topher1kenobi.com. There&#8217;s HeroPress. I did an episode the other day with Christos Paloukas, and he said, hey, send me your links.</p>\n\n\n\n<p>[00:40:40] <strong>Nathan Wrigley:</strong> An essay.</p>\n\n\n\n<p>[00:40:40] <strong>Topher DeRosia:</strong> I sent him 15 links.</p>\n\n\n\n<p>[00:40:44] <strong>Nathan Wrigley:</strong> Do that to me as well. Whatever you do send me, then I will put them into the show notes. wptavern.com, search for the episode with Topher. It&#8217;s T-O-P-H-E-R. If you just look for that, you&#8217;ll probably find it. And thank you so much for chatting to me today. It was very pleasurable. Thank you.</p>\n\n\n\n<p>[00:40:59] <strong>Topher DeRosia:</strong> Yeah, I had a really good time too. Thanks.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://topher.how\">Topher DeRosia</a>.</p>\n\n\n\n<p>Topher is a web developer with over 30 years of experience, and he’s been deeply involved in the WordPress community for the past 15 years. He’s attended nearly 80 WordCamps around the world, contributed to projects like HeroPress, and has made it his mission to highlight the power and value of open source and remote work, especially in the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, Topher joins me to talk about the value of working in public, and how sharing your work openly can create unexpected and lasting opportunities, whether that’s boosting your career, finding a sense of purpose, or building connections across the globe.</p>\n\n\n\n<p>We start with Topher’s personal journey, discovering the WordPress community and the profound impact it had on his life and family. The conversation explores what makes open source communities, like WordPress, so unique, and why working transparently can lead to moments of serendipity, and even job offers from people who have seen your contributions many years before.</p>\n\n\n\n<p>Topher shares stories about giving back, the motivation that comes from helping others, and the long-term satisfaction that comes from being generous with your time and expertise.</p>\n\n\n\n<p>We also discuss the tension between the philanthropic and commercial aspects of WordPress, and how individuals and companies navigate that balance.</p>\n\n\n\n<p>Towards the end, Topher reflects on building a body of work over time, trusting in the slow and organic process instead of seeking instant ‘influencer’ success. He explains why he still chooses to create and share resources for free, motivated by the hope of helping the next person just starting out.</p>\n\n\n\n<p>If you’ve ever wondered about the power of sharing your work, finding meaning in open communities, or how to make a difference over the long term, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://topher.how\">Topher.How</a></p>\n\n\n\n<p><a href=\"https://mediaforge.pro\">Media Forge Productions</a></p>\n\n\n\n<p><a href=\"https://heropress.com\">HeroPress</a></p>\n\n\n\n<p><a href=\"https://heropress.com\">Hallway Chats</a></p>\n\n\n\n<p><a href=\"https://heropress.com\">WP Photos Info</a></p>\n\n\n\n<p><a href=\"https://wp-wallpaper.com\">WP Wallpaper</a></p>\n\n\n\n<p><a href=\"https://topher1kenobe.com\">topher1kenobe.com</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/@topher1kenobe\">YouTube</a></p>\n\n\n\n<p><a href=\"https://www.linkedin.com/in/topher1kenobe/\">LinkedIn</a></p>\n\n\n\n<p><a href=\"https://fosstodon.org/@topher1kenobe\">Mastodon</a></p>\n\n\n\n<p><a href=\"https://bsky.app/profile/topher1kenobe.bsky.social\">Bluesky</a></p>\n\n\n\n<p><a href=\"https://www.facebook.com/topher1kenobe\">Facebook</a></p>\n\n\n\n<p><a href=\"https://www.last.fm/user/topher1kenobe\">Last.fm</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2025 15:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Open Channels FM: Empowering WordPress Accessibility with Community, Practical Tools, Education, and Real-World Impact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://openchannels.fm/?p=112396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://openchannels.fm/empowering-wordpress-accessibility-with-community-practical-tools-education-and-real-world-impact/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"In this episode, host Anne Bovelett sits down with Troy Chaplin, a well-known figure in the WordPress community and an advocate for web accessibility. Together, they dive into the importance of accessibility in web development, sharing personal stories about what sparked their passion for the topic and how it has influenced their careers. You’ll hear [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2025 10:12:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=150742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2025/12/state-of-the-word-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:461:\"<p>Though the stream didn&#8217;t work as we hoped, the recording of this year&#8217;s <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a>, which in many ways was our best one yet, <a href=\"https://www.youtube.com/watch?v=U_DF4-23C8Q\">is up now</a>.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2025 07:54:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress.org blog: WordPress 6.9 “Gene”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=19398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/news/2025/12/gene/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76854:\"<figure class=\"wp-block-image size-large\"><img alt=\"WordPress 6.9 Release Edition Featured Image\" class=\"wp-image-19404\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/Release-Edition-Featured-Image-6.9.png?resize=1024%2C535&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<p>Each WordPress release celebrates an artist who has made an indelible mark on the world of music. WordPress 6.9, code-named “Gene,” honors the American Jazz pianist Gene Harris. </p>\n\n\n\n<p>A piano veteran, self taught at the age of six, Harris infused mainstream jazz with elements of soul, blues, and gospel, creating a warm, signature sound that is both elegant and iconic. Harris’ bluesy jazz lived at the intersection of worlds, weaving a rich landscape of texture and mood, with a thread of soulfulness that ignited listeners.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.9</h2>\n\n\n\n<p>WordPress 6.9 brings major upgrades to how teams collaborate and create. The new Notes feature introduces block-level commenting when writing posts and pages that streamlines reviews, while the expanded Command Palette makes it faster for power users to navigate and operate across the entire dashboard. The new Abilities API provides a standardized, machine-readable permissions system that opens the door for next generation AI-powered and automated workflows. This release also delivers notable performance improvements for faster page loads and adds several practical new blocks alongside a more visual drag and drop to help creators build richer, more dynamic content.</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.9.zip\">Download WordPress 6.9 &#8220;Gene&#8221;</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Introducing Notes: Seamless, Block-Level Collaboration</h2>\n\n\n\n<p><strong>Collaborate Smarter</strong> : Leave Feedback Right Where You&#8217;re Working</p>\n\n\n\n<p>With notes attached directly to blocks in the post editor, your team can stay aligned, track changes, and turn feedback into action all in one place. Whether you&#8217;re working on copy or refining design in your posts or pages, collaboration happens seamlessly on the canvas itself.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"View of people interacting with notes in a post.\" class=\"wp-image-19428\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-notes.png?resize=1360%2C840&#038;ssl=1\" width=\"1360\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Command Palette Throughout the Dashboard</h2>\n\n\n\n<p><strong>Your tools are always at hand.</strong></p>\n\n\n\n<p>Access the Command Palette from any part of the dashboard, whether you&#8217;re writing your latest post, deep in design in the Site Editor, or browsing your plugins. Everything you need, just a few keystrokes away.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Command palette showing the ability to navigate across different parts of the site, including templates, Settings, and all posts.\" class=\"wp-image-19430\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-command-palette.png?resize=1360%2C840&#038;ssl=1\" width=\"1360\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Fit text to container</h2>\n\n\n\n<p><strong>Content that adapts.</strong></p>\n\n\n\n<p>There&#8217;s a new typography option for text-based blocks that&#8217;s been added to the Paragraph and Heading blocks. This new option automatically adjusts font size to fill its container perfectly, making it ideal for banners, callouts, and standout moments in your design.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"&quot;Novem&quot; text selected and stretching across the interface.\" class=\"wp-image-19431\" height=\"840\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/post-fit-text.png?resize=1360%2C840&#038;ssl=1\" width=\"1360\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">The Abilities API</h2>\n\n\n\n<p><strong>Unlocking the next generation of site interactions.</strong></p>\n\n\n\n<p>WordPress 6.9 lays the groundwork for the future of automation with the unified Abilities API. By creating a standardized registry for site functionality, developers can now register, validate, and execute actions consistently across any context—from PHP and REST endpoints to AI agents—paving the way for smarter, more connected WordPress experiences.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Abstract view of circles around a plugin icon with sparkles, indicating AI functionality.\" class=\"wp-image-19432\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/12/abilities-api.png?resize=1024%2C632&#038;ssl=1\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Accessibility Improvements</h2>\n\n\n\n<p>More than 30 accessibility fixes sharpen the core WordPress experience. These updates improve screen reader announcements, hide unnecessary CSS-generated content from assistive tech, fix cursor placement issues, and make sure typing focus stays put even when users click an autocomplete suggestion.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Performance enhancements</h2>\n\n\n\n<p>WordPress 6.9 delivers significant frontend performance enhancements, optimizing the site loading experience for visitors. 6.9 boasts an improved LCP (Largest Contentful Paint) through on-demand block styles for classic themes, minifying block theme styles, and increasing the limit for inline styles &#8211; removing blockages to page rendering and clearing the rendering path by deprioritizing non-critical scripts. This release comes with many more performance boosts, including optimized database queries, refined caching, improved spawning of WP Cron, and a new template enhancement output buffer that opens the door for more future optimizations.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.9, please visit the feature-showcase website.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-9\">Check out What&#8217;s New</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.9</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users. Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.9\">WordPress 6.9 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/wordpress-6-9-field-guide/\">WordPress 6.9 Field Guide</a>. Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.9 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly. The team that has led 6.9 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a></li>\n\n\n\n<li>Triage Leads: <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a></li>\n\n\n\n<li>Test Leads: <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a>, <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you, contributors</h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>. A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.9 reflects the tireless efforts and passion of more than 900+ contributors in countries all over the world. This release also welcomed over 279 first-time contributors!</p>\n\n\n\n<p>Their collaboration delivered more than 340 enhancements and fixes, ensuring a stable release for all &#8211; a testament to the power and capability of the WordPress open source community.</p>\n\n\n\n<p class=\"has-small-font-size\"><a href=\"https://profiles.wordpress.org/o-o/\">2046</a> · <a href=\"https://profiles.wordpress.org/aakashverma1/\">Aakash Verma</a> · <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/aarti1318/\">Aarti Chauhan</a> · <a href=\"https://profiles.wordpress.org/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/aatospaja/\">aatospaja</a> · <a href=\"https://profiles.wordpress.org/abduremon/\">Abdur Rahman Emon</a> · <a href=\"https://profiles.wordpress.org/hurayraiit/\">Abu Hurayra</a> · <a href=\"https://profiles.wordpress.org/kawauso/\">Adam Harley (Kawauso)</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/b1ink0/\">Aditya Dhade</a> · <a href=\"https://profiles.wordpress.org/adityashah2411/\">aditya shah</a> · <a href=\"https://profiles.wordpress.org/iamadisingh/\">Aditya Singh</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/agulbra/\">agulbra</a> · <a href=\"https://profiles.wordpress.org/elazzabi/\">Ahmed</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/ajaxstardust/\">ajaxStardust</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</a> · <a href=\"https://profiles.wordpress.org/akeda/\">Akeda Bagus</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/wpfy/\">Akramul Hasan</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/akshayar/\">Akshaya Rane</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/alejandrogonzalvo/\">alejandrogonzalvo</a> · <a href=\"https://profiles.wordpress.org/alexcu21/\">Alex Cuadra</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexclassroom/\">Alex Lion (阿力獅)</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexius08/\">Alexis Pandaan</a> · <a href=\"https://profiles.wordpress.org/alordiel/\">alordiel</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/theaminuldev/\">Aminul Islam</a> · <a href=\"https://profiles.wordpress.org/aialvi/\">Aminul Islam Alvi</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a> · <a href=\"https://profiles.wordpress.org/anatolbroder/\">Anatol Broder</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/andrewhoyer/\">Andrew Hoyer</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/mymothersdaughter/\">Anita C</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antoniosejas/\">Antonio Sejas</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/apmeyer/\">apmeyer</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/fliespl/\">Arkadiusz Rzadkowolski</a> · <a href=\"https://profiles.wordpress.org/armandovias/\">Armando</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a> · <a href=\"https://profiles.wordpress.org/artz91/\">ArtZ91</a> · <a href=\"https://profiles.wordpress.org/asafm7/\">asafm7</a> · <a href=\"https://profiles.wordpress.org/asdofindia/\">asdofindia</a> · <a href=\"https://profiles.wordpress.org/ashfame/\">Ashish Kumar (Ashfame)</a> · <a href=\"https://profiles.wordpress.org/akashdev/\">Ashraful Haque Akash</a> · <a href=\"https://profiles.wordpress.org/askapache/\">askapache</a> · <a href=\"https://profiles.wordpress.org/aslamdoctor/\">Aslam Doctor</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/aut0poietic/\">aut0poietic</a> · <a href=\"https://profiles.wordpress.org/aksl95/\">Axel DUCORON</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharderaiya/\">Azhar Deraiya</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/bartnv/\">bartnv</a> · <a href=\"https://profiles.wordpress.org/bchecketts/\">bchecketts</a> · <a href=\"https://profiles.wordpress.org/beee/\">Beee</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/rainbowgeek/\">Benjamin Denis</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/bvl/\">Benny</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/kau-boy/\">Bernhard Kau</a> · <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/bhattaganesh/\">bhattaganesh</a> · <a href=\"https://profiles.wordpress.org/bhaveshdesai/\">Bhavesh Desai</a> · <a href=\"https://profiles.wordpress.org/bidbmak/\">BiDbMAK</a> · <a href=\"https://profiles.wordpress.org/mbigul/\">Bigul Malayi</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bobbyleenoblestudios/\">bobbyleenoblestudios</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/burlesonbrad/\">Brad Griffin</a> · <a href=\"https://profiles.wordpress.org/bradley2083/\">brad hogan</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradshawtm/\">bradshawtm</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/heybran/\">Brandon Zhang</a> · <a href=\"https://profiles.wordpress.org/bgoewert/\">Brennan Goewert</a> · <a href=\"https://profiles.wordpress.org/brhodes/\">brhodes</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/bgardner/\">Brian Gardner</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/brumack/\">brumack</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/bshuchter/\">bshuchter</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/byteninjaa0/\">byteninjaa0</a> · <a href=\"https://profiles.wordpress.org/cedche99/\">C&#233;dric Chevillard</a> · <a href=\"https://profiles.wordpress.org/callumbw95/\">Callum Bridgford-Whittick</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/karl94/\">Carlo Cannas</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos G. P.</a> · <a href=\"https://profiles.wordpress.org/carlsteffen/\">CarlSteffen</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/corazondejaguar/\">Carolina Romo</a> · <a href=\"https://profiles.wordpress.org/ciobanucatalin/\">Catalin Ciobanu</a> · <a href=\"https://profiles.wordpress.org/catgofire/\">catgofire</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/ccharel/\">ccharel</a> · <a href=\"https://profiles.wordpress.org/cbutlerjr/\">Chad Butler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/cherrygot/\">Chakrapani Gautam</a> · <a href=\"https://profiles.wordpress.org/chihsuan/\">Chi-Hsuan Huang</a> · <a href=\"https://profiles.wordpress.org/chillifish/\">Chillifish</a> · <a href=\"https://profiles.wordpress.org/chloed/\">ChloeD</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/czarate/\">Chris Zarate</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/chrismattix/\">chrismattix</a> · <a href=\"https://profiles.wordpress.org/christinecooper/\">christinecooper</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/nyiriland/\">Christy Nyiri</a> · <a href=\"https://profiles.wordpress.org/cikrimcin/\">cikrimcin</a> · <a href=\"https://profiles.wordpress.org/butterflymedia/\">Ciprian Popescu</a> · <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom/\">cjhaas</a> · <a href=\"https://profiles.wordpress.org/ckoerner/\">ckoerner</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a> · <a href=\"https://profiles.wordpress.org/codebuddy/\">codebuddy</a> · <a href=\"https://profiles.wordpress.org/coleatkinson1/\">coleatkinson1</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/ogrecooper/\">Cooper Dalrymple</a> · <a href=\"https://profiles.wordpress.org/coralietixeront/\">Coralie Tixeront</a> · <a href=\"https://profiles.wordpress.org/salzano/\">Corey Salzano</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/cornwell/\">Cornwell</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cucocreative/\">cucocreative</a> · <a href=\"https://profiles.wordpress.org/cwhitmore/\">Cullen Whitmore</a> · <a href=\"https://profiles.wordpress.org/cyrille37/\">Cyrille37</a> · <a href=\"https://profiles.wordpress.org/daanvandenbergh/\">Daan van den Bergh</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/damchtlv/\">damchtlv</a> · <a href=\"https://profiles.wordpress.org/damir-webthemer/\">Damir</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dancameron/\">Dan Cameron</a> · <a href=\"https://profiles.wordpress.org/danielpw/\">Dan Waldschmidt</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/daniellacatus/\">daniellacatus</a> · <a href=\"https://profiles.wordpress.org/danielmorell/\">danielmorell</a> · <a href=\"https://profiles.wordpress.org/dscqbus/\">Danny Schmarsel</a> · <a href=\"https://profiles.wordpress.org/dannyreaktiv/\">dannyreaktiv</a> · <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a> · <a href=\"https://profiles.wordpress.org/darshitrajyaguru97/\">Darshit Rajyaguru</a> · <a href=\"https://profiles.wordpress.org/dryanpress/\">Dave Ryan</a> · <a href=\"https://profiles.wordpress.org/daveguitaruno/\">daveguitaruno</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">David Arenas</a> · <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/davidperez/\">David Perez</a> · <a href=\"https://profiles.wordpress.org/djivad/\">David Riviera</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/davidb/\">DavidB</a> · <a href=\"https://profiles.wordpress.org/dawidadach/\">dawidadach</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/denis-de-bernardy/\">Denis de Bernardy</a> · <a href=\"https://profiles.wordpress.org/dingo_d/\">Denis Žoljom</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dennysdionigi/\">Dennys Dionigi</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/derekherman/\">derekherman</a> · <a href=\"https://profiles.wordpress.org/devasheeshkaul/\">Devasheesh Kaul</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruval04/\">Dhruval Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/diebombe/\">diebombe</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divinenephron/\">divinenephron</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/dominiquepijnenburg/\">dominiquepijnenburg</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/doughamlin/\">doughamlin</a> · <a href=\"https://profiles.wordpress.org/dougmelvin/\">DougMelvin</a> · <a href=\"https://profiles.wordpress.org/drawcard/\">drawcard</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dsawyers/\">dsawyers</a> · <a href=\"https://profiles.wordpress.org/dustintechsmith/\">dustintechsmith</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eduwass/\">eduwass</a> · <a href=\"https://profiles.wordpress.org/ehti/\">Ehti</a> · <a href=\"https://profiles.wordpress.org/elialum/\">elialum</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/elvismdev/\">Elvis Morales</a> · <a href=\"https://profiles.wordpress.org/emaildano/\">emaildano</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/emranahmed/\">Emran Ahmed</a> · <a href=\"https://profiles.wordpress.org/enaanfarhan/\">Enaan Farhan</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a> · <a href=\"https://profiles.wordpress.org/epeicher/\">epeicher</a> · <a href=\"https://profiles.wordpress.org/ekazda/\">Eric</a> · <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/ejoling/\">Erik Joling</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/ethanscorey/\">ethanscorey</a> · <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fakhriaz/\">fakhriaz</a> · <a href=\"https://profiles.wordpress.org/falgunihdesai/\">Falguni Desai</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/fellyph/\">Fellyph Cintra</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/frantorres/\">Francisco Torres</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frogdesk/\">FrogDesk Strategy</a> · <a href=\"https://profiles.wordpress.org/takahashi_fumiki/\">Fumiki Takahashi</a> · <a href=\"https://profiles.wordpress.org/gaeldenysiak/\">Gael Denysiak</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a> · <a href=\"https://profiles.wordpress.org/gautam23/\">Gautam Mehta</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/stoyanovgs/\">Georgi Stoyanov</a> · <a href=\"https://profiles.wordpress.org/gernberg/\">gernberg</a> · <a href=\"https://profiles.wordpress.org/giuliorubelli/\">giuliorubelli</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/adrock42/\">H. Adam Lenz</a> · <a href=\"https://profiles.wordpress.org/kabir93/\">H. Kabir</a> · <a href=\"https://profiles.wordpress.org/hanimbarek/\">hanimbarek</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">hanneslsm</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardik2221/\">Hardik Raval</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harshgajipara/\">Harsh Gajipara</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/harshbhonsle08/\">harshbhonsle08</a> · <a href=\"https://profiles.wordpress.org/harshdeepgill/\">harshdeepgill</a> · <a href=\"https://profiles.wordpress.org/haruncpi/\">Harun</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">Hidenori ISHIKAWA</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hiroshisato/\">Hiroshi Sato</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hiteshtalpada/\">Hitesh Talpada</a> · <a href=\"https://profiles.wordpress.org/hozefasmile/\">Hozefa Saleh</a> · <a href=\"https://profiles.wordpress.org/hrohh/\">Hrohh</a> · <a href=\"https://profiles.wordpress.org/hugod/\">hugod</a> · <a href=\"https://profiles.wordpress.org/hugosolar/\">hugosolar</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ignatiusjeroe/\">ignatiusjeroe</a> · <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a> · <a href=\"https://profiles.wordpress.org/ikriv/\">ikriv</a> · <a href=\"https://profiles.wordpress.org/imokweb/\">imokweb</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a> · <a href=\"https://profiles.wordpress.org/iqbal1hossain/\">Iqbal Hossain</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishikaatxecurify/\">Ishika Bansal</a> · <a href=\"https://profiles.wordpress.org/ivanottinger/\">Ivan Ottinger</a> · <a href=\"https://profiles.wordpress.org/jabe/\">Jabe</a> · <a href=\"https://profiles.wordpress.org/jacobcassidy/\">Jacob Cassidy</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jaiminp/\">Jaimin Prajapati</a> · <a href=\"https://profiles.wordpress.org/jakariaistauk/\">Jakaria Istauk</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/isotropic/\">James LePage</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamestitus299/\">James Titus</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie</a> · <a href=\"https://profiles.wordpress.org/jamieburchell/\">Jamie Burchell</a> · <a href=\"https://profiles.wordpress.org/jamesmarsland/\">Jamie Marsland</a> · <a href=\"https://profiles.wordpress.org/janthiel/\">janthiel</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/jasalt/\">Jarkko Saltiola</a> · <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/jonmcpartland/\">Jay McPartland</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">Jaydip</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/cheffheid/\">Jeffrey de Wit</a> · <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeffro</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jeremiahbratton/\">Jeremiah Bratton</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jkmassel/\">Jeremy Massel</a> · <a href=\"https://profiles.wordpress.org/slimndap/\">Jeroen Schmit</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jesin/\">Jesin A</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jikamens/\">jikamens</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jojo256/\">Joan Namunina</a> · <a href=\"https://profiles.wordpress.org/jobata/\">JoAnne Obata</a> · <a href=\"https://profiles.wordpress.org/jochent/\">JochenT</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes J&#252;lg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/brandbrilliance/\">John Brand</a> · <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/mindctrl/\">John Parris</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnvieth/\">JohnVieth</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkil&#228;</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/jhabdas/\">Josh Habdas</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/jrmd/\">jrmd</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juampick/\">Juan Cook</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juliengardair/\">juliengardair</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/itsroy69/\">Jyotirmoy Roy</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a> · <a href=\"https://profiles.wordpress.org/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/kakomap/\">Kakoma</a> · <a href=\"https://profiles.wordpress.org/kalpeshh/\">Kalpesh</a> · <a href=\"https://profiles.wordpress.org/karinchristen/\">Karin Christen</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/codebykat/\">Kat Hagan</a> · <a href=\"https://profiles.wordpress.org/katinthehatsite/\">Kateryna K. a11n</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/katrinadtl/\">Katrina Massey</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/khushdoms/\">Kaushik Domadiya</a> · <a href=\"https://profiles.wordpress.org/onlykawshar/\">Kawshar Ahmed</a> · <a href=\"https://profiles.wordpress.org/kaygee79/\">kaygee79</a> · <a href=\"https://profiles.wordpress.org/mt8biz/\">Kazuto Takeshita</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/kgagne/\">Ken Gagne</a> · <a href=\"https://profiles.wordpress.org/kerfred/\">Kerfred</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kesselb/\">kesselb</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevin Leary</a> · <a href=\"https://profiles.wordpress.org/khoipro/\">Khoi Pro</a> · <a href=\"https://profiles.wordpress.org/khushipatel15/\">Khushi Patel</a> · <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a> · <a href=\"https://profiles.wordpress.org/iamkingsleyf/\">Kingsley Felix</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a> · <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/kleor/\">Kleor</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kpapazov/\">kpapazov</a> · <a href=\"https://profiles.wordpress.org/kprocyszyn/\">kprocyszyn</a> · <a href=\"https://profiles.wordpress.org/krishaamer/\">krishaamer</a> · <a href=\"https://profiles.wordpress.org/krunal265/\">Krunal Bhimajiyani</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/kshaner/\">kshaner</a> · <a href=\"https://profiles.wordpress.org/kub1x/\">kub1x</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/kunalpuri123/\">kunalpuri123</a> · <a href=\"https://profiles.wordpress.org/kushsharma/\">Kush Sharma</a> · <a href=\"https://profiles.wordpress.org/kush123/\">Kushagra Goyal</a> · <a href=\"https://profiles.wordpress.org/lgadzhev/\">Lachezar Gadzhev</a> · <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a> · <a href=\"https://profiles.wordpress.org/lakshyajeet/\">Lakshyajeet Singh Goyal</a> · <a href=\"https://profiles.wordpress.org/lalitkumawat/\">Lalit Kumawat</a> · <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a> · <a href=\"https://profiles.wordpress.org/newyorkerlaura/\">Laura Byrne</a> · <a href=\"https://profiles.wordpress.org/laurisaarni/\">Lauri Saarni</a> · <a href=\"https://profiles.wordpress.org/ldanielgiuliani/\">ldanielgiuliani</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/leonidasmilossis/\">Leonidas Milosis</a> · <a href=\"https://profiles.wordpress.org/levinbaria/\">Levin Baria</a> · <a href=\"https://profiles.wordpress.org/lgseo/\">lgseo</a> · <a href=\"https://profiles.wordpress.org/lilgames/\">LilGames</a> · <a href=\"https://profiles.wordpress.org/liviopv/\">liviopv</a> · <a href=\"https://profiles.wordpress.org/logiclink/\">logiclink</a> · <a href=\"https://profiles.wordpress.org/logicrays/\">LogicRays Technologies</a> · <a href=\"https://profiles.wordpress.org/lordandy1984/\">lordandy1984</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/lucasms/\">Lucas Martins</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukasfritzedev/\">LukasFritzeDev</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/maccyd/\">maccyd</a> · <a href=\"https://profiles.wordpress.org/madhavishah01/\">Madhavi Shah</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maikuolan/\">Maikuolan</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manhatthien98/\">manhatthien98</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">Manuel Camargo</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/maorb/\">maorb</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/marc4/\">Marc Armengou</a> · <a href=\"https://profiles.wordpress.org/pagelab/\">Marcio Duarte</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/leadclown/\">Marcus</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/mariohamann/\">mariohamann</a> · <a href=\"https://profiles.wordpress.org/marius84/\">mariushosting</a> · <a href=\"https://profiles.wordpress.org/bozzmedia/\">Marty</a> · <a href=\"https://profiles.wordpress.org/martythornley/\">MartyThornley</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/mathiscode/\">mathiscode</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/maxschmeling/\">Max Schmeling</a> · <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/mabfahad/\">Md Abdullah Al Fahad</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/ismail0071/\">MD ISMAIL</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/masummollaalhaz/\">Md Masum Molla Alhaz</a> · <a href=\"https://profiles.wordpress.org/obiplabon/\">Md Obidullah (obiPlabon)</a> · <a href=\"https://profiles.wordpress.org/wprashed/\">Md Rashed Hossain</a> · <a href=\"https://profiles.wordpress.org/sabbir20/\">Md Sabbir Hossain</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdmoreau/\">mdmoreau</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/mfgmicha/\">Micha Krapp</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/michaelkeck/\">Michael Keck</a> · <a href=\"https://profiles.wordpress.org/mnelson4/\">Michael Nelson</a> · <a href=\"https://profiles.wordpress.org/xmic/\">Michael Sumner</a> · <a href=\"https://profiles.wordpress.org/michaelreetz/\">michaelreetz</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp Hunt</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/migueluy/\">Miguel Lezama</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mobius5150/\">Mike</a> · <a href=\"https://profiles.wordpress.org/mikefitzman/\">Mike Fitzpatrick</a> · <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a> · <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a> · <a href=\"https://profiles.wordpress.org/mmcalister/\">Mike McAlister</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/firestar300/\">Milan Ricoul</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/369work/\">Miroku</a> · <a href=\"https://profiles.wordpress.org/missveronicatv/\">missveronica</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/mkeck/\">mkeck</a> · <a href=\"https://profiles.wordpress.org/mlaetitia1986/\">mlaetitia1986</a> · <a href=\"https://profiles.wordpress.org/mleray/\">mleray</a> · <a href=\"https://profiles.wordpress.org/mleraygp/\">mleraygp</a> · <a href=\"https://profiles.wordpress.org/mobarak/\">Mobarak Ali</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mohkatz/\">Mohammed Kateregga</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtg169/\">mtg169</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/faguni22/\">Mumtahina Faguni</a> · <a href=\"https://profiles.wordpress.org/sedmikrasky/\">N&#250;ria Nadal i Rovira</a> · <a href=\"https://profiles.wordpress.org/vyasnaman/\">Naman Vyas</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Nasim Miah</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">Nate Finch</a> · <a href=\"https://profiles.wordpress.org/naveendwivedi/\">Naveen Dwivedi</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/bugnumber9/\">Nazar Hotsa</a> · <a href=\"https://profiles.wordpress.org/nazmul111/\">Nazmul Hosen</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/nexbridge/\">nexbridge</a> · <a href=\"https://profiles.wordpress.org/nextendweb/\">Nextendweb</a> · <a href=\"https://profiles.wordpress.org/neychok/\">Neycho Kalaydzhiev</a> · <a href=\"https://profiles.wordpress.org/nickchomey/\">Nick</a> · <a href=\"https://profiles.wordpress.org/nickstarkloff/\">Nick</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a> · <a href=\"https://profiles.wordpress.org/nickbrazilian/\">nickbrazilian</a> · <a href=\"https://profiles.wordpress.org/nickjbedford/\">nickjbedford</a> · <a href=\"https://profiles.wordpress.org/nickpagz/\">nickpagz</a> · <a href=\"https://profiles.wordpress.org/nickwilmot/\">nickwilmot</a> · <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a> · <a href=\"https://profiles.wordpress.org/nigelnelles/\">nigelnelles</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/nimeshatxecurify/\">Nimesh</a> · <a href=\"https://profiles.wordpress.org/ninomiho/\">Nino Mihovilic</a> · <a href=\"https://profiles.wordpress.org/ninos-ego/\">Ninos</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">Noel Santos</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/oferlaor/\">oferlaor</a> · <a href=\"https://profiles.wordpress.org/okat/\">okat</a> · <a href=\"https://profiles.wordpress.org/yasunocco/\">Okawa Yasuno</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Ophelia Rose</a> · <a href=\"https://profiles.wordpress.org/optimizingmatters/\">Optimizing Matters</a> · <a href=\"https://profiles.wordpress.org/owi/\">owi</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/palak678/\">Palak Patel</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/techpartho/\">Partho Hore</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/patpiwo/\">Patrick Piwowarczyk</a> · <a href=\"https://profiles.wordpress.org/pryley/\">Paul</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/paulbonneau/\">Paul Bonneau</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/paulstanos/\">paulstanos</a> · <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a> · <a href=\"https://profiles.wordpress.org/pedrofigueroa1989/\">Pedro Figueroa</a> · <a href=\"https://profiles.wordpress.org/peroks/\">Per Egil Roksvaag</a> · <a href=\"https://profiles.wordpress.org/peteringersoll/\">Peter Ingersoll</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philipjohn/\">Philip John</a> · <a href=\"https://profiles.wordpress.org/philsola/\">Philip Sola</a> · <a href=\"https://profiles.wordpress.org/tyrannous/\">Philipp Bammes</a> · <a href=\"https://profiles.wordpress.org/phillsav/\">Phill</a> · <a href=\"https://profiles.wordpress.org/piskvorky/\">piskvorky</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/poojapadamad/\">poojapadamad</a> · <a href=\"https://profiles.wordpress.org/porg/\">porg</a> · <a href=\"https://profiles.wordpress.org/prab18hat/\">prab18hat</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/pranjalpratapsingh/\">Pranjal Pratap Singh</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prasadgupte/\">prasadgupte</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a> · <a href=\"https://profiles.wordpress.org/puggan/\">puggan</a> · <a href=\"https://profiles.wordpress.org/quentinr64600/\">quentinr64600</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiq91/\">Rafiqul Islam</a> · <a href=\"https://profiles.wordpress.org/ralucastn/\">Raluca</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravichudasama01/\">Ravi Chudasama</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/rcrdortiz/\">rcrdortiz</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves</a> · <a href=\"https://profiles.wordpress.org/renishsurani/\">renishsurani</a> · <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a> · <a href=\"https://profiles.wordpress.org/rezwanshiblu1952/\">Rezwan Shiblu</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/riadev/\">riadev</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/rockfire/\">Richard Korthuis</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishabhwp/\">Rishabh Gupta</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/ristojovanovic/\">Risto Jovanovic</a> · <a href=\"https://profiles.wordpress.org/devrito/\">Ritoban</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O\'Rourke</a> · <a href=\"https://profiles.wordpress.org/robmcclel/\">Robmcclel</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/roelof/\">roelof</a> · <a href=\"https://profiles.wordpress.org/rollybueno/\">Rolly Bueno</a> · <a href=\"https://profiles.wordpress.org/ronak44/\">Ronak prajapati</a> · <a href=\"https://profiles.wordpress.org/room34/\">Room 34 Creative Services, LLC</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/rayhatron/\">Rufaro Madamombe</a> · <a href=\"https://profiles.wordpress.org/rutvikbhambhi2004/\">Rutvik Bhambhi</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/skierpage/\">S Page</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/devsabbirahmed/\">Sabbir Sam</a> · <a href=\"https://profiles.wordpress.org/sachinrajcp123/\">SACHINRAJ CP</a> · <a href=\"https://profiles.wordpress.org/sahiljadhav1617/\">Sahil Jadhav</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sakibmoon/\">sakibmoon</a> · <a href=\"https://profiles.wordpress.org/samueljseay/\">Sam</a> · <a href=\"https://profiles.wordpress.org/sam_a/\">sam_a</a> · <a href=\"https://profiles.wordpress.org/samirmalpande/\">Samir Malpande</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/sjapaget/\">Samuel Paget</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/sandeepdahiya/\">Sandeep Dahiya</a> · <a href=\"https://profiles.wordpress.org/sandipsinh007/\">Sandip Sinh</a> · <a href=\"https://profiles.wordpress.org/ourvalley/\">Sandy McFadden</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/tinkerbelly/\">sarah semark</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/satishprajapati/\">Satish Prajapati</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/scholdstrom/\">scholdstrom</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/shsajalchowdhury/\">SH Sajal Chowdhury</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/iamshashank/\">Shashank Jain</a> · <a href=\"https://profiles.wordpress.org/shekh0109/\">Shashank Shekhar</a> · <a href=\"https://profiles.wordpress.org/sajib1223/\">Shazzad Hossain Khan</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">Sheri Grey</a> · <a href=\"https://profiles.wordpress.org/shiponkarmakar/\">Shipon Karmakar</a> · <a href=\"https://profiles.wordpress.org/shreya0shrivastava/\">Shreya Shrivastava</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shyamgadde/\">Shyamsundar Gadde</a> · <a href=\"https://profiles.wordpress.org/sidharthpandita/\">sidharthpandita</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/shilpaashokan94/\">Silpa TA</a> · <a href=\"https://profiles.wordpress.org/simonefontana/\">simonefontana</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/maia12345/\">Sophie Dimitrov</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar01/\">Soyeb Salar</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spstrap/\">spstrap</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stankea/\">stankea</a> · <a href=\"https://profiles.wordpress.org/metodiew/\">Stanko Metodiev</a> · <a href=\"https://profiles.wordpress.org/staurand/\">staurand</a> · <a href=\"https://profiles.wordpress.org/hubersen/\">Stefan Pasch</a> · <a href=\"https://profiles.wordpress.org/stefanvelthuys/\">Stefan Velthuys</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sudipatel007/\">Sudip Dadhaniya</a> · <a href=\"https://profiles.wordpress.org/sujansarkar/\">Sujan Sarkar</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunnykasera/\">sunnykasera</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva (a11n)</a> · <a href=\"https://profiles.wordpress.org/supernovia/\">supernovia</a> · <a href=\"https://profiles.wordpress.org/suzukube/\">SuzuKube</a> · <a href=\"https://profiles.wordpress.org/svedish/\">svedish</a> · <a href=\"https://profiles.wordpress.org/lordspace/\">Svetoslav Marinov</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/syhussaini/\">syhussaini</a> · <a href=\"https://profiles.wordpress.org/schwipps/\">T4ng</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/takuword/\">Takuro</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tatof/\">tatof</a> · <a href=\"https://profiles.wordpress.org/tecnogaming/\">tecnogaming</a> · <a href=\"https://profiles.wordpress.org/mecaota/\">Tetsuro Higuchi</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/tsquez/\">ThemeAWESOME</a> · <a href=\"https://profiles.wordpress.org/themiked/\">theMikeD</a> · <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a> · <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timotijhof/\">Timo Tijhof</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timotheemoulin/\">Timoth&#233;e Moulin</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias B&#228;thge</a> · <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomdevisser/\">Tom de Visser</a> · <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/wpsmith/\">Travis Smith</a> · <a href=\"https://profiles.wordpress.org/traxus/\">traxus</a> · <a href=\"https://profiles.wordpress.org/sllimrovert/\">Trevor Mills</a> · <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/tsteel/\">tsteel</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharbharti/\">Tushar Bharti</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tussendoor/\">Tussendoor B.V.</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshnevase/\">Umesh Nevase</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utsavladani/\">Utsav Ladani</a> · <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a> · <a href=\"https://profiles.wordpress.org/valentingrenier/\">Valentin Grenier</a> · <a href=\"https://profiles.wordpress.org/tsimshatsui/\">Vape tsimshatsui</a> · <a href=\"https://profiles.wordpress.org/vbbp/\">vbbp</a> · <a href=\"https://profiles.wordpress.org/sheldorofazeroth/\">Vedansh Mishra</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/vidugupta/\">vidugupta</a> · <a href=\"https://profiles.wordpress.org/vijendrajat/\">Vijendra Jat</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/ghorivipul97/\">Vipul Ghori</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/vishitshah/\">Vishit Shah</a> · <a href=\"https://profiles.wordpress.org/vladimiraus/\">vladimiraus</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/walterebert/\">Walter Ebert</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a> · <a href=\"https://profiles.wordpress.org/webwrotter/\">webwrotter</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/widhy980/\">widhy980</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">wplmillet</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xerpa43/\">xerpa43</a> · <a href=\"https://profiles.wordpress.org/xipasduarte/\">xipasduarte</a> · <a href=\"https://profiles.wordpress.org/yagniksangani/\">Yagnik Sangani</a> · <a href=\"https://profiles.wordpress.org/yashyadav247/\">Yash</a> · <a href=\"https://profiles.wordpress.org/getsyash/\">Yash B</a> · <a href=\"https://profiles.wordpress.org/yashjawale/\">Yash Jawale</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/yogieanamcara/\">YogieAnamCara</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">Zeel Thakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/lstraczynski/\">Łukasz Strączyński</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">71 locales have fully translated</a> WordPress 6.9 into their language. Community translators are working hard to ensure more translations are on their way. Thank you to everyone who helps make WordPress available in 200+ languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/forums/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get involved</strong></h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding. And learning more and getting involved is easy.  Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Dec 2025 20:12:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 13 Jan 2026 08:44:01 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 13 Jan 2026 08:30:21 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}s:5:\"build\";i:1766724305;s:21:\"cache_expiration_time\";i:1768337058;s:23:\"__cache_expiration_time\";i:1768337058;}','off'),
(2160,'_site_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1768337058','off'),
(2161,'_site_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1768293858','off'),
(2162,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1768337058','off'),
(2163,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/12/2026-global-partner-program/\'>2026 Global Partner Program Announcement</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/12/sotw-2025/\'>State of the Word 2025: Innovation Shaped by Community</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2026/01/shorter-speech/\'>Matt: Shorter Speech</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2026/01/matt-4-2/\'>Matt: Matt 4.2</a></li><li><a class=\'rsswidget\' href=\'https://ma.tt/2026/01/classical-accordian/\'>Matt: Classical Accordian</a></li></ul></div>','off'),
(2175,'elementor_allow_tracking','no','auto'),
(2176,'elementor_tracker_notice','1','auto'),
(2179,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1768305823','off'),
(2180,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:7985;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4956;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2799;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2791;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:2209;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2154;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:2147;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1973;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1722;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1674;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1630;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1564;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1527;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1518;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1516;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1443;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1379;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1317;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1294;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1187;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1162;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:1112;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:1106;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:1100;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:1095;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1080;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:1067;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1052;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:1020;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:1002;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:975;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:961;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:943;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:937;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:918;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:916;}s:2:\"ai\";a:3:{s:4:\"name\";s:2:\"AI\";s:4:\"slug\";s:2:\"ai\";s:5:\"count\";i:897;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:874;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:828;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:797;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:786;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:781;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:773;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:772;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:756;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:751;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:725;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:721;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:710;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:709;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:706;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:705;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:682;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:674;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:667;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:661;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:658;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:658;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:643;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:633;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:627;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:627;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:622;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:619;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:616;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:612;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:600;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:597;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:595;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:595;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:581;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:580;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:577;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:572;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:566;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:560;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:539;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:536;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:535;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:534;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:533;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:533;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:515;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:514;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:491;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:490;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:489;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:486;}s:7:\"chatbot\";a:3:{s:4:\"name\";s:7:\"chatbot\";s:4:\"slug\";s:7:\"chatbot\";s:5:\"count\";i:480;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:473;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:471;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:463;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:459;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:459;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:445;}s:8:\"products\";a:3:{s:4:\"name\";s:8:\"products\";s:4:\"slug\";s:8:\"products\";s:5:\"count\";i:437;}s:10:\"automation\";a:3:{s:4:\"name\";s:10:\"automation\";s:4:\"slug\";s:10:\"automation\";s:5:\"count\";i:434;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:433;}s:11:\"integration\";a:3:{s:4:\"name\";s:11:\"integration\";s:4:\"slug\";s:11:\"integration\";s:5:\"count\";i:430;}}','off'),
(2181,'_transient_ekit_element_manager_compatibity','1','on'),
(2183,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1768305137;s:8:\"response\";a:5:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.34.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:29:\"widget-google-reviews/grw.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/widget-google-reviews\";s:4:\"slug\";s:21:\"widget-google-reviews\";s:6:\"plugin\";s:29:\"widget-google-reviews/grw.php\";s:11:\"new_version\";s:5:\"6.9.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/widget-google-reviews/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/widget-google-reviews.6.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/widget-google-reviews/assets/icon-256x256.gif?rev=3152314\";s:2:\"1x\";s:74:\"https://ps.w.org/widget-google-reviews/assets/icon-128x128.gif?rev=3152314\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/widget-google-reviews/assets/banner-1544x500.png?rev=3152314\";s:2:\"1x\";s:76:\"https://ps.w.org/widget-google-reviews/assets/banner-772x250.png?rev=3152314\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:31:\"custom-css-js/custom-css-js.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/custom-css-js\";s:4:\"slug\";s:13:\"custom-css-js\";s:6:\"plugin\";s:31:\"custom-css-js/custom-css-js.php\";s:11:\"new_version\";s:6:\"3.51.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/custom-css-js/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/custom-css-js.3.51.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";s:2:\"1x\";s:68:\"https://ps.w.org/custom-css-js/assets/banner-772x250.png?rev=1303730\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.8.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:46:\"w.org/plugins/unlimited-elements-for-elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:6:\"plugin\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:11:\"new_version\";s:5:\"2.0.3\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/unlimited-elements-for-elementor/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/unlimited-elements-for-elementor.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-256x256.gif?rev=3429497\";s:2:\"1x\";s:85:\"https://ps.w.org/unlimited-elements-for-elementor/assets/icon-128x128.gif?rev=3429497\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-1544x500.jpg?rev=3429497\";s:2:\"1x\";s:87:\"https://ps.w.org/unlimited-elements-for-elementor/assets/banner-772x250.jpg?rev=3429497\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:55:\"w.org/plugins/addon-elements-for-elementor-page-builder\";s:4:\"slug\";s:41:\"addon-elements-for-elementor-page-builder\";s:6:\"plugin\";s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";s:11:\"new_version\";s:6:\"1.14.4\";s:3:\"url\";s:72:\"https://wordpress.org/plugins/addon-elements-for-elementor-page-builder/\";s:7:\"package\";s:91:\"https://downloads.wordpress.org/plugin/addon-elements-for-elementor-page-builder.1.14.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/icon.svg?rev=3415246\";s:3:\"svg\";s:86:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/icon.svg?rev=3415246\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:97:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/banner-1544x500.png?rev=3423376\";s:2:\"1x\";s:96:\"https://ps.w.org/addon-elements-for-elementor-page-builder/assets/banner-772x250.png?rev=3423568\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.7.8\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.7.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:3:\"7.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/litespeed-cache.7.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:7:\"1.9.8.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.9.8.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=3254748\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=3091364\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=3091364\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=3254748\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=3254748\";}s:8:\"requires\";s:3:\"5.5\";}}s:7:\"checked\";a:9:{s:70:\"addon-elements-for-elementor-page-builder/elementor-addon-elements.php\";s:6:\"1.14.4\";s:23:\"elementor/elementor.php\";s:6:\"3.34.0\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.7.8\";s:35:\"litespeed-cache/litespeed-cache.php\";s:3:\"7.7\";s:29:\"widget-google-reviews/grw.php\";s:3:\"6.9\";s:31:\"custom-css-js/custom-css-js.php\";s:6:\"3.51.2\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.7.1\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:5:\"2.0.1\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.9.8.7\";}}','off'),
(2184,'schema-ActionScheduler_StoreSchema','8.0.1768295045','auto'),
(2185,'schema-ActionScheduler_LoggerSchema','3.0.1768295045','auto'),
(2186,'wpforms_version','1.9.8.7','auto'),
(2187,'wpforms_version_lite','1.9.8.7','auto'),
(2188,'wpforms_activated','a:1:{s:4:\"lite\";i:1768295046;}','auto'),
(2189,'_transient_timeout_wpforms_just_activated','1768295106','off'),
(2190,'_transient_wpforms_just_activated','lite','off'),
(2194,'action_scheduler_lock_async-request-runner','696632fd6866b6.75417419|1768305465','no'),
(2195,'wpforms_versions_lite','a:16:{s:5:\"1.5.9\";i:0;s:7:\"1.6.7.2\";i:0;s:5:\"1.6.8\";i:0;s:5:\"1.7.5\";i:0;s:7:\"1.7.5.1\";i:0;s:5:\"1.7.7\";i:0;s:5:\"1.8.2\";i:0;s:5:\"1.8.3\";i:0;s:5:\"1.8.4\";i:0;s:5:\"1.8.6\";i:0;s:5:\"1.8.7\";i:0;s:5:\"1.9.1\";i:0;s:5:\"1.9.2\";i:0;s:5:\"1.9.7\";i:0;s:7:\"1.9.8.6\";i:0;s:7:\"1.9.8.7\";i:1768295046;}','auto'),
(2196,'wpforms_constant_contact_version','3','auto'),
(2197,'widget_wpforms-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(2198,'_transient_timeout_as-post-store-dependencies-met','1768381446','off'),
(2199,'_transient_as-post-store-dependencies-met','yes','off'),
(2200,'wpforms_settings','a:3:{s:13:\"modern-markup\";s:1:\"1\";s:20:\"modern-markup-is-set\";b:1;s:26:\"modern-markup-hide-setting\";b:1;}','auto'),
(2202,'wpforms_admin_notices','a:1:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1768295046;s:9:\"dismissed\";b:0;}}','auto'),
(2203,'_wpforms_transient_timeout_addons.json','1768899848','off'),
(2204,'_wpforms_transient_addons.json','1768295048','off'),
(2205,'_wpforms_transient_timeout_splash.json','1768899848','off'),
(2206,'_wpforms_transient_splash.json','1768295048','off'),
(2207,'_wpforms_transient_upload_htaccess_file','a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1768295049;s:5:\"ctime\";i:1768295049;}','on'),
(2208,'_wpforms_transient_wpforms_/home/u254843571/domains/mistercleaner.co.nz/public_html/temp/wp-content/uploads/wpforms/cache/.htaccess_file','a:3:{s:4:\"size\";i:446;s:5:\"mtime\";i:1768295054;s:5:\"ctime\";i:1768295054;}','on'),
(2209,'_wpforms_transient_timeout_docs.json','1768899853','off'),
(2210,'_wpforms_transient_docs.json','1768295053','off'),
(2211,'_wpforms_transient_timeout_templates.json','1768899853','off'),
(2212,'_wpforms_transient_templates.json','1768295053','off'),
(2213,'wpforms_builder_opened_date','1768295054','off'),
(2214,'wpforms_challenge','a:13:{s:6:\"status\";s:9:\"completed\";s:4:\"step\";i:5;s:7:\"user_id\";i:1;s:7:\"form_id\";i:953;s:10:\"embed_page\";i:0;s:16:\"embed_page_title\";s:0:\"\";s:16:\"started_date_gmt\";s:19:\"2026-01-13 10:53:29\";s:17:\"finished_date_gmt\";s:19:\"2026-01-13 10:53:43\";s:13:\"seconds_spent\";i:300;s:12:\"seconds_left\";i:0;s:13:\"feedback_sent\";b:0;s:19:\"feedback_contact_me\";b:0;s:13:\"window_closed\";s:1:\"1\";}','auto'),
(2215,'wpforms_splash_version','1.8.6','auto'),
(2216,'_transient_timeout_action_scheduler_last_pastdue_actions_check','1768316654','off'),
(2217,'_transient_action_scheduler_last_pastdue_actions_check','1768295054','off'),
(2218,'wpforms_templates_hash','37a04d38393dbe02c8b5527d48cb9280','auto'),
(2219,'wpforms_forms_first_created','1768295068','off'),
(2221,'action_scheduler_migration_status','complete','auto'),
(2222,'as_has_wp_comment_logs','no','on'),
(2223,'wpforms_process_forms_locator_status','completed','auto'),
(2226,'wpforms_crypto_secret_key','aYPLPWsFLmaYkQC4YWClTDGZfGZ97gJfnnhlSZkJ118=','auto'),
(2228,'wpforms_notifications','a:4:{s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}s:6:\"update\";i:1768295191;}','auto'),
(2327,'_transient_timeout_grw_feed_6.9_844_reviews','1768344836','off'),
(2328,'_transient_grw_feed_6.9_844_reviews','a:3:{s:10:\"businesses\";a:1:{i:0;O:8:\"stdClass\":8:{s:2:\"id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:4:\"name\";s:11:\"Mr. Cleaner\";s:3:\"url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:5:\"photo\";s:159:\"https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300\";s:7:\"address\";s:59:\"264D Papanui Road, Merivale, Christchurch 8052, New Zealand\";s:6:\"rating\";s:3:\"4.7\";s:12:\"review_count\";s:2:\"88\";s:8:\"provider\";s:6:\"google\";}}s:7:\"reviews\";a:7:{i:0;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"2\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:13:\"excellent job\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_d816657723bcfcb06f39e4ee0a72007a.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/113554342650119365068/reviews\";s:11:\"author_name\";s:16:\"Lemohr Mataganas\";s:4:\"time\";s:10:\"1763158737\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:1;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"3\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:27:\"&#x1f4af;&#x1f4af;&#x1f4af;\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_0ddc39750be502d99bc2e458e781f7b0.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/107816141648451272128/reviews\";s:11:\"author_name\";s:14:\"justin de mesa\";s:4:\"time\";s:10:\"1763158734\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:2;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"7\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:160:\"Mr Cleaner did a fantastic job of cleaning our rental unit when tenant moved out. Great communication, prompt and excellent workmanship. Would highly recommend.\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_daa6a8b97ed8bcb615cb3598ed63892a.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/103860816023522018742/reviews\";s:11:\"author_name\";s:10:\"Jan Parkin\";s:4:\"time\";s:10:\"1757130503\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:3;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"6\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:339:\"Second time Mr. Cleaner team cleaned our home. First time was moving out clean, they did such a great job, especially bathroom clean. Second time is for our current home’s deep clean. They gave plenty of help and all addressed cleaning was done plus extra on the day. Thank you and we will surely contact again in our next needed clean!!\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_3cad2b0b97f9a99e3102a083ea4591b4.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/114052815331159408636/reviews\";s:11:\"author_name\";s:16:\"Mayzen Dela Cruz\";s:4:\"time\";s:10:\"1756606730\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:4;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"9\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:197:\"Professional, friendly and efficient. Mr Cleaner listened to our requests, arrived on time and carried out a great exit clean on our home. We really appreciated the hard work and time. Thank you :)\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_2f4b381d823eb8cdf9a833bc63f8a8a1.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/109663848104840641203/reviews\";s:11:\"author_name\";s:4:\"Lily\";s:4:\"time\";s:10:\"1754267522\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:5;O:8:\"stdClass\":15:{s:2:\"id\";s:1:\"8\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:182:\"These guys did a great job. Finished everything to a high standard, really pleasant to deal with, and went above and beyond. Would highly recommend to anyone after cleaning services!\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_95b00fb8152f6a24d4a87048a068df7f.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/103879972810839619693/reviews\";s:11:\"author_name\";s:20:\"Samuel Parker-Gibson\";s:4:\"time\";s:10:\"1752051110\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}i:6;O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"10\";s:4:\"hide\";s:0:\"\";s:6:\"biz_id\";s:27:\"ChIJxdtgqUaLkooROfL6xKsW-qk\";s:7:\"biz_url\";s:115:\"https://maps.google.com/?cid=12248127063587484217&g_mp=CiVnb29nbGUubWFwcy5wbGFjZXMudjEuUGxhY2VzLkdldFBsYWNlEAIYBCAA\";s:6:\"rating\";s:1:\"5\";s:4:\"text\";s:239:\"Very pleased with the results with Mr. Cleaner. The team was punctual and efficient, and our house looked great afterward. They paid attention to details and ensured everything was thoroughly cleaned. We\'d happily recommend them to others.\";s:13:\"author_avatar\";s:124:\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ChIJxdtgqUaLkooROfL6xKsW-qk_e5da13839acc0cb5552677731b434674.jpg\";s:10:\"author_url\";s:65:\"https://www.google.com/maps/contrib/103643090851203001912/reviews\";s:11:\"author_name\";s:10:\"Anna Ramon\";s:4:\"time\";s:10:\"1749765446\";s:6:\"images\";N;s:5:\"reply\";N;s:10:\"reply_time\";N;s:3:\"url\";N;s:8:\"provider\";s:6:\"google\";}}s:7:\"options\";O:8:\"stdClass\":52:{s:9:\"view_mode\";s:6:\"slider\";s:10:\"pagination\";s:0:\"\";s:9:\"text_size\";s:0:\"\";s:13:\"header_center\";s:0:\"\";s:17:\"header_hide_photo\";s:0:\"\";s:16:\"header_hide_name\";s:0:\"\";s:13:\"hide_based_on\";s:0:\"\";s:16:\"hide_writereview\";s:0:\"\";s:15:\"short_last_name\";s:0:\"\";s:10:\"min_letter\";s:0:\"\";s:5:\"media\";s:1:\"1\";s:5:\"reply\";s:1:\"1\";s:18:\"header_hide_social\";s:0:\"\";s:12:\"hide_reviews\";s:0:\"\";s:12:\"slider_speed\";s:0:\"\";s:18:\"slider_text_height\";s:0:\"\";s:15:\"slider_autoplay\";s:1:\"1\";s:16:\"slider_mousestop\";s:1:\"1\";s:20:\"slider_hide_prevnext\";s:0:\"\";s:16:\"slider_hide_dots\";s:0:\"\";s:18:\"slider_breakpoints\";s:0:\"\";s:4:\"null\";s:3:\"off\";s:0:\"\";s:1:\"3\";s:12:\"--star-color\";s:7:\"#fb8e28\";s:17:\"--head-name-color\";s:7:\"#333333\";s:18:\"--head-based-color\";s:7:\"#555555\";s:15:\"--powered-color\";s:7:\"#777777\";s:11:\"--btn-color\";s:7:\"#1f67e7\";s:11:\"--rev-color\";s:7:\"#fafafa\";s:12:\"--name-color\";s:7:\"#154fc1\";s:12:\"--text-color\";s:7:\"#222222\";s:10:\"dark_theme\";s:0:\"\";s:12:\"hide_backgnd\";s:0:\"\";s:10:\"show_round\";s:1:\"1\";s:11:\"show_shadow\";s:0:\"\";s:10:\"style_vars\";s:0:\"\";s:13:\"lazy_load_img\";s:1:\"1\";s:19:\"google_def_rev_link\";s:0:\"\";s:9:\"open_link\";s:1:\"1\";s:13:\"nofollow_link\";s:1:\"1\";s:10:\"aria_label\";s:0:\"\";s:20:\"reviewer_avatar_size\";s:2:\"56\";s:5:\"cache\";s:2:\"12\";s:13:\"reviews_limit\";s:0:\"\";s:6:\"hidden\";s:0:\"\";s:17:\"disable_user_link\";b:0;s:11:\"hide_avatar\";b:0;s:18:\"slider_hide_border\";b:0;s:19:\"header_merge_social\";b:0;s:8:\"centered\";b:0;s:9:\"max_width\";s:0:\"\";s:10:\"max_height\";s:0:\"\";}}','off'),
(2402,'_transient_timeout_wpforms_dash_widget_lite_entries_by_form','1768348801','off'),
(2403,'_transient_wpforms_dash_widget_lite_entries_by_form','a:1:{i:953;a:3:{s:7:\"form_id\";i:953;s:5:\"count\";i:0;s:5:\"title\";s:12:\"Contact Form\";}}','off'),
(2404,'_site_transient_timeout_theme_roots','1768306848','off'),
(2405,'_site_transient_theme_roots','a:5:{s:5:\"astra\";s:7:\"/themes\";s:6:\"cleeny\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";}','off'),
(2419,'_site_transient_timeout_wp_remote_block_patterns_cdb7eb40d2123661aac6715aa6b9ab44','1768308870','off'),
(2420,'_site_transient_wp_remote_block_patterns_cdb7eb40d2123661aac6715aa6b9ab44','a:13:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6664:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Patterns</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-46c320da wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color:#000000;background-color:#ffffff;\" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color:#000000;background-color:#ffffff;\" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color:#000000;background-color:#ffffff;\" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color:#000000;background-color:#ffffff;\" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:991:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"buttons\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3877:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-d2da2050 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2293:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1750:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1914:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"auto, (max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"images\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3074:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-08c01c1c wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-231d8afb is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-d439c89b wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-0733e5d0\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"auto, (max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-5280e479 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-231d8afb is-vertical is-layout-flex wp-container-core-group-is-layout-05b43539 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-5280e479 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"auto, (max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1729:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1719:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3604:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-36fd9ea3 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-7946b6b8 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-21b20327 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-c24efe4f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:4:{i:0;s:7:\"columns\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";i:3;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1369:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":9:{s:31:\"jetpack_post_was_ever_published\";b:0;s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','off'),
(2421,'_transient_timeout_elementor_pro_free_trial_data','1768308878','off'),
(2422,'_transient_elementor_pro_free_trial_data','a:2:{s:11:\"lastUpdated\";s:24:\"2026-01-07T14:01:35.765Z\";s:20:\"pro-free-trial-popup\";a:1:{i:0;a:9:{s:6:\"status\";s:8:\"inactive\";s:7:\"heading\";s:38:\"You’ve come this far. Why stop here?\";s:10:\"subheading\";s:24:\"Elementor Pro Free Trial\";s:12:\"introduction\";s:96:\"Take your site beyond the basics with a free 7-day Elementor Pro trial with no strings attached:\";s:9:\"listItems\";a:4:{i:0;s:12:\"100+ widgets\";i:1;s:13:\"Theme Builder\";i:2;s:24:\"Advanced design controls\";i:3;s:45:\"Custom CSS for pixel-perfect sites - and more\";}s:7:\"ctaText\";s:20:\"Unlock my free trial\";s:6:\"ctaUrl\";s:49:\"https://go.elementor.com/go-pro-free-trial-popup/\";s:15:\"secondaryAction\";s:7:\"Not now\";s:5:\"image\";s:81:\"https://assets.elementor.com/pro-free-trial-popup/v1/images/free_trial_banner.png\";}}}','off'),
(2423,'_transient_timeout_elementor_unread_notifications_1','1768308878','off'),
(2424,'_transient_elementor_unread_notifications_1','a:20:{i:0;s:15:\"one-coming-soon\";i:1;s:16:\"atomic-tabs-3.34\";i:2;s:17:\"interactions-3.34\";i:3;s:22:\"variables-manager-3.33\";i:4;s:15:\"custom-css-3.33\";i:5;s:15:\"blend-mode-3.33\";i:6;s:14:\"transform-3.32\";i:7;s:18:\"size-variable-3.32\";i:8;s:16:\"transitions-3.32\";i:9;s:14:\"variables-3.31\";i:10;s:12:\"filters-3.31\";i:11;s:14:\"ally-assistant\";i:12;s:12:\"classes-3.31\";i:13;s:15:\"attributes-3.31\";i:14;s:19:\"cloud-websites-3.30\";i:15;s:17:\"ally-notification\";i:16;s:15:\"ai-site-planner\";i:17;s:20:\"image-optimizer-3.19\";i:18;s:20:\"5-star-rating-prompt\";i:19;s:23:\"site-mailer-introducing\";}','off'),
(2426,'_site_transient_timeout_wp_remote_block_patterns_90f8d8c386e283381ebbc6d2765d72ed','1768305294','off'),
(2427,'_site_transient_wp_remote_block_patterns_90f8d8c386e283381ebbc6d2765d72ed','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"http_request_failed\";a:1:{i:0;s:103:\"cURL error 61: Unrecognized content encoding type. libcurl understands deflate, gzip content encodings.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}','off'),
(2429,'_elementor_assets_data','a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:11:{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: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:17:\"fas-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:281:\"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\";s:3:\"key\";s:17:\"fas-chevron-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"far-check-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:501:\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\";s:3:\"key\";s:16:\"far-check-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:15:\"fas-arrow-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:253:\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\";s:3:\"key\";s:15:\"fas-arrow-right\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-border-all\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:169:\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\";s:3:\"key\";s:14:\"fas-border-all\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-bath\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:552:\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\";s:3:\"key\";s:8:\"fas-bath\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-road\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:689:\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\";s:3:\"key\";s:8:\"fas-road\";}s:7:\"version\";s:6:\"5.15.3\";}s:7:\"fas-bed\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:303:\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\";s:3:\"key\";s:7:\"fas-bed\";}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:13:\"fas-quidditch\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:503:\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\";s:3:\"key\";s:13:\"fas-quidditch\";}s:7:\"version\";s:6:\"5.15.3\";}}}}','auto'),
(2436,'_transient_is_multi_author','0','on'),
(2464,'_site_transient_timeout_wp_theme_files_patterns-a1c623f7b225a4246118e3a86b54f933','1768338894','off'),
(2466,'_site_transient_wp_theme_files_patterns-a1c623f7b225a4246118e3a86b54f933','a:2:{s:7:\"version\";s:7:\"4.11.18\";s:8:\"patterns\";a:0:{}}','off'),
(2469,'_transient_timeout_astra-theme-cron-test-ok','1768340694','off'),
(2470,'_transient_astra-theme-cron-test-ok','1','off'),
(2472,'_transient_timeout_elementor_remote_info_api_data_3.34.0','1768380295','off'),
(2473,'_transient_elementor_remote_info_api_data_3.34.0','a:4:{s:9:\"timestamp\";s:10:\"1768334758\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10011 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(3,6,'_elementor_edit_mode','builder'),
(4,6,'_elementor_template_type','kit'),
(6,8,'_edit_lock','1768293692:1'),
(7,8,'site-sidebar-layout','no-sidebar'),
(8,8,'site-content-layout',''),
(9,8,'ast-site-content-layout','full-width-container'),
(10,8,'site-content-style','default'),
(11,8,'site-sidebar-style','default'),
(12,8,'ast-global-header-display',''),
(13,8,'ast-banner-title-visibility',''),
(14,8,'ast-main-header-display',''),
(15,8,'ast-hfb-above-header-display',''),
(16,8,'ast-hfb-below-header-display',''),
(17,8,'ast-hfb-mobile-header-display',''),
(19,8,'ast-breadcrumbs-content',''),
(20,8,'ast-featured-img','disabled'),
(21,8,'footer-sml-layout',''),
(22,8,'ast-disable-related-posts',''),
(23,8,'theme-transparent-header-meta',''),
(24,8,'adv-header-id-meta',''),
(25,8,'stick-header-meta',''),
(26,8,'header-above-stick-meta',''),
(27,8,'header-main-stick-meta',''),
(28,8,'header-below-stick-meta',''),
(29,8,'astra-migrate-meta-layouts','default'),
(30,8,'ast-page-background-enabled','default'),
(31,8,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(32,8,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(33,8,'footnotes',''),
(34,8,'_elementor_edit_mode','builder'),
(35,8,'_elementor_template_type','wp-page'),
(36,8,'_elementor_data','[{\"id\":\"a50c511\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-pattern.png\",\"id\":668,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#72501C\",\"background_overlay_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"id\":684,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=25c9b10\",\"background_overlay_color_b\":\"globals\\/colors?id=7a735f1\",\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"\"},\"background_color\":\"#00614A\",\"background_color_b\":\"\",\"background_overlay_color\":\"#00614A\"},\"elements\":[{\"id\":\"997679d\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"a29b658\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51d3dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e333e69\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5049c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ef7c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br \\/>We deliver trusted professional cleaning services in Christchurch for homes and businesses.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"190bd9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a948248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcf360\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\",\"background_color\":\"#576E43\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12cc496\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2de760d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a72f6e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png\",\"id\":859,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d07e4ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c3619\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"96dc23e\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"9453d2b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"238042a3\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3de9e3d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"},\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\"},\"elements\":[{\"id\":\"432bdf41\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_focused_title_color_hover\":\"#00614A\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efad0eb\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=25c9b10\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31d7af4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc0a5\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d4f3e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c3bcd4\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca5a63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9a1c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6799e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2b7d14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a495e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e9c79c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6d4df22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c9a7cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cd300dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ad77a5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f40ccfa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8508acc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#BE7D28\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"globals\\/colors?id=accent\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]},\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":245,\"sizes\":[]}},\"elements\":[{\"id\":\"f0c63e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"9d83639\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba18353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11acfdc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"2d4ff473\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56cb50d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"62a850de\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"b91810f\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"170d1fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83f6aef\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regions We Serve\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"LOCATIONS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you\\u2019re located.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"d517fe2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"679077b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":6,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"10a8e45\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1ff804d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"977f193\"}]},\"elements\":[{\"id\":\"5f96f1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Addington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Aranui \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Avondale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Avonhead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Avonside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Barrington\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Beckenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Belfast \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Bexley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Bishopdale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\" Bromley\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"efe88be\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Brookhaven \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Broomfield \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Bryndwr \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Burnside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Casebrook \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Cashmere \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Chaneys\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"City centre \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Dallington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Edgeware \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Fendalton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a8743c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ferrymead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Halswell\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Harewood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Hei hei \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Hillmorton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Hillsborough\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Hoon hay\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Hornby\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Hyde park \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Ilam \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Islington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"36826c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Kainga \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Linwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Mairehau\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Marshland \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Merivale \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Middleton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"New Brighton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Opawa \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Papanui\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Parklands \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Phillipstown\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0cb0976\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Queenspark \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Redwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Riccarton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Richmond\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Russley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Shirley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Sockburn \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Somerfield\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Spreydon \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"St. Albans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"St. Martins\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b5d7f87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Strowan \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Sumner \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Sydenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Templeton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Upper riccarton\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Wainoni \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Waltham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Wigram \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Woolston \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Yaldhurst\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f10d4fc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1331eef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"e94ac6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d9318cf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"523e9ec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a6335c5\"}]},\"elements\":[{\"id\":\"491e285\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Client Feedback\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"testimonials\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Real stories from customers who trust our services. Their experiences speak for our dedication and results.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"},\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"bc958a9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[grw id=844]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(38,8,'_astra_content_layout_flag','disabled'),
(39,8,'ast-title-bar-display','disabled'),
(40,8,'_elementor_version','3.34.0'),
(45,12,'_wp_attached_file','2025/12/hero-bg-1.png'),
(46,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:950;s:4:\"file\";s:21:\"2025/12/hero-bg-1.png\";s:8:\"filesize\";i:265792;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-bg-1-300x148.png\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22459;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-bg-1-1024x507.png\";s:5:\"width\";i:1024;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-bg-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-bg-1-768x380.png\";s:5:\"width\";i:768;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114567;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"hero-bg-1-1536x760.png\";s:5:\"width\";i:1536;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(47,13,'_wp_attached_file','2025/12/hero-thumb-1.png'),
(48,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:653;s:4:\"file\";s:24:\"2025/12/hero-thumb-1.png\";s:8:\"filesize\";i:75393;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"hero-thumb-1-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"hero-thumb-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(57,15,'_wp_attached_file','2025/12/about-scaled-1-1-2.webp'),
(58,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2025/12/about-scaled-1-1-2.webp\";s:8:\"filesize\";i:297464;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"about-scaled-1-1-2-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15528;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"about-scaled-1-1-2-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120882;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"about-scaled-1-1-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6716;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"about-scaled-1-1-2-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"about-scaled-1-1-2-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:235514;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"about-scaled-1-1-2-1536x2048.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:347702;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(59,6,'_elementor_page_settings','a:12:{s:13:\"custom_colors\";a:7:{i:0;a:3:{s:3:\"_id\";s:7:\"d2c1399\";s:5:\"title\";s:15:\"New theme color\";s:5:\"color\";s:7:\"#916021\";}i:1;a:3:{s:3:\"_id\";s:7:\"62d168d\";s:5:\"title\";s:14:\"New text color\";s:5:\"color\";s:7:\"#3E5046\";}i:2;a:3:{s:3:\"_id\";s:7:\"25c9b10\";s:5:\"title\";s:13:\"New btn Color\";s:5:\"color\";s:7:\"#00614A\";}i:3;a:3:{s:3:\"_id\";s:7:\"a8f9ac1\";s:5:\"title\";s:13:\"New txt color\";s:5:\"color\";s:7:\"#BE7D28\";}i:4;a:3:{s:3:\"_id\";s:7:\"7a735f1\";s:5:\"title\";s:12:\"New bg color\";s:5:\"color\";s:7:\"#72501C\";}i:5;a:3:{s:3:\"_id\";s:7:\"eb905ef\";s:5:\"title\";s:15:\"New green Color\";s:5:\"color\";s:7:\"#429912\";}i:6;a:3:{s:3:\"_id\";s:7:\"9afd2e5\";s:5:\"title\";s:16:\"New Orange Color\";s:5:\"color\";s:7:\"#F1860A\";}}s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";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:\"#007BFF\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#6C757D\";}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:\"#61CE70\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:13:\"mistercleaner\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:29:\"hfe_scroll_to_top_button_text\";s:2:\"Up\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(77,8,'_wp_page_template','default'),
(341,8,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(344,8,'site-post-title','disabled'),
(389,47,'_wp_attached_file','2025/12/feature-icon1.png'),
(390,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:64;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2025/12/feature-icon1.png\";s:8:\"filesize\";i:2114;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:{}}}'),
(391,48,'_wp_attached_file','2025/12/feature-icon2-1.png'),
(392,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:27:\"2025/12/feature-icon2-1.png\";s:8:\"filesize\";i:2538;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:{}}}'),
(393,49,'_wp_attached_file','2025/12/feature-icon3-1.png'),
(394,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:56;s:6:\"height\";i:56;s:4:\"file\";s:27:\"2025/12/feature-icon3-1.png\";s:8:\"filesize\";i:2570;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:{}}}'),
(397,6,'_edit_lock','1767170417:1'),
(402,6,'_wp_page_template','default'),
(403,6,'_elementor_data','[]'),
(411,6,'_elementor_version','3.34.0'),
(1219,127,'_wp_attached_file','2025/12/about-thumb-1.png'),
(1220,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:609;s:6:\"height\";i:614;s:4:\"file\";s:25:\"2025/12/about-thumb-1.png\";s:8:\"filesize\";i:106613;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"about-thumb-1-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"about-thumb-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1678,168,'_edit_last','1'),
(1679,168,'options','a:5:{s:4:\"type\";s:6:\"header\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:3:\"css\";}'),
(1680,168,'_edit_lock','1767694144:1'),
(1745,178,'_wp_attached_file','2025/12/animation-bar-shape-1.png'),
(1746,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:29;s:4:\"file\";s:33:\"2025/12/animation-bar-shape-1.png\";s:8:\"filesize\";i:6891;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"animation-bar-shape-1-300x5.png\";s:5:\"width\";i:300;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2224;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"animation-bar-shape-1-1024x15.png\";s:5:\"width\";i:1024;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12685;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"animation-bar-shape-1-150x29.png\";s:5:\"width\";i:150;s:6:\"height\";i:29;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"animation-bar-shape-1-768x12.png\";s:5:\"width\";i:768;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"animation-bar-shape-1-1536x23.png\";s:5:\"width\";i:1536;s:6:\"height\";i:23;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1875,205,'_elementor_edit_mode','builder'),
(1876,205,'_elementor_template_type','container'),
(1877,205,'_elementor_version','3.34.0'),
(1878,205,'_elementor_data','[{\"id\":\"2af71db4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"-65\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"eae_bg_slider_images\":[],\"eae_slider_custom_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_slideshow_gallery\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"\"}],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"410fc55a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_wrap\":\"nowrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"eae_bg_slider_images\":[],\"eae_slider_custom_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_slideshow_gallery\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"\"}],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52b57db1\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"What We Offer\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=ad0a684\",\"title_color\":\"globals\\/colors?id=ca7b3d7\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Public Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":59,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4906e025\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"eae_bg_slider_images\":[],\"eae_slider_custom_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_slideshow_gallery\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"\"}],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"93bb3e4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"title\":\"Innovative Solutions for Modern Education\",\"header_size\":\"h1\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=ca7b3d7\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Exo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_letter_spacing_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_letter_spacing_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"794b347b\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"text\":\"View All Services\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"row-reverse\",\"align\":\"right\",\"text_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"29\",\"bottom\":\"20\",\"left\":\"29\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=ca7b3d7\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Public Sans\",\"typography_font_weight\":\"500\",\"typography_text_transform\":\"uppercase\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":76,\"sizes\":[]},\"link\":{\"url\":\"https:\\/\\/edutechonlineservices.in\\/services\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"55ce0f6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"eae_bg_slider_images\":[],\"eae_slider_custom_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eae_slider_custom_overlay_slideshow_gallery\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"\"}],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b65b5a4\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":4,\"show_bullets\":\"\",\"show_icon\":\"true\",\"show_button\":\"\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\",\"title\":\"\",\"description\":\"\",\"link\":{\"url\":\"\",\"is_external\":true,\"nofollow\":false,\"custom_attributes\":\"\"}}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Software Development\",\"content\":\"We specialize in creating robust and scalable software solutions tailored to the educational sector Our development process....\",\"btn_text\":\"Show More\",\"image\":{\"id\":199,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/software-developemnt-scaled-1.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"fas fa-laptop\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"},{\"title\":\"Hardware Solutions\",\"content\":\"From servers to workstations, we provide top-quality hardware that supports your educational technology infrastructure...\",\"btn_text\":\"Show More\",\"image\":{\"id\":200,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hardware-support-scaled-1.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"icon icon-Computer\",\"library\":\"ekiticons\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"},{\"title\":\"Web Services\",\"content\":\"Enhance your online presence with our comprehensive web services. We offer website design, development, and maintenance to create a user-friendly ...\",\"btn_text\":\"Show More\",\"image\":{\"id\":201,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/web-services-scaled-1.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"icon icon-server-4\",\"library\":\"ekiticons\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"},{\"title\":\"Server Maintenance\",\"content\":\"Ensure the reliability and performance of your servers with our expert maintenance services. We offer regular updates, ...\",\"btn_text\":\"Show More\",\"image\":{\"id\":202,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/server-maintaince-scaled-1.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"fas fa-ethernet\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"2aptc\",\"item_repeater_class\":\"elementor-repeater-item-2aptc\",\"_id\":\"55bf295\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"},{\"title\":\"Marketing Services\",\"content\":\"Boost your institution\'s visibility and engagement with our marketing services. We provide strategies and tools for digital marketing,..\",\"btn_text\":\"Show More\",\"image\":{\"id\":203,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/marketing-services.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"fas fa-ethernet\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"2aptc\",\"item_repeater_class\":\"elementor-repeater-item-2aptc\",\"_id\":\"6cbae20\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"},{\"title\":\"24\\/7 Support and Training\",\"content\":\"Receive continuous support and comprehensive training to get the most out of our software. Our dedicated team is always ready...\",\"btn_text\":\"Show More\",\"image\":{\"id\":204,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/support-scaled-1.jpg\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder3.jpg\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"icon\":{\"value\":\"fas fa-ethernet\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"2aptc\",\"item_repeater_class\":\"elementor-repeater-item-2aptc\",\"_id\":\"56a8166\",\"override_colors\":\"false\",\"override_background\":\"\",\"hide_item\":\"false\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=astglobalcolor2\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=ca7b3d7\"},\"text_color\":\"#2C2C2C\",\"left_arrow\":{\"value\":\"fas fa-chevron-left\",\"library\":\"solid\"},\"right_arrow\":{\"value\":\"fas fa-chevron-right\",\"library\":\"solid\"},\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false}]'),
(1892,208,'_wp_attached_file','2025/12/service-img-1.png'),
(1893,208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:410;s:6:\"height\";i:280;s:4:\"file\";s:25:\"2025/12/service-img-1.png\";s:8:\"filesize\";i:54400;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"service-img-1-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49947;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"service-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20850;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1894,209,'_wp_attached_file','2025/12/service-img2-1.png'),
(1895,209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:411;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2025/12/service-img2-1.png\";s:8:\"filesize\";i:50789;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-img2-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-img2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19194;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1896,210,'_wp_attached_file','2025/12/service-img3-1.png'),
(1897,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:411;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2025/12/service-img3-1.png\";s:8:\"filesize\";i:47196;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"service-img3-1-300x204.png\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"service-img3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2352,254,'_wp_attached_file','2025/12/service-shape-1.png'),
(2353,254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:488;s:4:\"file\";s:27:\"2025/12/service-shape-1.png\";s:8:\"filesize\";i:15790;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"service-shape-1-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1440;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"service-shape-1-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8149;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"service-shape-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:879;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"service-shape-1-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5271;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4410,448,'_wp_attached_file','2025/12/commercial.webp'),
(4411,448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2025/12/commercial.webp\";s:8:\"filesize\";i:61082;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"commercial-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7304;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"commercial-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"commercial-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"commercial-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42626;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"commercial-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4412,449,'_wp_attached_file','2025/12/carpet.webp'),
(4413,449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:19:\"2025/12/carpet.webp\";s:8:\"filesize\";i:581266;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"carpet-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21010;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"carpet-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"carpet-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7362;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"carpet-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:304628;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"carpet-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:645470;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4414,450,'_wp_attached_file','2025/12/move-in.webp'),
(4415,450,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2025/12/move-in.webp\";s:8:\"filesize\";i:20488;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"move-in-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2596;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"move-in-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13840;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"move-in-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"move-in-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20976;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"move-in-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4416,451,'_wp_attached_file','2025/12/window.webp'),
(4417,451,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:19:\"2025/12/window.webp\";s:8:\"filesize\";i:97998;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"window-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13036;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"window-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"window-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5768;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"window-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71312;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"window-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:123122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4418,452,'_wp_attached_file','2025/12/window1.webp'),
(4419,452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2025/12/window1.webp\";s:8:\"filesize\";i:83258;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"window1-169x300.webp\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9340;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"window1-576x1024.webp\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:63108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"window1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"window1-768x1365.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"window1-864x1536.webp\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110680;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4420,453,'_wp_attached_file','2025/12/builders.webp'),
(4421,453,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:21:\"2025/12/builders.webp\";s:8:\"filesize\";i:88680;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"builders-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7278;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"builders-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:52440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"builders-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"builders-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32246;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"builders-1536x1152.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:100472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4422,454,'_wp_attached_file','2025/12/oven.webp'),
(4423,454,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:17:\"2025/12/oven.webp\";s:8:\"filesize\";i:80994;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"oven-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12832;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"oven-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"oven-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"oven-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65992;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"oven-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106910;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4424,455,'_wp_attached_file','2025/12/shower.webp'),
(4425,455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:19:\"2025/12/shower.webp\";s:8:\"filesize\";i:43062;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"shower-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6126;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"shower-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"shower-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"shower-768x1024.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31780;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"shower-1152x1536.webp\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4586,471,'_wp_attached_file','2025/12/about-thumb3.png'),
(4587,471,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:585;s:6:\"height\";i:644;s:4:\"file\";s:24:\"2025/12/about-thumb3.png\";s:8:\"filesize\";i:98691;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"about-thumb3-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"about-thumb3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14522;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4598,473,'_wp_attached_file','2025/12/why-choose-us-icon-1.webp'),
(4599,473,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2025/12/why-choose-us-icon-1.webp\";s:8:\"filesize\";i:9658;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"why-choose-us-icon-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8274;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4600,474,'_wp_attached_file','2025/12/why-choose-us-icon-2.webp'),
(4601,474,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2025/12/why-choose-us-icon-2.webp\";s:8:\"filesize\";i:7538;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"why-choose-us-icon-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4602,475,'_wp_attached_file','2025/12/why-choose-us-icon-3.webp'),
(4603,475,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2025/12/why-choose-us-icon-3.webp\";s:8:\"filesize\";i:9186;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"why-choose-us-icon-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4605,476,'_wp_attached_file','2025/12/why-choose-us-icon-4.webp'),
(4606,476,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2025/12/why-choose-us-icon-4.webp\";s:8:\"filesize\";i:9118;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"why-choose-us-icon-4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4608,477,'_wp_attached_file','2025/12/why-choose-us-icon-5.webp'),
(4609,477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:33:\"2025/12/why-choose-us-icon-5.webp\";s:8:\"filesize\";i:5204;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"why-choose-us-icon-5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4962,512,'_wp_page_template','elementor_canvas'),
(4963,512,'elementskit_template_activation','yes'),
(4964,512,'elementskit_template_type','header'),
(4965,512,'elementskit_template_condition_a','entire_site'),
(4966,512,'elementskit_template_condition_singular','all'),
(4967,512,'elementskit_template_condition_singular_id',NULL),
(4968,512,'_elementor_edit_mode','builder'),
(4969,512,'_astra_content_layout_flag','disabled'),
(4970,512,'site-post-title','disabled'),
(4971,512,'ast-title-bar-display','disabled'),
(4972,512,'ast-featured-img','disabled'),
(4973,512,'ast-site-content-layout','full-width-container'),
(4974,512,'site-sidebar-layout','no-sidebar'),
(4975,512,'_elementor_template_type','wp-post'),
(4976,512,'_elementor_version','3.34.0'),
(4977,512,'_edit_lock','1767678361:1'),
(4978,512,'ekit_post_views_count','16'),
(4979,514,'_wp_attached_file','2025/12/placeholder-1.png'),
(4980,514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2025/12/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4981,514,'_elementor_source_image_hash','ddc8671f0a395ad10b3de423078aa5d71290b2f1'),
(4982,515,'_wp_attached_file','2025/12/mr-cleaner-logo-2.webp'),
(4983,515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:520;s:6:\"height\";i:178;s:4:\"file\";s:30:\"2025/12/mr-cleaner-logo-2.webp\";s:8:\"filesize\";i:9816;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"mr-cleaner-logo-2-300x103.webp\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9362;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"mr-cleaner-logo-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6188;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4985,516,'_menu_item_type','post_type'),
(4986,516,'_menu_item_menu_item_parent','0'),
(4987,516,'_menu_item_object_id','8'),
(4988,516,'_menu_item_object','page'),
(4989,516,'_menu_item_target',''),
(4990,516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4991,516,'_menu_item_xfn',''),
(4992,516,'_menu_item_url',''),
(5009,512,'_elementor_data','[{\"id\":\"502c6bc7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_all_conditions_list\":[{\"_id\":\"db1ec9c\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7e3b825\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"2afda3e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a41657e\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"6ba8c884\",\"elType\":\"container\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"15\",\"bottom\":\"8\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"e22f960\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"flex_justify_content_mobile\":\"center\",\"flex_align_items_mobile\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"365e257\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0472250\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a1bdc92\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F1860A\"},\"elements\":[{\"id\":\"2e599274\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"0221073435,   0220195919\",\"icon\":\"icon icon-phone-call2\",\"_id\":\"30c485f\",\"link\":{\"url\":\"212695163\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"info@mistercleaner.co.nz\",\"icon\":\"icon icon-email1\",\"_id\":\"cb334fc\",\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"__fa4_migrated\":{\"selected_icon\":true}},{\"text\":\"Christchurch, New Zealand\",\"icon\":\"icon icon-map-marker\",\"_id\":\"4c29b96\",\"selected_icon\":{\"value\":\"icon icon-location\",\"library\":\"ekiticons\"},\"__fa4_migrated\":{\"selected_icon\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"9\",\"sizes\":[]},\"icon_align_mobile\":\"center\",\"ekit_all_conditions_list\":[{\"_id\":\"ea05134\"}],\"icon_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"icon_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"left\",\"icon_self_vertical_align\":\"center\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":-1,\"sizes\":[]},\"space_between_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align_laptop\":\"\",\"icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_self_align_laptop\":\"\",\"icon_self_vertical_align_laptop\":\"\",\"icon_vertical_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"7014da0\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"ekit_socialmedia_icon_hover_bg_color\":\"#FFFFFF\",\"_id\":\"76ebb59\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/mistercleanernz\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_socialmedia_icon_bg_color\":\"#000000\",\"ekit_socialmedia_border_border\":\"solid\",\"ekit_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_socialmedia_border_color\":\"#00614A\",\"__globals__\":{\"ekit_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=25c9b10\",\"ekit_socialmedia_icon_color\":\"\",\"ekit_socialmedia_border_color\":\"globals\\/colors?id=25c9b10\",\"ekit_socialmedia_icon_bg_color\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram-2\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"_id\":\"b62fdff\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/mistercleanernz\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#FFFFFF\",\"ekit_socialmedia_icon_bg_color\":\"#000000\",\"ekit_socialmedia_border_border\":\"solid\",\"ekit_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_socialmedia_border_color\":\"#00614A\",\"__globals__\":{\"ekit_socialmedia_icon_hover_bg_color\":\"globals\\/colors?id=25c9b10\",\"ekit_socialmedia_icon_color\":\"\",\"ekit_socialmedia_border_color\":\"globals\\/colors?id=25c9b10\"}}]},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true},{\"id\":\"7c030386\",\"elType\":\"container\",\"settings\":{\"content_position\":\"middle\",\"structure\":\"20\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"5730294\"}],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_wrap_mobile\":\"nowrap\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1230,\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c59f385\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f644fb9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a672652\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3be5f029\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":20,\"unit\":\"%\"},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"b5130da\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c01bf8c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ae0f6b9\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1160f8f\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4ff7bf42\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":515,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"ekit_all_conditions_list\":[{\"_id\":\"c08915a\"}],\"space_mobile\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"_element_width\":\"auto\",\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":196,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"49b24f61\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":80,\"unit\":\"%\"},\"width_mobile\":{\"size\":50,\"unit\":\"%\"},\"align\":\"flex-end\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"95d4466\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"148a515\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"11ad362\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa5c39f\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d1ed584\",\"elType\":\"widget\",\"settings\":{\"elementskit_nav_menu\":\"main-menu\",\"elementskit_main_menu_position\":\"elementskit-menu-po-center\",\"elementskit_menubar_height\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"elementskit_content_typography_typography\":\"custom\",\"elementskit_content_typography_font_family\":\"Inter\",\"elementskit_content_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"elementskit_content_typography_font_weight\":\"600\",\"elementskit_content_typography_text_transform\":\"capitalize\",\"elementskit_menu_item_typography_typography\":\"custom\",\"elementskit_menu_item_typography_font_family\":\"Roboto\",\"elementskit_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"elementskit_menu_item_typography_font_weight\":\"400\",\"elementskit_item_text_color_hover\":\"#121147\",\"elementskit_menu_item_background_hover_background\":\"gradient\",\"elementskit_submenu_container_background_background\":\"gradient\",\"elementskit_submenu_container_background_color_b\":\"#ffffff\",\"elementskit_submenu_container_width\":\"220px\",\"elementskit_submenu_container_width_tablet\":\"200px\",\"elementskit_panel_box_shadow_box_shadow_type\":\"yes\",\"elementskit_menubar_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_panel_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.12)\"},\"ekit_nav_menu_hover_bar_switch\":\"yes\",\"ekit_nav_menu_hover_bar\":\"#ff5e13\",\"ekit_nav_menu_hover_width\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"_z_index\":\"15\",\"elementskit_menu_toggle_border_border\":\"solid\",\"elementskit_menu_toggle_border_width_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"elementskit_menu_toggle_border_color\":\"#ff5e13\",\"elementskit_menu_toggle_icon_color\":\"#ff5e13\",\"elementskit_menu_toggle_background_hover_background\":\"classic\",\"elementskit_menu_toggle_background_hover_color\":\"#ff5e13\",\"elementskit_menu_toggle_icon_color_hover\":\"rgba(255,255,255,0.5)\",\"elementskit_menu_close_icon_color\":\"#ff5e13\",\"ekit_all_conditions_list\":[{\"_id\":\"afcde68\"}],\"elementskit_nav_menu_logo\":{\"id\":514,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/placeholder-1.png\"},\"elementskit_menu_item_spacing\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"_border_color\":\"#D4D6E3\",\"elementskit_style_tab_submenu_indicator_color\":\"#021343\",\"elementskit_submenu_item_spacing\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"sub_panel_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"25\",\"isLinked\":false},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"_element_width\":\"auto\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"elementskit_main_menu_position_laptop\":\"\",\"elementskit_menubar_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menubar_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menubar_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menubar_background_gradient_position_laptop\":\"\",\"elementskit_menubar_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menubar_background_position_laptop\":\"\",\"elementskit_menubar_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menubar_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menubar_background_repeat_laptop\":\"\",\"elementskit_menubar_background_size_laptop\":\"\",\"elementskit_menubar_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menubar_background_slideshow_background_size_laptop\":\"\",\"elementskit_menubar_background_slideshow_background_position_laptop\":\"\",\"elementskit_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_item_icon_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_content_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_content_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_content_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_content_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_item_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_item_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_item_background_gradient_position_laptop\":\"\",\"elementskit_item_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_item_background_position_laptop\":\"\",\"elementskit_item_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_repeat_laptop\":\"\",\"elementskit_item_background_size_laptop\":\"\",\"elementskit_item_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_slideshow_background_size_laptop\":\"\",\"elementskit_item_background_slideshow_background_position_laptop\":\"\",\"elementskit_menu_text_color_laptop\":\"\",\"elementskit_menu_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_item_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_item_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_item_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_item_background_hover_gradient_position_laptop\":\"\",\"elementskit_item_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_item_background_hover_position_laptop\":\"\",\"elementskit_item_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_hover_repeat_laptop\":\"\",\"elementskit_item_background_hover_size_laptop\":\"\",\"elementskit_item_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_item_background_hover_slideshow_background_size_laptop\":\"\",\"elementskit_item_background_hover_slideshow_background_position_laptop\":\"\",\"elementskit_item_color_hover_laptop\":\"\",\"elementskit_menu_text_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_nav_menu_active_bg_color_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_nav_menu_active_bg_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_nav_menu_active_bg_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_nav_menu_active_bg_color_gradient_position_laptop\":\"\",\"elementskit_nav_menu_active_bg_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_nav_menu_active_bg_color_position_laptop\":\"\",\"elementskit_nav_menu_active_bg_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_menu_active_bg_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_menu_active_bg_color_repeat_laptop\":\"\",\"elementskit_nav_menu_active_bg_color_size_laptop\":\"\",\"elementskit_nav_menu_active_bg_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_menu_active_bg_color_slideshow_background_size_laptop\":\"\",\"elementskit_nav_menu_active_bg_color_slideshow_background_position_laptop\":\"\",\"elementskit_nav_menu_active_text_color_laptop\":\"\",\"elementskit_menu_text_border_active_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_item_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_item_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_submenu_indicator_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_submenu_item_indicator_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_indicator_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_submenu_indicator_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_submenu_indicator_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_submenu_indicator_background_gradient_position_laptop\":\"\",\"elementskit_submenu_indicator_background_position_laptop\":\"\",\"elementskit_submenu_indicator_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_indicator_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_indicator_background_repeat_laptop\":\"\",\"elementskit_submenu_indicator_background_size_laptop\":\"\",\"elementskit_submenu_indicator_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_indicator_background_slideshow_background_size_laptop\":\"\",\"elementskit_submenu_indicator_background_slideshow_background_position_laptop\":\"\",\"elementskit_submenu_indicator_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_submenu_indicator_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_submenu_indicator_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_submenu_indicator_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_item_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_item_color_laptop\":\"\",\"elementskit_menu_item_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_item_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_item_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_item_background_gradient_position_laptop\":\"\",\"elementskit_menu_item_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_item_background_position_laptop\":\"\",\"elementskit_menu_item_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_repeat_laptop\":\"\",\"elementskit_menu_item_background_size_laptop\":\"\",\"elementskit_menu_item_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_slideshow_background_size_laptop\":\"\",\"elementskit_menu_item_background_slideshow_background_position_laptop\":\"\",\"elementskit_item_text_color_hover_laptop\":\"\",\"elementskit_menu_item_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_item_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_item_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_item_background_hover_gradient_position_laptop\":\"\",\"elementskit_menu_item_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_item_background_hover_position_laptop\":\"\",\"elementskit_menu_item_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_hover_repeat_laptop\":\"\",\"elementskit_menu_item_background_hover_size_laptop\":\"\",\"elementskit_menu_item_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_item_background_hover_slideshow_background_size_laptop\":\"\",\"elementskit_menu_item_background_hover_slideshow_background_position_laptop\":\"\",\"elementskit_nav_sub_menu_active_text_color_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_nav_sub_menu_active_bg_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_nav_sub_menu_active_bg_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_nav_sub_menu_active_bg_color_gradient_position_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_nav_sub_menu_active_bg_color_position_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_sub_menu_active_bg_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_sub_menu_active_bg_color_repeat_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_size_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_nav_sub_menu_active_bg_color_slideshow_background_size_laptop\":\"\",\"elementskit_nav_sub_menu_active_bg_color_slideshow_background_position_laptop\":\"\",\"elementskit_menu_item_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_item_border_last_child_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_item_border_first_child_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"sub_panel_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_panel_submenu_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_submenu_container_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_submenu_container_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_submenu_container_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_submenu_container_background_gradient_position_laptop\":\"\",\"elementskit_submenu_container_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_submenu_container_background_position_laptop\":\"\",\"elementskit_submenu_container_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_container_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_container_background_repeat_laptop\":\"\",\"elementskit_submenu_container_background_size_laptop\":\"\",\"elementskit_submenu_container_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_submenu_container_background_slideshow_background_size_laptop\":\"\",\"elementskit_submenu_container_background_slideshow_background_position_laptop\":\"\",\"elementskit_submenu_panel_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_toggle_icon_position_laptop\":\"\",\"elementskit_menu_open_typography_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_toggle_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_toggle_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_toggle_background_gradient_position_laptop\":\"\",\"elementskit_menu_toggle_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_toggle_background_position_laptop\":\"\",\"elementskit_menu_toggle_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_repeat_laptop\":\"\",\"elementskit_menu_toggle_background_size_laptop\":\"\",\"elementskit_menu_toggle_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_slideshow_background_size_laptop\":\"\",\"elementskit_menu_toggle_background_slideshow_background_position_laptop\":\"\",\"elementskit_menu_toggle_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_toggle_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_toggle_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_toggle_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_toggle_background_hover_gradient_position_laptop\":\"\",\"elementskit_menu_toggle_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_toggle_background_hover_position_laptop\":\"\",\"elementskit_menu_toggle_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_hover_repeat_laptop\":\"\",\"elementskit_menu_toggle_background_hover_size_laptop\":\"\",\"elementskit_menu_toggle_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_toggle_background_hover_slideshow_background_size_laptop\":\"\",\"elementskit_menu_toggle_background_hover_slideshow_background_position_laptop\":\"\",\"elementskit_menu_toggle_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_close_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_close_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_close_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_close_background_gradient_position_laptop\":\"\",\"elementskit_menu_close_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_close_background_position_laptop\":\"\",\"elementskit_menu_close_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_repeat_laptop\":\"\",\"elementskit_menu_close_background_size_laptop\":\"\",\"elementskit_menu_close_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_slideshow_background_size_laptop\":\"\",\"elementskit_menu_close_background_slideshow_background_position_laptop\":\"\",\"elementskit_menu_close_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_menu_close_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_close_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"elementskit_menu_close_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"elementskit_menu_close_background_hover_gradient_position_laptop\":\"\",\"elementskit_menu_close_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"elementskit_menu_close_background_hover_position_laptop\":\"\",\"elementskit_menu_close_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_hover_repeat_laptop\":\"\",\"elementskit_menu_close_background_hover_size_laptop\":\"\",\"elementskit_menu_close_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_menu_close_background_hover_slideshow_background_size_laptop\":\"\",\"elementskit_menu_close_background_hover_slideshow_background_position_laptop\":\"\",\"elementskit_menu_close_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_mobile_menu_logo_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_mobile_menu_logo_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"elementskit_mobile_menu_logo_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"elementskit_mobile_menu_logo_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"elementskit_nav_menu_active_text_color\":\"globals\\/colors?id=25c9b10\",\"elementskit_item_color_hover\":\"globals\\/colors?id=a8f9ac1\",\"elementskit_menu_text_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"ekit-nav-menu\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5236,547,'_wp_page_template','elementor_canvas'),
(5237,547,'elementskit_template_activation','yes'),
(5238,547,'elementskit_template_type','footer'),
(5239,547,'elementskit_template_condition_a','entire_site'),
(5240,547,'elementskit_template_condition_singular','all'),
(5241,547,'elementskit_template_condition_singular_id',NULL),
(5242,547,'_elementor_edit_mode','builder'),
(5243,547,'_astra_content_layout_flag','disabled'),
(5244,547,'site-post-title','disabled'),
(5245,547,'ast-title-bar-display','disabled'),
(5246,547,'ast-featured-img','disabled'),
(5247,547,'ast-site-content-layout','full-width-container'),
(5248,547,'site-sidebar-layout','no-sidebar'),
(5249,547,'_elementor_template_type','wp-post'),
(5250,547,'_elementor_version','3.34.0'),
(5251,547,'_edit_lock','1767348855:1'),
(5252,547,'ekit_post_views_count','22'),
(5264,547,'_elementor_data','[{\"id\":\"65e2f269\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"88\",\"right\":\"5\",\"bottom\":\"60\",\"left\":\"5\",\"isLinked\":\"\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"_element_id\":\"xs_footer_8\",\"ekit_all_conditions_list\":[{\"_id\":\"eb4ee8d\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_wrap_tablet\":\"wrap\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"15b3fdd\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f4c9275\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"935346e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[{\"id\":\"629ec47f\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width\":{\"size\":36,\"unit\":\"%\"},\"width_tablet\":{\"size\":49,\"unit\":\"%\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"40\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"99360d6\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa003df\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8786f82\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4df5d46\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"668c622e\",\"elType\":\"widget\",\"settings\":{\"image_size\":\"full\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\",\"is_external\":\"\",\"nofollow\":\"\"},\"image\":{\"id\":515,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b99d70d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61eb529f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>When you visit the space after cleaning, you may enjoy a moment of joy. We are the only one that can provide you with customised service.<\\/p>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9562fc5\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"378d29f0\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icon\":\"icon icon-facebook\",\"ekit_socialmedia_label\":\"Facebook\",\"ekit_socialmedia_icon_hover_bg_color\":\"#000000\",\"_id\":\"da8f4de\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/mistercleanernz\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#ffffff\",\"ekit_socialmedia_icon_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_socialmedia_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_border_border\":\"solid\",\"ekit_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_socialmedia_border_color\":\"#5e6d7e\",\"ekit_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(39,49,113,0.07)\"},\"ekit_socialmedia_icons\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"ekit_socialmedia_icons\":\"1\"},\"__globals__\":{\"ekit_socialmedia_icon_bg_color\":\"globals\\/colors?id=9afd2e5\"}},{\"ekit_socialmedia_icon\":\"icon icon-instagram-2\",\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#000000\",\"_id\":\"c8596be\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/mistercleanernz\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_socialmedia_icon_color\":\"#ffffff\",\"ekit_socialmedia_icon_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_socialmedia_icon_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_icon_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_socialmedia_border_border\":\"solid\",\"ekit_socialmedia_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(39,49,113,0.07)\"},\"ekit_socialmedai_list_box_shadow_hover_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"10\",\"spread\":\"0\",\"color\":\"rgba(39,49,113,0.07)\"},\"ekit_socialmedia_icons\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"__fa4_migrated\":{\"ekit_socialmedia_icons\":\"1\"},\"__globals__\":{\"ekit_socialmedia_icon_bg_color\":\"globals\\/colors?id=9afd2e5\",\"ekit_socialmedia_border_color\":\"\"},\"ekit_socialmedia_icon_bg_color\":\"#00614A\"}],\"ekit_socialmedai_list_box_shadow_box_shadow_type\":\"yes\",\"ekit_socialmedai_list_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"0\",\"blur\":\"2\",\"spread\":\"1\",\"color\":\"#eaebf1\"},\"ekit_socialmedai_list_align\":\"left\",\"ekit_socialmedai_list_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-5\",\"isLinked\":\"\"},\"ekit_socialmedai_list_width\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_socialmedai_list_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_socialmedai_list_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd703f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":true},{\"id\":\"d6c4ac8\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width\":{\"size\":35,\"unit\":\"%\"},\"width_tablet\":{\"size\":49,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"143609d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"890f5d2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3e5eeb4\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"27cbcbe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"020db1e\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"8f514e4\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ee976c4\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62826a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0dfe082\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"e8afde1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-home2\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Address\",\"description_text\":\"Christchurch, New Zealand\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"hover_title_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=eb905ef\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"description_color\":\"globals\\/colors?id=9afd2e5\"},\"hover_primary_color\":\"#000000\",\"title_color\":\"#FFFFFF\",\"description_color\":\"#F1860A\",\"link\":{\"url\":\"https:\\/\\/www.google.com\\/maps\\/place\\/Christchurch,+New+Zealand\\/@-43.512142,172.599001,8z\\/data=!4m6!3m5!1s0x6d322f4863c5ed01:0x500ef8684799945!8m2!3d-43.5320301!4d172.636648!16zL20vMDJ5YzVi?hl=en&entry=ttu&g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"c38eee8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-phone-call\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Call Us\",\"description_text\":\"0221073435,\\n0220195919\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"hover_title_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"primary_color\":\"globals\\/colors?id=eb905ef\",\"description_color\":\"globals\\/colors?id=9afd2e5\"},\"hover_primary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"},{\"id\":\"03ebf3c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"title_text\":\"Email\",\"description_text\":\"info@mistercleaner.co.nz\",\"position\":\"inline-start\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"hover_title_color\":\"#FFFFFF\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Poppins\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"__globals__\":{\"primary_color\":\"globals\\/colors?id=eb905ef\",\"description_color\":\"globals\\/colors?id=9afd2e5\"},\"primary_color\":\"#576E43\",\"hover_primary_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52b34832\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width\":{\"size\":25,\"unit\":\"%\"},\"width_tablet\":{\"size\":49,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"d55838a\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"143609d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"890f5d2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3e5eeb4\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"770e6449\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quick Links\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b4b04f2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fdb93f6\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"0\",\"bottom\":\"\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"8f514e4\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ee976c4\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62826a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0dfe082\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"55e70e7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"icon icon-right-arrow1\",\"library\":\"ekiticons\"},\"_id\":\"c2f6e77\"},{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"icon icon-right-arrow1\",\"library\":\"ekiticons\"},\"_id\":\"465361a\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"icon icon-right-arrow1\",\"library\":\"ekiticons\"},\"_id\":\"8147420\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_color\":\"#ADA6A6\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_color_hover\":\"globals\\/colors?id=9afd2e5\",\"text_color_hover\":\"globals\\/colors?id=9afd2e5\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3e4ff500\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"icon\":\"fa fa-circle\",\"link\":\"321\",\"_id\":\"01d06f0\",\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"icons\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"ekit_page_list_website_link\":{\"url\":\"\",\"is_external\":\"1\",\"nofollow\":\"1\",\"custom_attributes\":\"\"},\"__fa4_migrated\":{\"icons\":true}},{\"icon\":\"fa fa-circle\",\"link\":\"4210\",\"_id\":\"324f54e\",\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"icons\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"ekit_page_list_website_link\":{\"url\":\"\",\"is_external\":\"1\",\"nofollow\":\"1\",\"custom_attributes\":\"\"},\"__fa4_migrated\":{\"icons\":true}},{\"icon\":\"fa fa-circle\",\"link\":\"1214\",\"_id\":\"5245ae1\",\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"icons\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"ekit_page_list_website_link\":{\"url\":\"\",\"is_external\":\"1\",\"nofollow\":\"1\",\"custom_attributes\":\"\"},\"__fa4_migrated\":{\"icons\":true}}],\"space_between\":{\"unit\":\"px\",\"size\":\"23\",\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_color\":\"#ea5356\",\"icon_color_hover\":\"#ea5356\",\"icon_size\":{\"unit\":\"px\",\"size\":\"6\",\"sizes\":[]},\"text_color\":\"#ffffff\",\"text_color_hover\":\"#ffffff\",\"text_indent\":{\"unit\":\"px\",\"size\":\"8\",\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"a447fc4\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15da097a\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"50\",\"unit\":\"%\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":\"\"},\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"973389c\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7eea619\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b1c13fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"4bdb750\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2fda59fc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe Now\",\"title_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"35\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"e758797\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a29d463\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"},{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"},{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"},{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"},{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"},{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"},{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\"}],\"gallery_columns\":\"3\",\"gallery_display_caption\":\"none\",\"image_spacing\":\"custom\",\"image_spacing_custom\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image-gallery\"},{\"id\":\"7546eeed\",\"elType\":\"widget\",\"settings\":{\"editor\":\"follow us on <a href=\\\"https:\\/\\/www.instagram.com\\/mistercleanernz\\/\\\" style=\\\"color:#FFC804\\\">@mistercleanernz<\\/a>\",\"text_color\":\"#ffffff\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Lato\",\"typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"63bd04a\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"bf65f8a\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"15\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"10e8294\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"flex_justify_content_mobile\":\"space-between\",\"flex_gap_mobile\":{\"column\":\"0\",\"row\":\"30\",\"isLinked\":false,\"unit\":\"px\",\"size\":0},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d3e6e78\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"cf9af4d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f0626dd\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\"},\"background_color\":\"#F1860A\"},\"elements\":[{\"id\":\"73e80ae9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a92026.Mr Cleaner. All Rights Reserved.\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_title_align_mobile\":\"text_center\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"c0d3117\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"63ea0f5d\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"icon\":\"\",\"link\":\"2\",\"_id\":\"29e6080\",\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":\"1\",\"nofollow\":\"1\",\"custom_attributes\":\"\"},\"text\":\"Privacy Policy\",\"ekit_page_list_select_page_or_custom_link\":\"\"},{\"icon\":\"\",\"link\":\"2\",\"_id\":\"0e60ed8\",\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":\"1\"},\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":\"1\",\"nofollow\":\"1\",\"custom_attributes\":\"\"},\"text\":\"Blog\",\"ekit_page_list_select_page_or_custom_link\":\"\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"40\",\"sizes\":[]},\"space_between_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_between_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align\":\"right\",\"icon_align_mobile\":\"left\",\"divider_weight\":{\"unit\":\"px\",\"size\":\"2\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"text_color\":\"#FFFFFF\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Lato\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"divider_color\":\"#ee7578\",\"ekit_all_conditions_list\":[{\"_id\":\"ab85cec\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"text_color_hover\":\"\"},\"text_color_hover\":\"#000000\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":false}]'),
(6131,644,'_elementor_edit_mode','builder'),
(6132,644,'_elementor_template_type','page'),
(6133,644,'_elementor_version','3.34.0'),
(6134,644,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(6139,644,'_wp_page_template','default'),
(6140,644,'_elementor_data','[{\"id\":\"406534e0\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6fee6250\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"79f3d53f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=d2c1399\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d7121e1\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d9dce3c\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20242203\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"610e1c74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.\\nWe deliver trusted professional cleaning services in Christchurch for homes and businesses.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=62d168d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7f977bd9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4e32ecba\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b07c0ba\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"63928545\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4f051e16\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"46b317b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-thumb-1.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"22ce29f8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6c802fb4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"187d3009\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7092ea6b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"66b0caa3\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e73efe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"1f789c33\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e512fa5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"43bb5155\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7dfcdb2d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"5e6aae9d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5e2d7c65\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"4345d3f9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12a9b975\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6b3b7b3e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d1b7b31\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"487eb4fe\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"542f70f5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"51502e5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2283b885\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"13e8729\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":12,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"number_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"34346edd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"db78bf7\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"58c6e280\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#00197E\",\"background_color_b\":\"#00197EB5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"background_color_b\":\"\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]}},\"elements\":[{\"id\":\"2fe5a576\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b54c26b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8f06673\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b2338b1\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"62f16ca0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/animation-bar-shape-1.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"34f13e59\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"135291e\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=d2c1399\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60994097\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"79f11e37\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"7c0fa14e\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2f588751\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"6b7122ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"18f2dbba\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"53ce8cd5\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F3F4F8\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"01dcadf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"151757e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48d372b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"57710c44\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7638858\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3cf1fec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"219938d\"}]},\"elements\":[{\"id\":\"74bae81d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb3.png\",\"id\":471,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6cae9128\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7638858\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3cf1fec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"219938d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"5933107b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Trusted Cleaning Service Experts in Christchurch\\n\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"53fe9979\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose <span style=\\\"color:#FFC804\\\"> Mr Cleaner Limited <\\/span>?\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a1f6bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-1.webp\",\"id\":473,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Guaranteed Service\",\"description_text\":\"Enjoy peace of mind with our reliable and professional cleaning services.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"161bef4a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-2.webp\",\"id\":474,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick & Efficient Cleaning\",\"description_text\":\"We value your time and ensure cleaning services are completed promptly.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"69bdbed5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-3.webp\",\"id\":475,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Trained Professionals\",\"description_text\":\"Our cleaners are fully trained to deliver high-quality cleaning every visit.\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1bf10f46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-4.webp\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"High-End Equipment\",\"description_text\":\"Advanced tools allow us to clean even hard-to-reach areas effectively.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"12710249\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-5.webp\",\"id\":477,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Eco-Friendly Products\",\"description_text\":\"We use clean and green products for a safer and comfortable space.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(6148,644,'site-post-title','disabled'),
(6149,647,'_elementor_edit_mode','builder'),
(6150,647,'_elementor_template_type','page'),
(6151,647,'_elementor_version','3.34.0'),
(6152,647,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(6157,647,'_wp_page_template','default'),
(6158,647,'_elementor_data','[{\"id\":\"4810f763\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"id\":12,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"10ff3de8\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"f3fa80\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=d2c1399\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"784123a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"508e74d2\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"693843d6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f3807ca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.\\nWe deliver trusted professional cleaning services in Christchurch for homes and businesses.\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=62d168d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"11b89ce7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2a68495b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b3f3ad5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"74f021e9\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3aa233a7\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"6f2f4bd0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-thumb-1.png\",\"id\":13,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"65310b0d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"30b1cb1c\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"21aaec2f\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"5c06b985\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#F3F4F8\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#FFFFFF\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#2F6DFF\",\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00197E\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"3bdca8b5\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"55188f87\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"137cf089\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6aa6dd95\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=astglobalcolor0\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6cb15487\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2be26604\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"154082cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"f5ae69\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"49511156\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d85dc0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67780c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7900876b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"187104b5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7e174756\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"5982d8da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5e9794ac\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"1e5578ec\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":12,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor3\",\"number_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"11c5c516\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"3c0d2dbc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"48dfd329\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#00197E\",\"background_color_b\":\"#00197EB5\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"background_color_b\":\"\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]}},\"elements\":[{\"id\":\"2484dc58\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b54c26b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8f06673\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b2338b1\"}],\"margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"279c5953\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/animation-bar-shape-1.png\",\"id\":178,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3ab533fd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"652f7bee\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=d2c1399\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77ae2b2f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42c68798\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"5014ef1c\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4365d944\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"13a98514\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"23121ec1\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"2e85c47b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F3F4F8\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"01dcadf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"151757e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"48d372b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"452d97\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7638858\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3cf1fec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"219938d\"}]},\"elements\":[{\"id\":\"31328174\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb3.png\",\"id\":471,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ef17b35\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7638858\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3cf1fec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"219938d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_flex_align_self\":\"center\"},\"elements\":[{\"id\":\"87488b6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Trusted Cleaning Service Experts in Christchurch\\n\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"749dd5a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Choose <span style=\\\"color:#FFC804\\\"> Mr Cleaner Limited <\\/span>?\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"751a239c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-1.webp\",\"id\":473,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Guaranteed Service\",\"description_text\":\"Enjoy peace of mind with our reliable and professional cleaning services.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"1a6c4d20\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-2.webp\",\"id\":474,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick & Efficient Cleaning\",\"description_text\":\"We value your time and ensure cleaning services are completed promptly.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"49ad0816\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-3.webp\",\"id\":475,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Trained Professionals\",\"description_text\":\"Our cleaners are fully trained to deliver high-quality cleaning every visit.\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4dc53cc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-4.webp\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"High-End Equipment\",\"description_text\":\"Advanced tools allow us to clean even hard-to-reach areas effectively.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"616b47e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/why-choose-us-icon-5.webp\",\"id\":477,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Eco-Friendly Products\",\"description_text\":\"We use clean and green products for a safer and comfortable space.\\n\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Inter\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false},\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"_border_color\":\"#BDBDBD\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false}]'),
(6166,647,'site-post-title','disabled'),
(6491,684,'_wp_attached_file','2025/12/hero-bgpattern.png'),
(6492,684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1472;s:6:\"height\";i:704;s:4:\"file\";s:26:\"2025/12/hero-bgpattern.png\";s:8:\"filesize\";i:923975;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"hero-bgpattern-300x143.png\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30044;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"hero-bgpattern-1024x490.png\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353489;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"hero-bgpattern-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"hero-bgpattern-768x367.png\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8118,859,'_wp_attached_file','2026/01/heroImg.png'),
(8119,859,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:693;s:4:\"file\";s:19:\"2026/01/heroImg.png\";s:8:\"filesize\";i:623854;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"heroImg-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:101582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"heroImg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37452;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8158,866,'_wp_attached_file','2026/01/serviceBGShape4.png'),
(8159,866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:488;s:4:\"file\";s:27:\"2026/01/serviceBGShape4.png\";s:8:\"filesize\";i:13167;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"serviceBGShape4-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1767;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"serviceBGShape4-1024x377.png\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9350;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"serviceBGShape4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1315;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"serviceBGShape4-768x283.png\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6378;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8160,867,'footnotes',''),
(8161,867,'_elementor_edit_mode','builder'),
(8162,867,'_elementor_template_type','wp-page'),
(8163,867,'_elementor_data','[{\"id\":\"a50c511\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-pattern.png\",\"id\":668,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#72501C\",\"background_overlay_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"id\":684,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=25c9b10\",\"background_overlay_color_b\":\"globals\\/colors?id=7a735f1\",\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"\"},\"background_color\":\"#00614A\",\"background_color_b\":\"\",\"background_overlay_color\":\"#00614A\"},\"elements\":[{\"id\":\"997679d\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"a29b658\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51d3dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e333e69\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5049c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ef7c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br \\/>We deliver trusted professional cleaning services in Christchurch for homes and businesses.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"190bd9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a948248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcf360\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\",\"background_color\":\"#576E43\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12cc496\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2de760d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a72f6e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png\",\"id\":859,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d07e4ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c3619\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"96dc23e\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"9453d2b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"238042a3\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3de9e3d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"},\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\"},\"elements\":[{\"id\":\"432bdf41\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_focused_title_color_hover\":\"#00614A\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efad0eb\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=25c9b10\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31d7af4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc0a5\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d4f3e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c3bcd4\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca5a63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9a1c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6799e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2b7d14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a495e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e9c79c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6d4df22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c9a7cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cd300dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":12,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ad77a5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f40ccfa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8508acc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#BE7D28\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"globals\\/colors?id=accent\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]},\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":245,\"sizes\":[]}},\"elements\":[{\"id\":\"f0c63e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"9d83639\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba18353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11acfdc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"2d4ff473\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56cb50d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"62a850de\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"b91810f\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"170d1fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83f6aef\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regions We Serve\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"LOCATIONS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you\\u2019re located.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"d517fe2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"679077b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":6,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"10a8e45\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1ff804d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"977f193\"}]},\"elements\":[{\"id\":\"5f96f1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Addington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Aranui \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Avondale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Avonhead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Avonside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Barrington\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Beckenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Belfast \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Bexley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Bishopdale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\" Bromley\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"efe88be\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Brookhaven \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Broomfield \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Bryndwr \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Burnside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Casebrook \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Cashmere \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Chaneys\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"City centre \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Dallington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Edgeware \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Fendalton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a8743c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ferrymead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Halswell\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Harewood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Hei hei \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Hillmorton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Hillsborough\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Hoon hay\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Hornby\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Hyde park \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Ilam \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Islington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"36826c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Kainga \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Linwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Mairehau\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Marshland \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Merivale \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Middleton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"New Brighton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Opawa \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Papanui\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Parklands \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Phillipstown\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0cb0976\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Queenspark \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Redwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Riccarton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Richmond\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Russley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Shirley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Sockburn \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Somerfield\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Spreydon \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"St. Albans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"St. Martins\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b5d7f87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Strowan \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Sumner \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Sydenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Templeton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Upper riccarton\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Wainoni \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Waltham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Wigram \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Woolston \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Yaldhurst\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f10d4fc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1331eef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"e94ac6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d9318cf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"523e9ec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a6335c5\"}]},\"elements\":[{\"id\":\"491e285\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Client Feedback\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"testimonials\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Real stories from customers who trust our services. Their experiences speak for our dedication and results.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"},\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"bc958a9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[grw id=844]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8164,867,'_elementor_version','3.34.0'),
(8165,867,'_wp_page_template','default'),
(8166,867,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8170,868,'footnotes',''),
(8171,868,'_elementor_edit_mode','builder'),
(8172,868,'_elementor_template_type','wp-page'),
(8173,868,'_elementor_data','[{\"id\":\"a50c511\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-pattern.png\",\"id\":668,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#72501C\",\"background_overlay_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"id\":684,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=25c9b10\",\"background_overlay_color_b\":\"globals\\/colors?id=7a735f1\",\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"\"},\"background_color\":\"#00614A\",\"background_color_b\":\"\",\"background_overlay_color\":\"#00614A\"},\"elements\":[{\"id\":\"997679d\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"a29b658\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51d3dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e333e69\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5049c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ef7c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br \\/>We deliver trusted professional cleaning services in Christchurch for homes and businesses.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"190bd9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a948248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcf360\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\",\"background_color\":\"#576E43\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12cc496\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2de760d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a72f6e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png\",\"id\":859,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d07e4ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c3619\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"96dc23e\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"9453d2b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"238042a3\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3de9e3d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"},\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\"},\"elements\":[{\"id\":\"432bdf41\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_focused_title_color_hover\":\"#00614A\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efad0eb\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=25c9b10\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31d7af4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc0a5\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d4f3e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c3bcd4\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca5a63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9a1c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6799e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2b7d14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a495e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e9c79c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6d4df22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c9a7cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cd300dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":12,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ad77a5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f40ccfa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8508acc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#BE7D28\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"globals\\/colors?id=accent\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]},\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":245,\"sizes\":[]}},\"elements\":[{\"id\":\"f0c63e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"9d83639\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba18353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11acfdc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"2d4ff473\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56cb50d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"62a850de\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"b91810f\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"170d1fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83f6aef\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regions We Serve\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"LOCATIONS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you\\u2019re located.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"d517fe2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"679077b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":6,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"10a8e45\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1ff804d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"977f193\"}]},\"elements\":[{\"id\":\"5f96f1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Addington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Aranui \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Avondale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Avonhead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Avonside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Barrington\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Beckenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Belfast \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Bexley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Bishopdale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\" Bromley\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"efe88be\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Brookhaven \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Broomfield \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Bryndwr \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Burnside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Casebrook \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Cashmere \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Chaneys\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"City centre \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Dallington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Edgeware \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Fendalton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a8743c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ferrymead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Halswell\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Harewood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Hei hei \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Hillmorton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Hillsborough\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Hoon hay\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Hornby\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Hyde park \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Ilam \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Islington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"36826c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Kainga \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Linwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Mairehau\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Marshland \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Merivale \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Middleton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"New Brighton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Opawa \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Papanui\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Parklands \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Phillipstown\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0cb0976\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Queenspark \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Redwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Riccarton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Richmond\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Russley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Shirley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Sockburn \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Somerfield\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Spreydon \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"St. Albans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"St. Martins\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b5d7f87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Strowan \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Sumner \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Sydenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Templeton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Upper riccarton\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Wainoni \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Waltham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Wigram \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Woolston \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Yaldhurst\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f10d4fc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1331eef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"e94ac6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d9318cf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"523e9ec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a6335c5\"}]},\"elements\":[{\"id\":\"491e285\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Client Feedback\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"testimonials\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Real stories from customers who trust our services. Their experiences speak for our dedication and results.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"},\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"bc958a9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[grw id=844]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8174,868,'_elementor_version','3.34.0'),
(8175,868,'_wp_page_template','default'),
(8176,868,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8180,869,'footnotes',''),
(8181,869,'_elementor_edit_mode','builder'),
(8182,869,'_elementor_template_type','wp-page'),
(8183,869,'_elementor_data','[{\"id\":\"a50c511\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-pattern.png\",\"id\":668,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"da0ded9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"44e0207\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"3899774\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_overlay_background\":\"classic\",\"background_overlay_color_b\":\"#72501C\",\"background_overlay_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"id\":684,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.35,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=25c9b10\",\"background_overlay_color_b\":\"globals\\/colors?id=7a735f1\",\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"\"},\"background_color\":\"#00614A\",\"background_color_b\":\"\",\"background_overlay_color\":\"#00614A\"},\"elements\":[{\"id\":\"997679d\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"100\",\"isLinked\":false}},\"elements\":[{\"id\":\"a29b658\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Professional Cleaning Services Whenever You Need Them\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"51d3dcc\",\"elType\":\"widget\",\"settings\":{\"title\":\"High-Quality Service\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e333e69\",\"elType\":\"widget\",\"settings\":{\"title\":\" <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span>\",\"header_size\":\"h1\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":52,\"sizes\":[]},\"typography_font_weight\":\"800\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5049c54\",\"elType\":\"widget\",\"settings\":{\"title\":\"Professional Cleaning Service Provider in Christchurch\\n\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5ef7c8c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br \\/>We deliver trusted professional cleaning services in Christchurch for homes and businesses.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=astglobalcolor7\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"190bd9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c6dbf0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"68466e3\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e5959dc\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"a948248\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_align_items\":\"flex-start\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"2a6ba63\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8c83321\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"720a75a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcf360\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get a Free Quote\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"26\",\"bottom\":\"16\",\"left\":\"26\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":39.485},\"_flex_size\":\"none\",\"background_color\":\"#576E43\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"12cc496\",\"elType\":\"widget\",\"settings\":{\"text\":\"Call Us Now\",\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"},\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_background_hover_color\":\"#212529\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"3\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\"},\"link\":{\"url\":\"tel:0221073435\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_element_custom_width\":{\"unit\":\"%\",\"size\":40.936},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2de760d\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5224690\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8178f89\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fa57e05\"}],\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[{\"id\":\"a72f6e3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png\",\"id\":859,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"start\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d07e4ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"5413c14\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b881a67\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"ed82660\"}],\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"27c3619\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\",\"id\":47,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"House Cleaning\",\"ekit_icon_box_description_text\":\"Refresh your living space with meticulous cleaning for a healthier, happier home.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"96dc23e\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\",\"id\":48,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Window Cleaning\",\"ekit_icon_box_description_text\":\"Achieve crystal-clear views and enhance natural light with streak-free shine.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"9453d2b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_enable_header_icon\":\"image\",\"ekit_icon_box_header_image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\",\"id\":49,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ekit_icon_box_title_text\":\"Office Cleaning\",\"ekit_icon_box_description_text\":\"Boost productivity and professionalism with a spotless, sanitized work environment.\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_text_align_responsive\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Inter\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"ekit_icon_box_show_global_link\":\"\",\"ekit_icon_box_infobox_bg_group_background\":\"video\",\"ekit_icon_box_infobox_bg_group_color\":\"#FFFFFF\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"3\",\"bottom\":\"35\",\"left\":\"35\",\"isLinked\":false},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_hover_group_color\":\"#EEFFEB\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_info_box_hover_animation\":\"float\",\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_title_color\":\"#00614A\",\"ekit_icon_box_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"045\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":15},\"__globals__\":{\"ekit_icon_title_color\":\"globals\\/colors?id=a8f9ac1\",\"ekit_icon_box_icon_box_border_hv_group_color\":\"globals\\/colors?id=7a735f1\",\"ekit_icon_box_infobox_bg_group_color\":\"\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_box_iocnbox_border_group_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_icon_box_infobox_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_icon_box_infobox_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":5,\"color\":\"rgba(171.40252075195315, 171.40252075195315, 171.40252075195315, 0.5)\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#72501C\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":false},{\"id\":\"238042a3\",\"elType\":\"container\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":\"\"},\"_element_id\":\"xs_cta_style_16\",\"ekit_all_conditions_list\":[{\"_id\":\"2502925\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"aa8089b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4d5e5b8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"74157d2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3de9e3d1\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":\"29\",\"vertical\":\"29\",\"blur\":\"60\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.2)\"},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"60\",\"bottom\":\"60\",\"left\":\"60\",\"isLinked\":\"1\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"4d5736f\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a556bf7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5412c0d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"26977da\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=a8f9ac1\"},\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\"},\"elements\":[{\"id\":\"432bdf41\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get A Free {{Appoinment }}\",\"ekit_heading_focused_title\":\"Elements\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Create your own\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_color\":\"#565656\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Lato\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-62\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_stop\":{\"unit\":\"%\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_color_b_stop\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_gradient_angle\":{\"unit\":\"deg\",\"size\":\"180\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_xpos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_ypos_mobile\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_bg_width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"fcb15c0\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_focused_title_color\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=25c9b10\",\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"},\"ekit_heading_extra_title_color\":\"#000000\",\"ekit_heading_focused_title_color_hover\":\"#00614A\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"efad0eb\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Request A Quote\",\"ekit_btn_align\":\"right\",\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Lato\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_text_color\":\"#ffffff\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":\"1\"},\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":\"1\"},\"ekit_btn_align_mobile\":\"center\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":\"19\",\"vertical\":\"19\",\"blur\":\"40\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"21\",\"right\":\"55\",\"bottom\":\"21\",\"left\":\"55\",\"isLinked\":\"\"},\"ekit_btn_icon_align\":\"right\",\"ekit_btn_hover_border_color\":\"#eaac02\",\"ekit_all_conditions_list\":[{\"_id\":\"1f2ffe8\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width_tablet\":\"inherit\",\"_element_width_mobile\":\"auto\",\"ekit_btn_url\":{\"url\":\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_btn_typography_text_decoration\":\"none\",\"__globals__\":{\"ekit_btn_bg_color_color\":\"globals\\/colors?id=25c9b10\",\"ekit_btn_bg_hover_color_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"31d7af4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"43fc0a5\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"d4f3e6a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c3bcd4\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"ca5a63f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9a1c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d6799e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d2b7d14\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"86a495e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8e9c79c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6d4df22\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"0c9a7cf\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"cd300dc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ad77a5e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f40ccfa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8508acc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"gradient\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"285999d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8de62a4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c748bac\"}],\"background_color\":\"#BE7D28\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"css_classes\":\"marquee-image-container\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"background_color_b\":\"globals\\/colors?id=accent\"},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":272,\"sizes\":[]},\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":245,\"sizes\":[]}},\"elements\":[{\"id\":\"f0c63e9\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"af83f0c\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1b5d9e8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf29daf\"}],\"css_classes\":\"div-dance\"},\"elements\":[{\"id\":\"9d83639\",\"elType\":\"widget\",\"settings\":{\"title\":\"OUR SERVICES\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\"},\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ba18353\",\"elType\":\"widget\",\"settings\":{\"title\":\"Fair-Priced Cleaning Packages That Fit Your Budget\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"11acfdc\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"df026db\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d825322\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c52d078\"}]},\"elements\":[{\"id\":\"2d4ff473\",\"elType\":\"widget\",\"settings\":{\"content_width\":\"full\",\"number_of_items\":3,\"show_bullets\":\"\",\"show_icon\":\"true\",\"button_text\":\"Learn More\",\"align\":\"left\",\"image_height\":{\"unit\":\"px\",\"size\":290,\"sizes\":[]},\"image_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"icon_alignment\":\"flex-start\",\"title_spacing\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Exo\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Public Sans\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"text_typography_font_weight\":\"400\",\"nav_arrow_spacing\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"nav_arrow_position\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"nav_arrow_icon_color\":\"#FFFFFF\",\"dot_spacing\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"multisource_posts_include_date_meta_format\":\"Ymd\",\"multisource_posts_maxitems\":10,\"multisource_items\":[{\"item_type\":\"image\",\"image\":{\"id\":192,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-1.jpg\"},\"_id\":\"1d337ed\"},{\"item_type\":\"image\",\"image\":{\"id\":193,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2-1.jpg\"},\"_id\":\"393dc33\"},{\"item_type\":\"youtube\",\"image\":{\"id\":194,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3-1.jpg\"},\"url_youtube\":\"qrO4YZeyl0I\",\"_id\":\"e2a0a38\"},{\"item_type\":\"image\",\"image\":{\"id\":195,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5-1.jpg\"},\"_id\":\"4972632\"},{\"item_type\":\"vimeo\",\"image\":{\"id\":196,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4-1.jpg\"},\"vimeo_id\":\"581014653\",\"_id\":\"455f6fd\"},{\"item_type\":\"html5\",\"image\":{\"id\":197,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6-1.jpg\"},\"url_html5\":\"http:\\/\\/commondatastorage.googleapis.com\\/gtv-videos-bucket\\/sample\\/BigBuckBunny.mp4\",\"_id\":\"1f208c2\"},{\"item_type\":\"image\",\"image\":{\"id\":198,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1-2.jpg\"},\"_id\":\"b7bf13d\"}],\"multisource_instagram\":\"@gianlucavacchi\",\"multisource_instagram_num_items\":12,\"uc_items\":[{\"title\":\"Residential Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder2.jpg\",\"icon\":{\"value\":\"fas fa-hands-wash\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"dpdje\",\"item_repeater_class\":\"elementor-repeater-item-dpdje\",\"_id\":\"482955c\",\"override_colors\":\"\",\"hide_item\":\"\"},{\"title\":\"Building Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder1.jpg\",\"icon\":{\"value\":\"fas fa-soap\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"a5bij\",\"item_repeater_class\":\"elementor-repeater-item-a5bij\",\"_id\":\"9e1260c\"},{\"title\":\"Commercial Cleaning\",\"content\":\"<p><i class=\\\"fas fa-check fa-solid\\\"><\\/i>  Carpet Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bathroom Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Floor Cleaning<br>\\n<i class=\\\"fas fa-check fa-solid\\\"><\\/i> Bedroom Cleaning\\n<br>\\n<\\/p>\",\"btn_text\":\"Get Services\",\"image\":{\"id\":210,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img3-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_attributes_nosize\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_attributes\":\" src=\\\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\\\"\",\"image_size\":\"\",\"image_thumb\":\"https:\\/\\/edutechonlineservices.in\\/wp-content\\/uploads\\/ac_assets\\/uc_classic_carousel\\/placeholder4.jpg\",\"icon\":{\"value\":\"fas fa-broom\",\"library\":\"fa-solid\"},\"icon_html\":\"<i class=\'fas fa-rocket\'><\\/i>\",\"_generated_id\":\"j09e3\",\"item_repeater_class\":\"elementor-repeater-item-j09e3\",\"_id\":\"60ea1b6\",\"hide_item\":\"\"}],\"__globals__\":{\"background_color\":\"globals\\/colors?id=a8f9ac1\",\"nav_arrow_background\":\"globals\\/colors?id=ca7b3d7\",\"icon_background\":\"globals\\/colors?id=25c9b10\",\"button_background_color_hover\":\"globals\\/colors?id=astglobalcolor0\",\"active_slide_background\":\"globals\\/colors?id=25c9b10\",\"icon_color\":\"globals\\/colors?id=astglobalcolor4\"},\"text_color\":\"#FEFEFE\",\"multisource_gallery\":[{\"id\":186,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery1.jpg\"},{\"id\":187,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery2.jpg\"},{\"id\":188,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery3.jpg\"},{\"id\":189,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery4.jpg\"},{\"id\":190,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery5.jpg\"},{\"id\":191,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/gallery6.jpg\"}],\"slide_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_color\":\"#00197E\",\"item_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":7,\"spread\":5,\"color\":\"rgba(255, 255, 255, 0.65)\"},\"active_slide_background\":\"#2F6EFF\",\"active_item_scale\":{\"unit\":\"px\",\"size\":1,\"sizes\":[],\"value\":\"1\"},\"enable_img_overlay\":\"\",\"image_overlay_opacity_hover\":{\"unit\":\"%\",\"size\":10,\"sizes\":[],\"value\":\"20\"},\"icon_size_outter\":{\"unit\":\"px\",\"size\":60,\"sizes\":[],\"value\":\"60\"},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[],\"value\":\"20\"},\"icon_color\":\"#FFC804\",\"icon_background\":\"#2F6EFF\",\"icon_shadow_box_shadow_type\":\"yes\",\"icon_spacing\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[],\"value\":\"0\"},\"title_color\":\"#F8F4F4\",\"button_hover_animation\":\"elementor-animation-bob\",\"button_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[],\"value\":\"0\"},\"button_bg_color\":\"#D3D3D3\",\"button_background_color_hover\":\"#046bd2\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"ucaddon_card_carousel\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"56cb50d7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"rgba(255,255,255,0.69)\",\"ekit_all_conditions_list\":[{\"_id\":\"eefe253\"}],\"ekit_section_parallax_multi_items\":[],\"hide_mobile\":\"hidden-phone\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":\"0\",\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"80\",\"bottom\":\"140\",\"left\":\"80\",\"isLinked\":false},\"width_tablet\":{\"unit\":\"%\",\"size\":\"100\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"303de46\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4f23bbb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"307f809\"}]},\"elements\":[{\"id\":\"62a850de\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Completed Cleaning Projects\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"OUR GALLERY \",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p><span style=\\\"font-weight: 400;\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"b91810f\",\"elType\":\"widget\",\"settings\":{\"eae_filterable_gallery_content\":[{\"eae_filter_label\":\"Commercial\",\"_id\":\"bb8ae64\",\"eae_img_gallery\":[{\"id\":448,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\"}]},{\"eae_filter_label\":\"Carpet\",\"_id\":\"f6d7550\",\"eae_img_gallery\":[{\"id\":449,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\"}]},{\"eae_filter_label\":\"Move-In \\/ Move-Out\",\"_id\":\"276226d\",\"eae_img_gallery\":[{\"id\":450,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\"}]},{\"eae_filter_label\":\"Window\",\"eae_img_gallery\":[{\"id\":451,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\"},{\"id\":452,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\"}],\"_id\":\"2599cee\"},{\"eae_filter_label\":\"Builders\",\"eae_img_gallery\":[{\"id\":453,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\"}],\"_id\":\"f6c516e\"},{\"eae_filter_label\":\"Oven Deep \",\"eae_img_gallery\":[{\"id\":454,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\"}],\"_id\":\"cdc6263\"},{\"eae_filter_label\":\"Hard Water Marks Shower Treatment\",\"eae_img_gallery\":[{\"id\":455,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\"}],\"_id\":\"3130741\"}],\"thumbnail_size\":\"medium\",\"columns\":4,\"enable_image_ratio\":\"yes\",\"image_ratio\":{\"unit\":\"px\",\"size\":0.91,\"sizes\":[]},\"show_all_tab_text\":\"All\",\"open_lightbox\":\"yes\",\"icon\":{\"value\":\"fas fa-quidditch\",\"library\":\"fa-solid\"},\"filter_typography_typography\":\"custom\",\"filter_typography_font_family\":\"Inter\",\"filter_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"filter_typography_font_weight\":\"500\",\"filter_typography_text_transform\":\"uppercase\",\"filter_typography_text_decoration\":\"none\",\"filter_bg_color\":\"#00197E\",\"current_filter_bg_color\":\"#2F6EFF\",\"filter_border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"filter_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"10\",\"bottom\":\"5\",\"left\":\"10\",\"isLinked\":false},\"filter_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"__globals__\":{\"filter_bg_color\":\"globals\\/colors?id=a8f9ac1\",\"current_filter_color\":\"\",\"filter_color\":\"\",\"current_filter_bg_color\":\"globals\\/colors?id=25c9b10\",\"filter_border_current_color\":\"\",\"filter_hover_color\":\"\",\"primary_color\":\"globals\\/colors?id=d2c1399\"}},\"elements\":[],\"widgetType\":\"eae-filterableGallery\"}],\"isInner\":false},{\"id\":\"170d1fb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_color\":\"#EEFFEB\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"83f6aef\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regions We Serve\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"LOCATIONS\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you\\u2019re located.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"d517fe2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"679077b\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":6,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"10a8e45\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1ff804d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"977f193\"}]},\"elements\":[{\"id\":\"5f96f1f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Addington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Aranui \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Avondale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Avonhead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Avonside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Barrington\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Beckenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Belfast \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Bexley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Bishopdale\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\" Bromley\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"efe88be\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Brookhaven \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Broomfield \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Bryndwr \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Burnside \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Casebrook \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Cashmere \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Chaneys\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"City centre \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Dallington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Edgeware \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Fendalton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"6a8743c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Ferrymead \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Halswell\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Harewood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Hei hei \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Hillmorton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Hillsborough\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Hoon hay\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Hornby\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Hyde park \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Ilam \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Islington \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"36826c8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Kainga \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Linwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Mairehau\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Marshland \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Merivale \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Middleton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"New Brighton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Opawa \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Papanui\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Parklands \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"Phillipstown\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"0cb0976\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Queenspark \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Redwood \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Riccarton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Richmond\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Russley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Shirley \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Sockburn \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Somerfield\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Spreydon \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"St. Albans\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"},{\"text\":\"St. Martins\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"9b2c057\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"b5d7f87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Strowan \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d16894\"},{\"text\":\"Sumner \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"39bce82\"},{\"text\":\"Sydenham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"94954b8\"},{\"text\":\"Templeton \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8cefbfb\"},{\"text\":\"Upper riccarton\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5553249\"},{\"text\":\"Wainoni \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"7fc42f4\"},{\"text\":\"Waltham \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"79853e7\"},{\"text\":\"Wigram \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"443e5e6\"},{\"text\":\"Woolston \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"2d77a62\"},{\"text\":\"Yaldhurst\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"0d8c14c\"}],\"space_between\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"600\",\"icon_typography_text_transform\":\"uppercase\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=25c9b10\",\"text_color_hover\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"f10d4fc\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b66e44f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"749b8c8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7adc21a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1331eef\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f28c34a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e689b98\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1079fe0\"}]},\"elements\":[{\"id\":\"e94ac6d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d9318cf\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"523e9ec\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a6335c5\"}]},\"elements\":[{\"id\":\"491e285\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Our Client Feedback\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"testimonials\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#233d63\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"28\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"36\",\"sizes\":[]},\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Inter\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"700\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_use_sub_title_text_fill\":\"\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"0618ad8\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\"},\"_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"Real stories from customers who trust our services. Their experiences speak for our dedication and results.\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=a8f9ac1\"},\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"bc958a9\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[grw id=844]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8184,869,'_elementor_version','3.34.0'),
(8185,869,'_wp_page_template','default'),
(8186,869,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8192,871,'_edit_lock','1768040281:1'),
(8193,871,'site-sidebar-layout','no-sidebar'),
(8194,871,'site-content-layout',''),
(8195,871,'ast-site-content-layout','full-width-container'),
(8196,871,'site-content-style','default'),
(8197,871,'site-sidebar-style','default'),
(8198,871,'ast-global-header-display',''),
(8199,871,'ast-banner-title-visibility',''),
(8200,871,'ast-main-header-display',''),
(8201,871,'ast-hfb-above-header-display',''),
(8202,871,'ast-hfb-below-header-display',''),
(8203,871,'ast-hfb-mobile-header-display',''),
(8205,871,'ast-breadcrumbs-content',''),
(8206,871,'ast-featured-img','disabled'),
(8207,871,'footer-sml-layout',''),
(8208,871,'ast-disable-related-posts',''),
(8209,871,'theme-transparent-header-meta',''),
(8210,871,'adv-header-id-meta',''),
(8211,871,'stick-header-meta',''),
(8212,871,'header-above-stick-meta',''),
(8213,871,'header-main-stick-meta',''),
(8214,871,'header-below-stick-meta',''),
(8215,871,'astra-migrate-meta-layouts','default'),
(8216,871,'ast-page-background-enabled','default'),
(8217,871,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(8218,871,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(8219,871,'footnotes',''),
(8220,871,'_elementor_edit_mode','builder'),
(8221,871,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES
(8222,871,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#007BFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8223,872,'footnotes',''),
(8224,871,'_edit_last','1'),
(8225,871,'_astra_content_layout_flag','disabled'),
(8226,871,'ast-title-bar-display','disabled'),
(8227,871,'_elementor_version','3.34.0'),
(8228,871,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8231,871,'site-post-title','disabled'),
(8241,873,'footnotes',''),
(8242,873,'_elementor_edit_mode','builder'),
(8243,873,'_elementor_template_type','wp-page'),
(8244,873,'_elementor_data',''),
(8245,873,'_elementor_version','3.34.0'),
(8246,873,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8248,874,'footnotes',''),
(8249,874,'_elementor_edit_mode','builder'),
(8250,874,'_elementor_template_type','wp-page'),
(8251,874,'_elementor_data',''),
(8252,874,'_elementor_version','3.34.0'),
(8253,874,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8255,871,'_wp_page_template','default'),
(8256,875,'footnotes',''),
(8257,875,'_elementor_edit_mode','builder'),
(8258,875,'_elementor_template_type','wp-page'),
(8259,875,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8260,875,'_elementor_version','3.34.0'),
(8261,875,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8263,875,'_wp_page_template','default'),
(8282,877,'_edit_last','1'),
(8283,877,'options','a:5:{s:4:\"type\";s:6:\"header\";s:7:\"linking\";s:8:\"internal\";s:8:\"priority\";s:1:\"5\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:3:\"css\";}'),
(8284,877,'_edit_lock','1768039884:1'),
(8285,878,'footnotes',''),
(8286,878,'_elementor_edit_mode','builder'),
(8287,878,'_elementor_template_type','wp-page'),
(8288,878,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8289,878,'_elementor_version','3.34.0'),
(8290,878,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8292,878,'_wp_page_template','default'),
(8295,879,'footnotes',''),
(8296,879,'_elementor_edit_mode','builder'),
(8297,879,'_elementor_template_type','wp-page'),
(8298,879,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8299,879,'_elementor_version','3.34.0'),
(8300,879,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8302,879,'_wp_page_template','default'),
(8305,880,'footnotes',''),
(8306,880,'_elementor_edit_mode','builder'),
(8307,880,'_elementor_template_type','wp-page'),
(8308,880,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#EEEEEE\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8309,880,'_elementor_version','3.34.0'),
(8310,880,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8312,880,'_wp_page_template','default'),
(8317,881,'footnotes',''),
(8318,881,'_elementor_edit_mode','builder'),
(8319,881,'_elementor_template_type','wp-page'),
(8320,881,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#EEEEEE\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8321,881,'_elementor_version','3.34.0'),
(8322,881,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8324,881,'_wp_page_template','default'),
(8327,882,'footnotes',''),
(8328,882,'_elementor_edit_mode','builder'),
(8329,882,'_elementor_template_type','wp-page'),
(8330,882,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#EEEEEE\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8331,882,'_elementor_version','3.34.0'),
(8332,882,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8334,882,'_wp_page_template','default'),
(8337,883,'footnotes',''),
(8338,883,'_elementor_edit_mode','builder'),
(8339,883,'_elementor_template_type','wp-page'),
(8340,883,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8341,883,'_elementor_version','3.34.0'),
(8342,883,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8344,883,'_wp_page_template','default'),
(8349,884,'footnotes',''),
(8350,884,'_elementor_edit_mode','builder'),
(8351,884,'_elementor_template_type','wp-page'),
(8352,884,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8353,884,'_elementor_version','3.34.0'),
(8354,884,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8356,884,'_wp_page_template','default'),
(8359,885,'footnotes',''),
(8360,885,'_elementor_edit_mode','builder'),
(8361,885,'_elementor_template_type','wp-page'),
(8362,885,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Grow your {{report}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8363,885,'_elementor_version','3.34.0'),
(8364,885,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8366,885,'_wp_page_template','default'),
(8369,886,'footnotes',''),
(8370,886,'_elementor_edit_mode','builder'),
(8371,886,'_elementor_template_type','wp-page'),
(8372,886,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8373,886,'_elementor_version','3.34.0'),
(8374,886,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8376,886,'_wp_page_template','default'),
(8395,888,'footnotes',''),
(8396,888,'_elementor_edit_mode','builder'),
(8397,888,'_elementor_template_type','wp-page'),
(8398,888,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8399,888,'_elementor_version','3.34.0'),
(8400,888,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8402,888,'_wp_page_template','default'),
(8405,889,'footnotes',''),
(8406,889,'_elementor_edit_mode','builder'),
(8407,889,'_elementor_template_type','wp-page'),
(8408,889,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}]},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8409,889,'_elementor_version','3.34.0'),
(8410,889,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8412,889,'_wp_page_template','default'),
(8415,890,'footnotes',''),
(8416,890,'_elementor_edit_mode','builder'),
(8417,890,'_elementor_template_type','wp-page'),
(8418,890,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8419,890,'_elementor_version','3.34.0'),
(8420,890,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8422,890,'_wp_page_template','default'),
(8439,892,'footnotes',''),
(8440,892,'_elementor_edit_mode','builder'),
(8441,892,'_elementor_template_type','wp-page'),
(8442,892,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8443,892,'_elementor_version','3.34.0'),
(8444,892,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8446,892,'_wp_page_template','default'),
(8449,893,'footnotes',''),
(8450,893,'_elementor_edit_mode','builder'),
(8451,893,'_elementor_template_type','wp-page'),
(8452,893,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"af6f656\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true},{\"id\":\"f035d5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8453,893,'_elementor_version','3.34.0'),
(8454,893,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8456,893,'_wp_page_template','default'),
(8459,894,'footnotes',''),
(8460,894,'_elementor_edit_mode','builder'),
(8461,894,'_elementor_template_type','wp-page'),
(8462,894,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"a089d74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8463,894,'_elementor_version','3.34.0'),
(8464,894,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8466,894,'_wp_page_template','default'),
(8471,895,'footnotes',''),
(8472,895,'_elementor_edit_mode','builder'),
(8473,895,'_elementor_template_type','wp-page'),
(8474,895,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"a089d74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8475,895,'_elementor_version','3.34.0'),
(8476,895,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8478,895,'_wp_page_template','default'),
(8481,896,'footnotes',''),
(8482,896,'_elementor_edit_mode','builder'),
(8483,896,'_elementor_template_type','wp-page'),
(8484,896,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"2dc5b78\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"ac2aa2b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b252900\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"a089d74\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8485,896,'_elementor_version','3.34.0'),
(8486,896,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8488,896,'_wp_page_template','default'),
(8491,897,'footnotes',''),
(8492,897,'_elementor_edit_mode','builder'),
(8493,897,'_elementor_template_type','wp-page'),
(8494,897,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8495,897,'_elementor_version','3.34.0'),
(8496,897,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8498,897,'_wp_page_template','default'),
(8503,898,'footnotes',''),
(8504,898,'_elementor_edit_mode','builder'),
(8505,898,'_elementor_template_type','wp-page'),
(8506,898,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8507,898,'_elementor_version','3.34.0'),
(8508,898,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8510,898,'_wp_page_template','default'),
(8513,899,'footnotes',''),
(8514,899,'_elementor_edit_mode','builder'),
(8515,899,'_elementor_template_type','wp-page'),
(8516,899,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8517,899,'_elementor_version','3.34.0'),
(8518,899,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8520,899,'_wp_page_template','default'),
(8523,900,'footnotes',''),
(8524,900,'_elementor_edit_mode','builder'),
(8525,900,'_elementor_template_type','wp-page'),
(8526,900,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8527,900,'_elementor_version','3.34.0'),
(8528,900,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8530,900,'_wp_page_template','default'),
(8535,901,'footnotes',''),
(8536,901,'_elementor_edit_mode','builder'),
(8537,901,'_elementor_template_type','wp-page'),
(8538,901,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8539,901,'_elementor_version','3.34.0'),
(8540,901,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8542,901,'_wp_page_template','default'),
(8545,902,'footnotes',''),
(8546,902,'_elementor_edit_mode','builder'),
(8547,902,'_elementor_template_type','wp-page'),
(8548,902,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8549,902,'_elementor_version','3.34.0'),
(8550,902,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8552,902,'_wp_page_template','default'),
(8555,903,'footnotes',''),
(8556,903,'_elementor_edit_mode','builder'),
(8557,903,'_elementor_template_type','wp-page'),
(8558,903,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8559,903,'_elementor_version','3.34.0'),
(8560,903,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8562,903,'_wp_page_template','default'),
(8567,904,'_wp_attached_file','2026/01/work-place.png'),
(8568,904,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:306;s:6:\"height\";i:32;s:4:\"file\";s:22:\"2026/01/work-place.png\";s:8:\"filesize\";i:652;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"work-place-300x31.png\";s:5:\"width\";i:300;s:6:\"height\";i:31;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:709;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"work-place-150x32.png\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:505;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8569,905,'footnotes',''),
(8570,905,'_elementor_edit_mode','builder'),
(8571,905,'_elementor_template_type','wp-page'),
(8572,905,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8573,905,'_elementor_version','3.34.0'),
(8574,905,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8576,905,'_wp_page_template','default'),
(8579,906,'footnotes',''),
(8580,906,'_elementor_edit_mode','builder'),
(8581,906,'_elementor_template_type','wp-page'),
(8582,906,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8583,906,'_elementor_version','3.34.0'),
(8584,906,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8586,906,'_wp_page_template','default'),
(8589,907,'footnotes',''),
(8590,907,'_elementor_edit_mode','builder'),
(8591,907,'_elementor_template_type','wp-page'),
(8592,907,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8593,907,'_elementor_version','3.34.0'),
(8594,907,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8596,907,'_wp_page_template','default'),
(8601,908,'footnotes',''),
(8602,908,'_elementor_edit_mode','builder'),
(8603,908,'_elementor_template_type','wp-page'),
(8604,908,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8605,908,'_elementor_version','3.34.0'),
(8606,908,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8608,908,'_wp_page_template','default'),
(8611,909,'footnotes',''),
(8612,909,'_elementor_edit_mode','builder'),
(8613,909,'_elementor_template_type','wp-page'),
(8614,909,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8615,909,'_elementor_version','3.34.0'),
(8616,909,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8618,909,'_wp_page_template','default'),
(8621,910,'footnotes',''),
(8622,910,'_elementor_edit_mode','builder'),
(8623,910,'_elementor_template_type','wp-page'),
(8624,910,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8625,910,'_elementor_version','3.34.0'),
(8626,910,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8628,910,'_wp_page_template','default'),
(8636,911,'footnotes',''),
(8637,911,'_elementor_edit_mode','builder'),
(8638,911,'_elementor_template_type','wp-page'),
(8639,911,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8640,911,'_elementor_version','3.34.0'),
(8641,911,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8643,911,'_wp_page_template','default'),
(8646,912,'footnotes',''),
(8647,912,'_elementor_edit_mode','builder'),
(8648,912,'_elementor_template_type','wp-page'),
(8649,912,'_elementor_data','[{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8650,912,'_elementor_version','3.34.0'),
(8651,912,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8653,912,'_wp_page_template','default'),
(8656,913,'footnotes',''),
(8657,913,'_elementor_edit_mode','builder'),
(8658,913,'_elementor_template_type','wp-page'),
(8659,913,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8660,913,'_elementor_version','3.34.0'),
(8661,913,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8663,913,'_wp_page_template','default'),
(8668,914,'footnotes',''),
(8669,914,'_elementor_edit_mode','builder'),
(8670,914,'_elementor_template_type','wp-page'),
(8671,914,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8672,914,'_elementor_version','3.34.0'),
(8673,914,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8675,914,'_wp_page_template','default'),
(8678,915,'footnotes',''),
(8679,915,'_elementor_edit_mode','builder'),
(8680,915,'_elementor_template_type','wp-page'),
(8681,915,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8682,915,'_elementor_version','3.34.0'),
(8683,915,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8685,915,'_wp_page_template','default'),
(8688,916,'footnotes',''),
(8689,916,'_elementor_edit_mode','builder'),
(8690,916,'_elementor_template_type','wp-page'),
(8691,916,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8692,916,'_elementor_version','3.34.0'),
(8693,916,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8695,916,'_wp_page_template','default'),
(8700,917,'footnotes',''),
(8701,917,'_elementor_edit_mode','builder'),
(8702,917,'_elementor_template_type','wp-page'),
(8703,917,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8704,917,'_elementor_version','3.34.0'),
(8705,917,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8707,917,'_wp_page_template','default'),
(8710,918,'footnotes',''),
(8711,918,'_elementor_edit_mode','builder'),
(8712,918,'_elementor_template_type','wp-page'),
(8713,918,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F1860A14\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8714,918,'_elementor_version','3.34.0'),
(8715,918,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8717,918,'_wp_page_template','default'),
(8720,919,'footnotes',''),
(8721,919,'_elementor_edit_mode','builder'),
(8722,919,'_elementor_template_type','wp-page'),
(8723,919,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8724,919,'_elementor_version','3.34.0'),
(8725,919,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8727,919,'_wp_page_template','default'),
(8732,920,'footnotes',''),
(8733,920,'_elementor_edit_mode','builder'),
(8734,920,'_elementor_template_type','wp-page'),
(8735,920,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8736,920,'_elementor_version','3.34.0'),
(8737,920,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8739,920,'_wp_page_template','default'),
(8742,921,'footnotes',''),
(8743,921,'_elementor_edit_mode','builder'),
(8744,921,'_elementor_template_type','wp-page'),
(8745,921,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8746,921,'_elementor_version','3.34.0'),
(8747,921,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8749,921,'_wp_page_template','default'),
(8752,922,'footnotes',''),
(8753,922,'_elementor_edit_mode','builder'),
(8754,922,'_elementor_template_type','wp-page'),
(8755,922,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DADADA\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8756,922,'_elementor_version','3.34.0'),
(8757,922,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8759,922,'_wp_page_template','default'),
(8764,923,'footnotes',''),
(8765,923,'_elementor_edit_mode','builder'),
(8766,923,'_elementor_template_type','wp-page'),
(8767,923,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DADADA\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8768,923,'_elementor_version','3.34.0'),
(8769,923,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8771,923,'_wp_page_template','default'),
(8774,924,'footnotes',''),
(8775,924,'_elementor_edit_mode','builder'),
(8776,924,'_elementor_template_type','wp-page'),
(8777,924,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DADADA\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8778,924,'_elementor_version','3.34.0'),
(8779,924,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8781,924,'_wp_page_template','default'),
(8784,925,'footnotes',''),
(8785,925,'_elementor_edit_mode','builder'),
(8786,925,'_elementor_template_type','wp-page'),
(8787,925,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8788,925,'_elementor_version','3.34.0'),
(8789,925,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8791,925,'_wp_page_template','default'),
(8796,926,'footnotes',''),
(8797,926,'_elementor_edit_mode','builder'),
(8798,926,'_elementor_template_type','wp-page'),
(8799,926,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8800,926,'_elementor_version','3.34.0'),
(8801,926,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8803,926,'_wp_page_template','default'),
(8806,927,'footnotes',''),
(8807,927,'_elementor_edit_mode','builder'),
(8808,927,'_elementor_template_type','wp-page'),
(8809,927,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8810,927,'_elementor_version','3.34.0'),
(8811,927,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8813,927,'_wp_page_template','default'),
(8816,928,'footnotes',''),
(8817,928,'_elementor_edit_mode','builder'),
(8818,928,'_elementor_template_type','wp-page'),
(8819,928,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8820,928,'_elementor_version','3.34.0'),
(8821,928,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8823,928,'_wp_page_template','default'),
(8828,929,'footnotes',''),
(8829,929,'_elementor_edit_mode','builder'),
(8830,929,'_elementor_template_type','wp-page'),
(8831,929,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8832,929,'_elementor_version','3.34.0'),
(8833,929,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8835,929,'_wp_page_template','default'),
(8838,930,'footnotes',''),
(8839,930,'_elementor_edit_mode','builder'),
(8840,930,'_elementor_template_type','wp-page'),
(8841,930,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8842,930,'_elementor_version','3.34.0'),
(8843,930,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8845,930,'_wp_page_template','default'),
(8848,931,'footnotes',''),
(8849,931,'_elementor_edit_mode','builder'),
(8850,931,'_elementor_template_type','wp-page'),
(8851,931,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8852,931,'_elementor_version','3.34.0'),
(8853,931,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8855,931,'_wp_page_template','default'),
(8860,932,'footnotes',''),
(8861,932,'_elementor_edit_mode','builder'),
(8862,932,'_elementor_template_type','wp-page'),
(8863,932,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8864,932,'_elementor_version','3.34.0'),
(8865,932,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8867,932,'_wp_page_template','default'),
(8870,933,'footnotes',''),
(8871,933,'_elementor_edit_mode','builder'),
(8872,933,'_elementor_template_type','wp-page'),
(8873,933,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8874,933,'_elementor_version','3.34.0'),
(8875,933,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8877,933,'_wp_page_template','default'),
(8880,934,'footnotes',''),
(8881,934,'_elementor_edit_mode','builder'),
(8882,934,'_elementor_template_type','wp-page'),
(8883,934,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8884,934,'_elementor_version','3.34.0'),
(8885,934,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8887,934,'_wp_page_template','default'),
(8904,936,'_menu_item_type','post_type'),
(8905,936,'_menu_item_menu_item_parent','0'),
(8906,936,'_menu_item_object_id','871'),
(8907,936,'_menu_item_object','page'),
(8908,936,'_menu_item_target',''),
(8909,936,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8910,936,'_menu_item_xfn',''),
(8911,936,'_menu_item_url',''),
(8913,516,'_wp_old_date','2025-12-27'),
(8915,937,'footnotes',''),
(8916,937,'_elementor_edit_mode','builder'),
(8917,937,'_elementor_template_type','wp-page'),
(8918,937,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8919,937,'_elementor_version','3.34.0'),
(8920,937,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8922,937,'_wp_page_template','default'),
(8925,938,'footnotes',''),
(8926,938,'_elementor_edit_mode','builder'),
(8927,938,'_elementor_template_type','wp-page'),
(8928,938,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8929,938,'_elementor_version','3.34.0'),
(8930,938,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8932,938,'_wp_page_template','default'),
(8935,939,'footnotes',''),
(8936,939,'_elementor_edit_mode','builder'),
(8937,939,'_elementor_template_type','wp-page'),
(8938,939,'_elementor_data','[{\"id\":\"6614c3b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6c2f741\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c64e019\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cf6ab2c\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#BDBDBD\",\"shape_divider_top\":\"zigzag\",\"shape_divider_top_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_top_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"shape_divider_bottom\":\"zigzag\",\"shape_divider_bottom_width\":{\"unit\":\"%\",\"size\":300,\"sizes\":[]},\"shape_divider_bottom_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"15f761b\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}]},\"elements\":[{\"id\":\"e0dc61d\",\"elType\":\"widget\",\"settings\":{\"title\":\"WORKING PROCESS\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7177704\",\"elType\":\"widget\",\"settings\":{\"title\":\"Easy Steps to Get It Done\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2dc802f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"A clear and simple breakdown of our process, designed to make things easy from start to finish.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c064c91\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"7d1a623\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"ea6c590\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e74e28e\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"5d027fc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk\"},\"elements\":[{\"id\":\"87a6199\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-search\",\"library\":\"ekiticons\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_primary_color\":\"#007BFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"233c98f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Find Us  {{Online}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"c0ad96e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We\\u2019re just a click away\\u2014reach out anytime, anywhere.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"d413e7d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk2\"},\"elements\":[{\"id\":\"1954035\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-hand-sparkles\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a54174d\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Choose {{Services}}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"815bbe7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Browse our service options and find the right fit for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8825d3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fa274b9\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"064a89a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"cbbbe06\"}],\"css_classes\":\"wrk3\"},\"elements\":[{\"id\":\"e74aa64\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-calendar-check\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#FFFFFF\",\"_css_classes\":\"icn\",\"__globals__\":{\"hover_primary_color\":\"globals\\/colors?id=primary\",\"secondary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c859894\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Book {{Appoinment }}\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_style\":\"elementskit-border-divider elementskit-style-long\",\"ekit_heading_seperator_position\":\"bottom\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_seperator_width\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"__globals__\":{\"ekit_heading_seperator_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"ce52e91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Schedule a session at a time that works best for you.\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8fe19c3\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fba9164\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"6ab3ff4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c92976b\"}],\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9ab772f\",\"elType\":\"container\",\"settings\":{\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"86b6b12\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\",\"id\":127,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1303e81\",\"elType\":\"container\",\"settings\":{\"flex_justify_content\":\"center\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"3696a18\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e952113\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"36f561d\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[{\"id\":\"57abe78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Christchurch\\u2019s Trusted Cleaning Company\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=25c9b10\"},\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6836f65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Reclaim Your Time with Professional \",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9f337d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cleaning in Christchurch\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":44,\"sizes\":[]},\"typography_font_weight\":\"700\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b217d88\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Feeling overwhelmed by everyday cleaning? Don\\u2019t spend your valuable time scrubbing floors or dusting shelves.<br \\/>At <strong>Mr Cleaner Limited<\\/strong>, we provide <strong>reliable cleaning services in Christchurch<\\/strong> designed to keep your home or workplace fresh, clean, and organised.<br \\/>Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"__globals__\":{\"text_color\":\"\"},\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"14180e7\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c878b9d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bd496fe\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"203600a\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"77086fa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":86,\"sizes\":[]},\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"__globals__\":{\"background_color\":\"\",\"background_hover_color\":\"\"},\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a7c9db8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d72972a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"d8e620c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"97061d3\"}],\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"award-box\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=d2c1399\"},\"flex_direction\":\"row\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c746de2\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-trophy\",\"library\":\"ekiticons\"},\"hover_primary_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"primary_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b40dd3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Years Experience\",\"start_number\":0,\"end_number\":3,\"suffix\":\"+\",\"title_position\":\"after\",\"title_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Poppins\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"title_typography_font_weight\":\"400\",\"number_gap\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"suffix_typography_typography\":\"custom\",\"suffix_typography_font_size\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"number_color\":\"\"},\"title_color\":\"#FFFFFF\",\"number_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"hfe-counter\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"86ebe9e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"eae_slider_delay\":\"5000\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"dfb82a0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"9a8ce3d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"bd14d1f\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"f7d5618\",\"elType\":\"widget\",\"settings\":{\"text\":\"Contact Us\",\"icon_align\":\"row-reverse\",\"icon_indent\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"43\",\"bottom\":\"16\",\"left\":\"43\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=25c9b10\",\"button_background_hover_color\":\"globals\\/colors?id=a8f9ac1\"},\"selected_icon\":{\"value\":\"icon icon-right-arrow\",\"library\":\"ekiticons\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(8939,939,'_elementor_version','3.34.0'),
(8940,939,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(8942,939,'_wp_page_template','default'),
(8947,940,'_edit_lock','1768299462:1'),
(8948,940,'site-sidebar-layout','no-sidebar'),
(8949,940,'site-content-layout',''),
(8950,940,'ast-site-content-layout','full-width-container'),
(8951,940,'site-content-style','default'),
(8952,940,'site-sidebar-style','default'),
(8953,940,'ast-global-header-display',''),
(8954,940,'ast-banner-title-visibility',''),
(8955,940,'ast-main-header-display',''),
(8956,940,'ast-hfb-above-header-display',''),
(8957,940,'ast-hfb-below-header-display',''),
(8958,940,'ast-hfb-mobile-header-display',''),
(8960,940,'ast-breadcrumbs-content',''),
(8961,940,'ast-featured-img','disabled'),
(8962,940,'footer-sml-layout',''),
(8963,940,'ast-disable-related-posts',''),
(8964,940,'theme-transparent-header-meta',''),
(8965,940,'adv-header-id-meta',''),
(8966,940,'stick-header-meta',''),
(8967,940,'header-above-stick-meta',''),
(8968,940,'header-main-stick-meta',''),
(8969,940,'header-below-stick-meta',''),
(8970,940,'astra-migrate-meta-layouts','default'),
(8971,940,'ast-page-background-enabled','default'),
(8972,940,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(8973,940,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(8974,940,'footnotes',''),
(8975,940,'_elementor_edit_mode','builder'),
(8976,940,'_elementor_template_type','wp-page'),
(8977,940,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00614A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=9afd2e5\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(8978,941,'footnotes',''),
(8979,940,'_edit_last','1'),
(8981,940,'_astra_content_layout_flag','disabled'),
(8982,940,'ast-title-bar-display','disabled'),
(8983,940,'_elementor_version','3.34.0'),
(8985,942,'_wp_attached_file','2026/01/subscribe-bg.jpg'),
(8986,942,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1601;s:6:\"height\";i:396;s:4:\"file\";s:24:\"2026/01/subscribe-bg.jpg\";s:8:\"filesize\";i:85524;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"subscribe-bg-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6294;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"subscribe-bg-1024x253.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43866;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"subscribe-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"subscribe-bg-768x190.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28016;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"subscribe-bg-1536x380.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81710;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8987,942,'_elementor_source_image_hash','c297df694d3aaa137fb49613d38768d9f1f15a5d'),
(8988,943,'footnotes',''),
(8989,943,'_elementor_edit_mode','builder'),
(8990,943,'_elementor_template_type','wp-page'),
(8991,943,'_elementor_data',''),
(8993,943,'_elementor_version','3.34.0'),
(8994,943,'_elementor_page_settings','a:0:{}'),
(8995,944,'footnotes',''),
(8996,944,'_elementor_edit_mode','builder'),
(8997,944,'_elementor_template_type','wp-page'),
(8998,944,'_elementor_data',''),
(9000,944,'_elementor_version','3.34.0'),
(9001,944,'_elementor_page_settings','a:0:{}'),
(9002,940,'_wp_page_template','default'),
(9003,945,'footnotes',''),
(9004,945,'_elementor_edit_mode','builder'),
(9005,945,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES
(9006,945,'_elementor_data','[{\"id\":\"658b493\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"15\",\"bottom\":\"75\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d162a92\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5c95353\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"52f27fb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d9d5887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eab463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1be8a95\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"55f80b2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1294bab\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a1de89a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1562209e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5edc97c\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/corporate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"880fef9\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#242F65\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#242F65\",\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space_between_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align_laptop\":\"\",\"icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_self_align_laptop\":\"\",\"icon_self_vertical_align_laptop\":\"\",\"icon_vertical_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"34332db7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"right\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"css\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_css_animation\":\"ekit-zoom\",\"ekit_we_css_animation_direction\":\"alternate\",\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4115c187\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"mousemove\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_on_test_mode\":\"yes\",\"ekit_we_mousemove_parallax_speed\":50,\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f5b9d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"cf0f20b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1597935\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"28b153e\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":false},{\"id\":\"1099e0d4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"15\",\"bottom\":\"65\",\"left\":\"15\",\"isLinked\":false},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":24,\"column\":\"24\",\"row\":\"24\",\"unit\":\"px\",\"isLinked\":true},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"14810e7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b2d26b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a3127e0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"66701da6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"animation\":\"fadeInUp\",\"animation_delay\":200,\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"213a351\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3c9b3c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"12967c1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"39cb3298\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with projects?\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8,\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#767B92\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"desciption_width\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"383e248\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-home\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Level 1, 121 King Street Melbourne, 3000, Australia \",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7e717bd2\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"mail@example.com\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"326e7b66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"989 245 (1478) 98\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7fefa3f\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":942,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/subscribe-bg.jpg\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FF5151\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"d664d11\"}],\"ekit_section_parallax_multi_items\":[],\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":20,\"column\":\"20\",\"row\":\"20\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6bf5682\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3fbc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fd58866\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"646461e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with the projects?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Review\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>We would rather be thought of as a boutique of digital art than a factory which exceeds its capacity.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33333333,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.96,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#F8F8F9\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Merriweather\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_sub_title_margn_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-54\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"ekit_heading_sub_title_margn_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-70\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"eae4c94\"}],\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width\":\"initial\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"578c23dd\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Send Email\",\"ekit_btn_align\":\"right\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"43\",\"bottom\":\"19\",\"left\":\"43\",\"isLinked\":false},\"ekit_btn_text_color\":\"#242F65\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#FFFFFF\",\"ekit_btn_hover_color\":\"#FF5151\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"7656948\"}],\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(1.999999999999997, 23.00000000000001, 40.99999999999999, 0.2)\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_color_position_laptop\":\"\",\"ekit_btn_bg_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_repeat_laptop\":\"\",\"ekit_btn_bg_color_size_laptop\":\"\",\"ekit_btn_bg_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_bg_hover_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_hover_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_hover_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_hover_color_position_laptop\":\"\",\"ekit_btn_bg_hover_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_repeat_laptop\":\"\",\"ekit_btn_bg_hover_color_size_laptop\":\"\",\"ekit_btn_bg_hover_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_hover_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_border_style_laptop\":\"\",\"ekit_btn_border_dimensions_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_h_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_normal_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_left_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_right_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9008,945,'_elementor_version','3.34.0'),
(9009,945,'_wp_page_template','default'),
(9024,947,'_wp_attached_file','2026/01/contact-banner-1.jpg'),
(9025,947,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:584;s:4:\"file\";s:28:\"2026/01/contact-banner-1.jpg\";s:8:\"filesize\";i:641427;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"contact-banner-1-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19057;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"contact-banner-1-1024x311.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"contact-banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"contact-banner-1-768x234.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110159;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"contact-banner-1-1536x467.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:363678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9026,947,'_elementor_source_image_hash','ae308736530a6a3f7ea260991d5d2f2f6a26a2b0'),
(9027,948,'_wp_attached_file','2026/01/placeholder.png'),
(9028,948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2026/01/placeholder.png\";s:8:\"filesize\";i:5972;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1712;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1014;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9029,948,'_elementor_source_image_hash','50d14c4fe63fe3e47727158b623864e6ad2f35e0'),
(9030,949,'_wp_attached_file','2026/01/ready-to-contact-1.jpg'),
(9031,949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:421;s:4:\"file\";s:30:\"2026/01/ready-to-contact-1.jpg\";s:8:\"filesize\";i:324542;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"ready-to-contact-1-300x79.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12345;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ready-to-contact-1-1024x269.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ready-to-contact-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:13049;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ready-to-contact-1-768x202.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83913;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"ready-to-contact-1-1536x404.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282452;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9032,949,'_elementor_source_image_hash','3b195eea2746887c4b12e1a0479fc18d888c110f'),
(9035,950,'footnotes',''),
(9036,950,'_elementor_edit_mode','builder'),
(9037,950,'_elementor_template_type','wp-page'),
(9038,950,'_elementor_data','[{\"id\":\"658b493\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"15\",\"bottom\":\"75\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d162a92\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5c95353\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"52f27fb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d9d5887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eab463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1be8a95\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"55f80b2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1294bab\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a1de89a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1562209e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5edc97c\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/corporate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"880fef9\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#242F65\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#242F65\",\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space_between_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align_laptop\":\"\",\"icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_self_align_laptop\":\"\",\"icon_self_vertical_align_laptop\":\"\",\"icon_vertical_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"34332db7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"right\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"css\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_css_animation\":\"ekit-zoom\",\"ekit_we_css_animation_direction\":\"alternate\",\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4115c187\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"mousemove\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_on_test_mode\":\"yes\",\"ekit_we_mousemove_parallax_speed\":50,\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f5b9d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"cf0f20b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1597935\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"28b153e\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":false},{\"id\":\"1099e0d4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"15\",\"bottom\":\"65\",\"left\":\"15\",\"isLinked\":false},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":24,\"column\":\"24\",\"row\":\"24\",\"unit\":\"px\",\"isLinked\":true},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"14810e7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b2d26b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a3127e0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"66701da6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"animation\":\"fadeInUp\",\"animation_delay\":200,\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"213a351\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3c9b3c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"12967c1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"39cb3298\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with projects?\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8,\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#767B92\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"desciption_width\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"383e248\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-home\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Level 1, 121 King Street Melbourne, 3000, Australia \",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7e717bd2\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"mail@example.com\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"326e7b66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"989 245 (1478) 98\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7fefa3f\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":942,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/subscribe-bg.jpg\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FF5151\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"d664d11\"}],\"ekit_section_parallax_multi_items\":[],\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":20,\"column\":\"20\",\"row\":\"20\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6bf5682\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3fbc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fd58866\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"646461e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with the projects?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Review\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>We would rather be thought of as a boutique of digital art than a factory which exceeds its capacity.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33333333,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.96,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#F8F8F9\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Merriweather\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_sub_title_margn_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-54\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"ekit_heading_sub_title_margn_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-70\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"eae4c94\"}],\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width\":\"initial\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"578c23dd\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Send Email\",\"ekit_btn_align\":\"right\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"43\",\"bottom\":\"19\",\"left\":\"43\",\"isLinked\":false},\"ekit_btn_text_color\":\"#242F65\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#FFFFFF\",\"ekit_btn_hover_color\":\"#FF5151\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"7656948\"}],\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(1.999999999999997, 23.00000000000001, 40.99999999999999, 0.2)\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_color_position_laptop\":\"\",\"ekit_btn_bg_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_repeat_laptop\":\"\",\"ekit_btn_bg_color_size_laptop\":\"\",\"ekit_btn_bg_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_bg_hover_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_hover_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_hover_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_hover_color_position_laptop\":\"\",\"ekit_btn_bg_hover_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_repeat_laptop\":\"\",\"ekit_btn_bg_hover_color_size_laptop\":\"\",\"ekit_btn_bg_hover_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_hover_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_border_style_laptop\":\"\",\"ekit_btn_border_dimensions_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_h_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_normal_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_left_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_right_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9040,950,'_elementor_version','3.34.0'),
(9041,950,'_wp_page_template','default'),
(9042,950,'_elementor_page_settings','a:0:{}'),
(9045,951,'footnotes',''),
(9046,951,'_elementor_edit_mode','builder'),
(9047,951,'_elementor_template_type','wp-page'),
(9048,951,'_elementor_data','[{\"id\":\"658b493\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"background_background\":\"classic\",\"background_color\":\"#F8F8F8\",\"padding\":{\"unit\":\"px\",\"top\":\"73\",\"right\":\"15\",\"bottom\":\"75\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d162a92\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5c95353\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"52f27fb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d9d5887\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"align\":\"left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_y\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eab463\",\"elType\":\"container\",\"settings\":{\"_column_size\":100,\"width\":{\"size\":null,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"1be8a95\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"55f80b2\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"1294bab\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a1de89a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1562209e\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home \",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"5edc97c\",\"link\":{\"url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/corporate\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Contact\",\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"_id\":\"880fef9\"}],\"space_between\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_align\":\"left\",\"icon_color\":\"#242F65\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_self_align\":\"center\",\"text_color\":\"#242F65\",\"text_indent\":{\"unit\":\"px\",\"size\":4,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"icon_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"icon_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space_between_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_align_laptop\":\"\",\"icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_self_align_laptop\":\"\",\"icon_self_vertical_align_laptop\":\"\",\"icon_vertical_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"icon_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"34332db7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"right\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"css\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_css_animation\":\"ekit-zoom\",\"ekit_we_css_animation_direction\":\"alternate\",\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4115c187\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"image_size\":\"full\",\"align\":\"center\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"px\",\"size\":-40,\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-30,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_we_effect_on\":\"mousemove\",\"ekit_we_css_animation_fx\":\"yes\",\"ekit_we_on_test_mode\":\"yes\",\"ekit_we_mousemove_parallax_speed\":50,\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_masking_image_position_laptop\":\"\",\"ekit_masking_image_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_masking_image_repeat_laptop\":\"\",\"ekit_masking_image_size_laptop\":\"\",\"ekit_masking_image_custom_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"object-fit_laptop\":\"\",\"object-position_laptop\":\"\",\"image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"image_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"caption_align_laptop\":\"\",\"caption_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"caption_space_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5f5b9d05\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"cf0f20b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"1597935\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"28b153e\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":false},{\"id\":\"1099e0d4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"structure\":\"20\",\"ekit_all_conditions_list\":[],\"ekit_section_parallax_multi_items\":[],\"padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"75\",\"right\":\"15\",\"bottom\":\"65\",\"left\":\"15\",\"isLinked\":false},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":24,\"column\":\"24\",\"row\":\"24\",\"unit\":\"px\",\"isLinked\":true},\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"14810e7\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b2d26b6\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"a3127e0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"66701da6\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":50,\"unit\":\"%\"},\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[],\"animation\":\"fadeInUp\",\"animation_delay\":200,\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_section_parallax_multi_items\":[],\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_particles_json_url\":\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/wp-content\\/plugins\\/elementskit\\/modules\\/particles\\/assets\\/json\\/\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"213a351\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"3c9b3c7\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"12967c1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"39cb3298\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with projects?\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.<\\/p>\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#242F65\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"800\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":64,\"sizes\":[]},\"ekit_heading_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"ekit_heading_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.8,\"sizes\":[]},\"ekit_heading_extra_title_color\":\"#767B92\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":27,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"52\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"desciption_width\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"383e248\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-home\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Level 1, 121 King Street Melbourne, 3000, Australia \",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7e717bd2\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"mail@example.com\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"326e7b66\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"989 245 (1478) 98\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_position\":\"left\",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_color\":\"#00000000\",\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#242F65\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"400\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#242F65\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":34,\"sizes\":[]},\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"inherit\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_icon_box_infobox_bg_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"ekit_icon_box_content_valign\":\"middle\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"badge_arrow_horizontal_position_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"badge_arrow_horizontal_position_vertial_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_iocnbox_border_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_bg_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_infobox_bg_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_infobox_bg_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_infobox_bg_padding_inner_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_box_border_hv_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_infobox_border_radious_hv_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_content_valign_laptop\":\"\",\"ekit_icon_title_bottom_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_title_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_title_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_description_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_watermark_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icon_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_border_icon_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_icons_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_space_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_rotate_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_text_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_typography_group_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_typography_group_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_background_hover_group_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_btn_background_hover_group_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_btn_background_hover_group_gradient_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_btn_background_hover_group_position_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_repeat_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_btn_background_hover_group_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_btn_background_hover_group_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_button_border_hv_color_group_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_btn_hover_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_image_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_image_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_image_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_image_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_image_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_image_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_bg_ovelry_color_hv_gradient_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_bg_ovelry_color_hv_position_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_repeat_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_bg_ovelry_color_hv_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_icon_box_badge_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_icon_box_badge_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_icon_box_badge_background_gradient_position_laptop\":\"\",\"ekit_icon_box_badge_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_icon_box_badge_background_position_laptop\":\"\",\"ekit_icon_box_badge_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_repeat_laptop\":\"\",\"ekit_icon_box_badge_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_background_slideshow_background_size_laptop\":\"\",\"ekit_icon_box_badge_background_slideshow_background_position_laptop\":\"\",\"ekit_icon_box_badge_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_badge_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7fefa3f\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":942,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/subscribe-bg.jpg\"},\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#FF5151\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"ekit_all_conditions_list\":[{\"_id\":\"d664d11\"}],\"ekit_section_parallax_multi_items\":[],\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":20,\"column\":\"20\",\"row\":\"20\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"space-between\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"boxed_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_direction_laptop\":\"\",\"flex_justify_content_laptop\":\"\",\"flex_align_items_laptop\":\"\",\"flex_gap_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"flex_wrap_laptop\":\"\",\"flex_align_content_laptop\":\"\",\"grid_columns_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_rows_grid_laptop\":{\"unit\":\"fr\",\"size\":\"\",\"sizes\":[]},\"grid_gaps_laptop\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\"},\"grid_auto_flow_laptop\":\"row\",\"grid_justify_items_laptop\":\"\",\"grid_align_items_laptop\":\"\",\"grid_justify_content_laptop\":\"\",\"grid_align_content_laptop\":\"\",\"background_color_stop_laptop\":{\"unit\":\"%\"},\"background_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_gradient_position_laptop\":\"\",\"background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_position_laptop\":\"\",\"background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_repeat_laptop\":\"\",\"background_size_laptop\":\"\",\"background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_slideshow_background_size_laptop\":\"\",\"background_slideshow_background_position_laptop\":\"\",\"background_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_hover_gradient_position_laptop\":\"\",\"background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_position_laptop\":\"\",\"background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_repeat_laptop\":\"\",\"background_hover_size_laptop\":\"\",\"background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_hover_slideshow_background_size_laptop\":\"\",\"background_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_gradient_position_laptop\":\"\",\"background_overlay_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_position_laptop\":\"\",\"background_overlay_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_repeat_laptop\":\"\",\"background_overlay_size_laptop\":\"\",\"background_overlay_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_slideshow_background_size_laptop\":\"\",\"background_overlay_slideshow_background_position_laptop\":\"\",\"background_overlay_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_color_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_color_b_stop_laptop\":{\"unit\":\"%\"},\"background_overlay_hover_gradient_angle_laptop\":{\"unit\":\"deg\"},\"background_overlay_hover_gradient_position_laptop\":\"\",\"background_overlay_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_position_laptop\":\"\",\"background_overlay_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_repeat_laptop\":\"\",\"background_overlay_hover_size_laptop\":\"\",\"background_overlay_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"background_overlay_hover_slideshow_background_size_laptop\":\"\",\"background_overlay_hover_slideshow_background_position_laptop\":\"\",\"background_overlay_hover_opacity_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shape_divider_top_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_top_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_divider_bottom_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"grid_column_laptop\":\"\",\"grid_column_custom_laptop\":\"\",\"grid_row_laptop\":\"\",\"grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"z_index_laptop\":\"\",\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"hide_laptop\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6bf5682\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a3fbc7e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"fd58866\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"646461e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Need any help with the projects?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title_border\":\"\",\"ekit_heading_sub_title\":\"Review\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"\",\"ekit_heading_extra_title\":\"<p>We would rather be thought of as a boutique of digital art than a factory which exceeds its capacity.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Merriweather\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"900\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.33333333,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.96,\"sizes\":[]},\"ekit_heading_sub_title_color\":\"#F8F8F9\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Merriweather\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":160,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"ekit_heading_sub_title_margn_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-54\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"_element_width_mobile\":\"inherit\",\"ekit_heading_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"ekit_heading_sub_title_margn_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-70\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":450,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"eae4c94\"}],\"shadow_text_content\":\"bussiness\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_element_width\":\"initial\",\"title_float_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"desciption_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_align_laptop\":\"\",\"ekit_heading_title_color_laptop\":\"\",\"ekit_heading_title_color_hover_laptop\":\"\",\"ekit_heading_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_color_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"title_left_border_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"title_left_border_color_gradient_position_laptop\":\"\",\"title_left_border_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_position_laptop\":\"\",\"title_left_border_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_repeat_laptop\":\"\",\"title_left_border_color_size_laptop\":\"\",\"title_left_border_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"title_left_border_color_slideshow_background_size_laptop\":\"\",\"title_left_border_color_slideshow_background_position_laptop\":\"\",\"ekit_heading_focused_title_color_laptop\":\"\",\"ekit_heading_focused_title_color_hover_laptop\":\"\",\"ekit_heading_focused_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_text_decoration_color_laptop\":\"\",\"ekit_heading_focused_title_secondary_spacing_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_focused_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_focused_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_focused_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_focused_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_focused_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_color_laptop\":\"\",\"ekit_heading_sub_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_margn_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_secondary_bg_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_secondary_bg_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_secondary_bg_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_position_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_repeat_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_secondary_bg_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_secondary_bg_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_left_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_left_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_left_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_left_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_left_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_right_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_heading_sub_title_border_color_right_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_heading_sub_title_border_color_right_gradient_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_position_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_repeat_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_color_right_slideshow_background_size_laptop\":\"\",\"ekit_heading_sub_title_border_color_right_slideshow_background_position_laptop\":\"\",\"ekit_heading_sub_title_border_right_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_left_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_sub_title_border_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"subheading_outline_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"subheading_outline_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_extra_title_color_laptop\":\"\",\"ekit_heading_extra_title_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_extra_title_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_heading_seperator_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_heading_seperator_color_laptop\":\"\",\"shadow_text_position_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"shadow_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shadow_text_color_laptop\":\"\",\"shadow_text_border_color_laptop\":\"\",\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"578c23dd\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Send Email\",\"ekit_btn_align\":\"right\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"43\",\"bottom\":\"19\",\"left\":\"43\",\"isLinked\":false},\"ekit_btn_text_color\":\"#242F65\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#FFFFFF\",\"ekit_btn_hover_color\":\"#FF5151\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_align_mobile\":\"left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"7656948\"}],\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_box_shadow_group_box_shadow_type\":\"yes\",\"ekit_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":20,\"spread\":0,\"color\":\"rgba(1.999999999999997, 23.00000000000001, 40.99999999999999, 0.2)\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_align_laptop\":\"\",\"width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_color_position_laptop\":\"\",\"ekit_btn_bg_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_repeat_laptop\":\"\",\"ekit_btn_bg_color_size_laptop\":\"\",\"ekit_btn_bg_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_bg_hover_color_color_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_color_b_stop_laptop\":{\"unit\":\"%\"},\"ekit_btn_bg_hover_color_gradient_angle_laptop\":{\"unit\":\"deg\"},\"ekit_btn_bg_hover_color_gradient_position_laptop\":\"\",\"ekit_btn_bg_hover_color_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_btn_bg_hover_color_position_laptop\":\"\",\"ekit_btn_bg_hover_color_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_repeat_laptop\":\"\",\"ekit_btn_bg_hover_color_size_laptop\":\"\",\"ekit_btn_bg_hover_color_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_bg_hover_color_slideshow_background_size_laptop\":\"\",\"ekit_btn_bg_hover_color_slideshow_background_position_laptop\":\"\",\"ekit_btn_border_style_laptop\":\"\",\"ekit_btn_border_dimensions_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_border_radius_h_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_btn_normal_icon_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_left_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_padding_right_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_btn_normal_icon_vertical_align_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width_laptop\":\"\",\"_element_custom_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_grid_column_laptop\":\"\",\"_grid_column_custom_laptop\":\"\",\"_grid_row_laptop\":\"\",\"_grid_row_custom_laptop\":\"\",\"_flex_align_self_laptop\":\"\",\"_flex_order_laptop\":\"\",\"_flex_order_custom_laptop\":\"\",\"_flex_size_laptop\":\"\",\"_flex_grow_laptop\":\"\",\"_flex_shrink_laptop\":\"\",\"_element_vertical_align_laptop\":\"\",\"_offset_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_z_index_laptop\":\"\",\"ekit_we_css_animation_laptop\":\"\",\"ekit_we_css_transform_fx_translate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_translate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_z_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_rotate_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_scale_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_we_css_transform_fx_skew_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_sticky_on_laptop\":\"laptop\",\"ekit_sticky_effect_offset_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_gradient_position_laptop\":\"\",\"ekit_adv_tooltip_bg_position_laptop\":\"\",\"ekit_adv_tooltip_bg_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_repeat_laptop\":\"\",\"ekit_adv_tooltip_bg_size_laptop\":\"\",\"ekit_adv_tooltip_bg_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_bg_slideshow_background_size_laptop\":\"\",\"ekit_adv_tooltip_bg_slideshow_background_position_laptop\":\"\",\"ekit_adv_tooltip_subcontent_font_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_subcontent_font_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_adv_tooltip_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"trp_language_restriction\":\"\",\"trp_language_restriction_automatic_translation\":\"\",\"trp_restricted_languages\":\"\",\"trp_exclude_handler\":\"\",\"trp_excluded_languages\":\"\",\"ekit_cursor_text_typography_font_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_line_height_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_letter_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_typography_word_spacing_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_gradient_position_laptop\":\"\",\"ekit_cursor_text_background_position_laptop\":\"\",\"ekit_cursor_text_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_repeat_laptop\":\"\",\"ekit_cursor_text_background_size_laptop\":\"\",\"ekit_cursor_text_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_text_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_text_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_text_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_text_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_image_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_image_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icons_size_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_gradient_position_laptop\":\"\",\"ekit_cursor_icon_background_position_laptop\":\"\",\"ekit_cursor_icon_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_repeat_laptop\":\"\",\"ekit_cursor_icon_background_size_laptop\":\"\",\"ekit_cursor_icon_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_cursor_icon_background_slideshow_background_size_laptop\":\"\",\"ekit_cursor_icon_background_slideshow_background_position_laptop\":\"\",\"ekit_cursor_icon_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_icon_padding_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_cursor_margin_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_animation_laptop\":\"\",\"_transform_rotateZ_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateZ_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_rotateY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_perspective_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scale_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleX_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_scaleY_effect_hover_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_transform_skewX_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_transform_skewY_effect_hover_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"motion_fx_transform_x_anchor_point_laptop\":\"\",\"motion_fx_transform_y_anchor_point_laptop\":\"\",\"_background_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_gradient_position_laptop\":\"\",\"_background_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_position_laptop\":\"\",\"_background_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_repeat_laptop\":\"\",\"_background_size_laptop\":\"\",\"_background_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_slideshow_background_size_laptop\":\"\",\"_background_slideshow_background_position_laptop\":\"\",\"_background_hover_color_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_color_b_stop_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_angle_laptop\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"_background_hover_gradient_position_laptop\":\"\",\"_background_hover_image_laptop\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_position_laptop\":\"\",\"_background_hover_xpos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_ypos_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_repeat_laptop\":\"\",\"_background_hover_size_laptop\":\"\",\"_background_hover_bg_width_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_background_hover_slideshow_background_size_laptop\":\"\",\"_background_hover_slideshow_background_position_laptop\":\"\",\"_border_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_hover_width_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_border_radius_hover_laptop\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_mask_size_laptop\":\"\",\"_mask_size_scale_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_laptop\":\"\",\"_mask_position_x_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_position_y_laptop\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_mask_repeat_laptop\":\"\",\"hide_laptop\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9050,951,'_elementor_version','3.34.0'),
(9051,951,'_wp_page_template','default'),
(9052,951,'_elementor_page_settings','a:0:{}'),
(9055,952,'footnotes',''),
(9056,952,'_elementor_edit_mode','builder'),
(9057,952,'_elementor_template_type','wp-page'),
(9058,952,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9060,952,'_elementor_version','3.34.0'),
(9061,952,'_wp_page_template','default'),
(9071,953,'ekit_post_views_count','3'),
(9076,957,'footnotes',''),
(9077,957,'_elementor_edit_mode','builder'),
(9078,957,'_elementor_template_type','wp-page'),
(9079,957,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9080,957,'_elementor_version','3.34.0'),
(9081,957,'_wp_page_template','default'),
(9082,957,'_elementor_page_settings','a:0:{}'),
(9083,958,'footnotes',''),
(9084,958,'_elementor_edit_mode','builder'),
(9085,958,'_elementor_template_type','wp-page'),
(9086,958,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9087,958,'_elementor_version','3.34.0'),
(9088,958,'_wp_page_template','default'),
(9089,958,'_elementor_page_settings','a:0:{}'),
(9090,953,'wpforms_form_locations','a:1:{i:0;a:6:{s:4:\"type\";s:4:\"page\";s:5:\"title\";s:10:\"contact us\";s:7:\"form_id\";i:953;s:2:\"id\";i:940;s:6:\"status\";s:7:\"publish\";s:3:\"url\";s:12:\"/contact-us/\";}}'),
(9091,959,'footnotes',''),
(9092,959,'_elementor_edit_mode','builder'),
(9093,959,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES
(9094,959,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9095,959,'_elementor_version','3.34.0'),
(9096,959,'_wp_page_template','default'),
(9101,960,'footnotes',''),
(9102,960,'_elementor_edit_mode','builder'),
(9103,960,'_elementor_template_type','wp-page'),
(9104,960,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9105,960,'_elementor_version','3.34.0'),
(9106,960,'_wp_page_template','default'),
(9108,960,'_elementor_page_settings','a:0:{}'),
(9111,961,'footnotes',''),
(9112,961,'_elementor_edit_mode','builder'),
(9113,961,'_elementor_template_type','wp-page'),
(9114,961,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9115,961,'_elementor_version','3.34.0'),
(9116,961,'_wp_page_template','default'),
(9118,961,'_elementor_page_settings','a:0:{}'),
(9121,962,'footnotes',''),
(9122,962,'_elementor_edit_mode','builder'),
(9123,962,'_elementor_template_type','wp-page'),
(9124,962,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":554,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9125,962,'_elementor_version','3.34.0'),
(9126,962,'_wp_page_template','default'),
(9133,963,'footnotes',''),
(9134,963,'_elementor_edit_mode','builder'),
(9135,963,'_elementor_template_type','wp-page'),
(9136,963,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":554,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9137,963,'_elementor_version','3.34.0'),
(9138,963,'_wp_page_template','default'),
(9140,963,'_elementor_page_settings','a:0:{}'),
(9143,964,'footnotes',''),
(9144,964,'_elementor_edit_mode','builder'),
(9145,964,'_elementor_template_type','wp-page'),
(9146,964,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":554,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9147,964,'_elementor_version','3.34.0'),
(9148,964,'_wp_page_template','default'),
(9150,964,'_elementor_page_settings','a:0:{}'),
(9153,965,'footnotes',''),
(9154,965,'_elementor_edit_mode','builder'),
(9155,965,'_elementor_template_type','wp-page'),
(9156,965,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":612,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9157,965,'_elementor_version','3.34.0'),
(9158,965,'_wp_page_template','default'),
(9165,966,'footnotes',''),
(9166,966,'_elementor_edit_mode','builder'),
(9167,966,'_elementor_template_type','wp-page'),
(9168,966,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":612,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9169,966,'_elementor_version','3.34.0'),
(9170,966,'_wp_page_template','default'),
(9172,966,'_elementor_page_settings','a:0:{}'),
(9175,967,'footnotes',''),
(9176,967,'_elementor_edit_mode','builder'),
(9177,967,'_elementor_template_type','wp-page'),
(9178,967,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":612,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9179,967,'_elementor_version','3.34.0'),
(9180,967,'_wp_page_template','default'),
(9182,967,'_elementor_page_settings','a:0:{}'),
(9185,968,'footnotes',''),
(9186,968,'_elementor_edit_mode','builder'),
(9187,968,'_elementor_template_type','wp-page'),
(9188,968,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9189,968,'_elementor_version','3.34.0'),
(9190,968,'_wp_page_template','default'),
(9197,969,'footnotes',''),
(9198,969,'_elementor_edit_mode','builder'),
(9199,969,'_elementor_template_type','wp-page'),
(9200,969,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9201,969,'_elementor_version','3.34.0'),
(9202,969,'_wp_page_template','default'),
(9204,969,'_elementor_page_settings','a:0:{}'),
(9207,970,'footnotes',''),
(9208,970,'_elementor_edit_mode','builder'),
(9209,970,'_elementor_template_type','wp-page'),
(9210,970,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"98\",\"right\":\"0\",\"bottom\":\"107\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9211,970,'_elementor_version','3.34.0'),
(9212,970,'_wp_page_template','default'),
(9214,970,'_elementor_page_settings','a:0:{}'),
(9217,971,'footnotes',''),
(9218,971,'_elementor_edit_mode','builder'),
(9219,971,'_elementor_template_type','wp-page'),
(9220,971,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9221,971,'_elementor_version','3.34.0'),
(9222,971,'_wp_page_template','default'),
(9229,972,'footnotes',''),
(9230,972,'_elementor_edit_mode','builder'),
(9231,972,'_elementor_template_type','wp-page'),
(9232,972,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9233,972,'_elementor_version','3.34.0'),
(9234,972,'_wp_page_template','default'),
(9236,972,'_elementor_page_settings','a:0:{}'),
(9239,973,'footnotes',''),
(9240,973,'_elementor_edit_mode','builder'),
(9241,973,'_elementor_template_type','wp-page'),
(9242,973,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9243,973,'_elementor_version','3.34.0'),
(9244,973,'_wp_page_template','default'),
(9246,973,'_elementor_page_settings','a:0:{}'),
(9249,974,'footnotes',''),
(9250,974,'_elementor_edit_mode','builder'),
(9251,974,'_elementor_template_type','wp-page'),
(9252,974,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9253,974,'_elementor_version','3.34.0'),
(9254,974,'_wp_page_template','default'),
(9258,940,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9261,940,'site-post-title','disabled'),
(9272,975,'footnotes',''),
(9273,975,'_elementor_edit_mode','builder'),
(9274,975,'_elementor_template_type','wp-page'),
(9275,975,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9276,975,'_elementor_version','3.34.0'),
(9277,975,'_wp_page_template','default'),
(9278,975,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9282,976,'footnotes',''),
(9283,976,'_elementor_edit_mode','builder'),
(9284,976,'_elementor_template_type','wp-page'),
(9285,976,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"176\",\"right\":\"0\",\"bottom\":\"116\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9286,976,'_elementor_version','3.34.0'),
(9287,976,'_wp_page_template','default'),
(9288,976,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9292,977,'footnotes',''),
(9293,977,'_elementor_edit_mode','builder'),
(9294,977,'_elementor_template_type','wp-page'),
(9295,977,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9296,977,'_elementor_version','3.34.0'),
(9297,977,'_wp_page_template','default'),
(9298,977,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9316,979,'footnotes',''),
(9317,979,'_elementor_edit_mode','builder'),
(9318,979,'_elementor_template_type','wp-page'),
(9319,979,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9320,979,'_elementor_version','3.34.0'),
(9321,979,'_wp_page_template','default'),
(9322,979,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9326,980,'footnotes',''),
(9327,980,'_elementor_edit_mode','builder'),
(9328,980,'_elementor_template_type','wp-page'),
(9329,980,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Get {{in touch}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9330,980,'_elementor_version','3.34.0'),
(9331,980,'_wp_page_template','default'),
(9332,980,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9336,981,'footnotes',''),
(9337,981,'_elementor_edit_mode','builder'),
(9338,981,'_elementor_template_type','wp-page'),
(9339,981,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9340,981,'_elementor_version','3.34.0'),
(9341,981,'_wp_page_template','default'),
(9342,981,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9348,982,'footnotes',''),
(9349,982,'_elementor_edit_mode','builder'),
(9350,982,'_elementor_template_type','wp-page'),
(9351,982,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9352,982,'_elementor_version','3.34.0'),
(9353,982,'_wp_page_template','default'),
(9354,982,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9358,983,'footnotes',''),
(9359,983,'_elementor_edit_mode','builder'),
(9360,983,'_elementor_template_type','wp-page'),
(9361,983,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Newyork, NY, US\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"example@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"769451d5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"bdexample@gmail.com\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"000 3872 3627\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9362,983,'_elementor_version','3.34.0'),
(9363,983,'_wp_page_template','default'),
(9364,983,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9368,984,'footnotes',''),
(9369,984,'_elementor_edit_mode','builder'),
(9370,984,'_elementor_template_type','wp-page'),
(9371,984,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9372,984,'_elementor_version','3.34.0'),
(9373,984,'_wp_page_template','default'),
(9374,984,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9380,985,'footnotes',''),
(9381,985,'_elementor_edit_mode','builder'),
(9382,985,'_elementor_template_type','wp-page'),
(9383,985,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9384,985,'_elementor_version','3.34.0'),
(9385,985,'_wp_page_template','default'),
(9386,985,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9390,986,'footnotes',''),
(9391,986,'_elementor_edit_mode','builder'),
(9392,986,'_elementor_template_type','wp-page'),
(9393,986,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients\\u2019 preferences while prioritizing sustainability.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9394,986,'_elementor_version','3.34.0'),
(9395,986,'_wp_page_template','default'),
(9396,986,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9400,987,'footnotes',''),
(9401,987,'_elementor_edit_mode','builder'),
(9402,987,'_elementor_template_type','wp-page'),
(9403,987,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Find us online to learn more about our work and services.<br data-start=\\\"599\\\" data-end=\\\"602\\\" \\/>Stay connected and reach out with ease.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9404,987,'_elementor_version','3.34.0'),
(9405,987,'_wp_page_template','default'),
(9406,987,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9412,988,'footnotes',''),
(9413,988,'_elementor_edit_mode','builder'),
(9414,988,'_elementor_template_type','wp-page'),
(9415,988,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Find us online to learn more about our work and services.<br data-start=\\\"599\\\" data-end=\\\"602\\\" \\/>Stay connected and reach out with ease.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9416,988,'_elementor_version','3.34.0'),
(9417,988,'_wp_page_template','default'),
(9418,988,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9422,989,'footnotes',''),
(9423,989,'_elementor_edit_mode','builder'),
(9424,989,'_elementor_template_type','wp-page'),
(9425,989,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Find us online to learn more about our work and services.<br data-start=\\\"599\\\" data-end=\\\"602\\\" \\/>Stay connected and reach out with ease.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9426,989,'_elementor_version','3.34.0'),
(9427,989,'_wp_page_template','default'),
(9428,989,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9432,990,'footnotes',''),
(9433,990,'_elementor_edit_mode','builder'),
(9434,990,'_elementor_template_type','wp-page'),
(9435,990,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9436,990,'_elementor_version','3.34.0'),
(9437,990,'_wp_page_template','default'),
(9438,990,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9444,991,'footnotes',''),
(9445,991,'_elementor_edit_mode','builder'),
(9446,991,'_elementor_template_type','wp-page');
INSERT INTO `wp_postmeta` VALUES
(9447,991,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9448,991,'_elementor_version','3.34.0'),
(9449,991,'_wp_page_template','default'),
(9450,991,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9454,992,'footnotes',''),
(9455,992,'_elementor_edit_mode','builder'),
(9456,992,'_elementor_template_type','wp-page'),
(9457,992,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00000066\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_box_icon_primary_color\":\"#2A7D2E\",\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#2A7D2E\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9458,992,'_elementor_version','3.34.0'),
(9459,992,'_wp_page_template','default'),
(9460,992,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9464,993,'footnotes',''),
(9465,993,'_elementor_edit_mode','builder'),
(9466,993,'_elementor_template_type','wp-page'),
(9467,993,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00614A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9468,993,'_elementor_version','3.34.0'),
(9469,993,'_wp_page_template','default'),
(9470,993,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9476,994,'footnotes',''),
(9477,994,'_elementor_edit_mode','builder'),
(9478,994,'_elementor_template_type','wp-page'),
(9479,994,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00614A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9480,994,'_elementor_version','3.34.0'),
(9481,994,'_wp_page_template','default'),
(9482,994,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9486,995,'footnotes',''),
(9487,995,'_elementor_edit_mode','builder'),
(9488,995,'_elementor_template_type','wp-page'),
(9489,995,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00614A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=a8f9ac1\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9490,995,'_elementor_version','3.34.0'),
(9491,995,'_wp_page_template','default'),
(9492,995,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9496,996,'footnotes',''),
(9497,996,'_elementor_edit_mode','builder'),
(9498,996,'_elementor_template_type','wp-page'),
(9499,996,'_elementor_data','[{\"id\":\"bd6423f\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_image\":{\"id\":12,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bg-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#00614A\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.75,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"80\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"d2706f6\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bbc1624\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2506ac9\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"7b28c68b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Contact us\",\"ekit_heading_sub_title\":\"Home \\/ Contact\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_color\":\"#FFFFFF\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"74237d72\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"100\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"12f93fe\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"bb00e07\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"91d5987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1ea35ed6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Start A New {{Work With Us}}\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>We seamlessly merge two key components \\u2013 economics and information technology. This is the main factor that sets us apart from our competition and allows us.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_focused_title_color\":\"#121A24\",\"ekit_heading_focused_title_color_hover\":\"\",\"ekit_heading_focused_title_typography_typography\":\"custom\",\"ekit_heading_focused_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_focused_title_typography_font_weight\":\"600\",\"ekit_heading_extra_title_color\":\"#616161\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"43\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"66578a4b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"stretch\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"633d28e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"70d84f1\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9362dd0\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"314f4485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"36\",\"bottom\":\"50\",\"left\":\"36\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"90be4ca\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c820f46\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"d0d3ef1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"c266b5f\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wpforms id=\\\"953\\\"]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true},{\"id\":\"1a436815\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9964db0\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"8ef6078\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"9a2c951\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0885e0e\",\"elType\":\"widget\",\"settings\":{\"address\":\"Christchurch, New Zealand\",\"height\":{\"unit\":\"px\",\"size\":615,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3bd2002c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"container_type\":\"grid\",\"boxed_width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"140\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"a68eb4e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"f62e486\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"15d03e8\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7cb306b3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b15363e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"4bae16e\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"2dcf4ba\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4f9423e4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-placeholder2\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Visit our office\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"60b42289\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3e2c94c6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"New Zealand\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title\":\"Christchurch\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#121A24\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_sub_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"2fd682a0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"8c8d79d\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"414927c\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"7cadf76\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5c9f8185\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-envelope3\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Mail Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"7568b415\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4cba97b1\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"info@mistercleaner.co.nz\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true},{\"id\":\"1b2fbe88\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#F7F7F7\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"37\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"c35129f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"b6f2d81\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"60342a2\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21b6a5af\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icons\":{\"value\":\"icon icon-phone-call1\",\"library\":\"ekiticons\"},\"ekit_icon_box_title_text\":\"Call Us\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_infobox_bg_group_background\":\"classic\",\"ekit_icon_box_infobox_bg_group_color\":\"#02010100\",\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false,\"size\":\"20\"},\"ekit_icon_title_color\":\"#121A24\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Roboto\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"600\",\"ekit_icon_title_typography_group_letter_spacing\":{\"unit\":\"px\",\"size\":-0.2,\"sizes\":[]},\"ekit_icon_icon_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_image\":{\"id\":948,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/placeholder.png\"},\"ekit_icon_box_show_global_link\":\"\",\"__globals__\":{\"ekit_icon_box_icon_primary_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1c5b6aa8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-minus\",\"library\":\"ekiticons\"},\"primary_color\":\"#D6D6D6\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7a15227d\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"0221073435, 0220195919\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"400\",\"ekit_btn_text_color\":\"#121A24\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_hover_color\":\"#121A24\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"_margin\":{\"unit\":\"px\",\"top\":\"-9\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"5e3eaa0f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"(Mon- tue) at 9.am to 6pm\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"36\\/A, Lake cercus, Monali\",\"ekit_heading_sub_title_position\":\"before_title\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_color\":\"#2A7D2E\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"-4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"__globals__\":{\"ekit_heading_title_color\":\"globals\\/colors?id=25c9b10\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"d79a361\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"15\",\"bottom\":\"80\",\"left\":\"15\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"f7a1990\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"e5f2bda\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"e48c13e\"}],\"eae_slider_delay\":\"5000\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=9afd2e5\"}},\"elements\":[{\"id\":\"3656d384\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Are you ready to take our service?\",\"ekit_heading_sub_title_show\":\"\",\"ekit_heading_sub_title\":\"History time\",\"ekit_heading_sub_title_position\":\"before_title\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Connect with us online to explore our services, latest updates, and portfolio.<br data-start=\\\"188\\\" data-end=\\\"191\\\" \\/>We\\u2019re just a click away\\u2014reach out anytime, anywhere.<\\/p>\",\"desciption_width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"desciption_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"desciption_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto Condensed\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_sub_title_color\":\"#ECECEC\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"400\",\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_extra_title_color\":\"#FFFFFF\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Roboto\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_margin\":{\"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},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"34\",\"left\":\"0\",\"isLinked\":false},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_title\":\"Heading\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"38bd71b5\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"36\",\"bottom\":\"16\",\"left\":\"36\",\"isLinked\":false},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Roboto\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"500\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#02010100\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#004B1E\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_btn_hover_border_color\":\"#004B1E\",\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":false}]'),
(9500,996,'_elementor_version','3.34.0'),
(9501,996,'_wp_page_template','default'),
(9502,996,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9508,1002,'_menu_item_type','post_type'),
(9509,1002,'_menu_item_menu_item_parent','0'),
(9510,1002,'_menu_item_object_id','940'),
(9511,1002,'_menu_item_object','page'),
(9512,1002,'_menu_item_target',''),
(9513,1002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9514,1002,'_menu_item_xfn',''),
(9515,1002,'_menu_item_url',''),
(9517,516,'_wp_old_date','2026-01-10'),
(9518,936,'_wp_old_date','2026-01-10'),
(9520,1003,'_edit_lock','1768305208:1'),
(9524,1003,'site-sidebar-layout','no-sidebar'),
(9525,1003,'site-content-layout',''),
(9526,1003,'ast-site-content-layout','full-width-container'),
(9527,1003,'site-content-style','default'),
(9528,1003,'site-sidebar-style','default'),
(9529,1003,'ast-global-header-display',''),
(9530,1003,'ast-banner-title-visibility',''),
(9531,1003,'ast-main-header-display',''),
(9532,1003,'ast-hfb-above-header-display',''),
(9533,1003,'ast-hfb-below-header-display',''),
(9534,1003,'ast-hfb-mobile-header-display',''),
(9536,1003,'ast-breadcrumbs-content',''),
(9537,1003,'ast-featured-img','disabled'),
(9538,1003,'footer-sml-layout',''),
(9539,1003,'ast-disable-related-posts',''),
(9540,1003,'theme-transparent-header-meta',''),
(9541,1003,'adv-header-id-meta',''),
(9542,1003,'stick-header-meta',''),
(9543,1003,'header-above-stick-meta',''),
(9544,1003,'header-main-stick-meta',''),
(9545,1003,'header-below-stick-meta',''),
(9546,1003,'astra-migrate-meta-layouts','default'),
(9547,1003,'ast-page-background-enabled','default'),
(9548,1003,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9549,1003,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9550,1003,'footnotes',''),
(9551,1003,'_elementor_edit_mode','builder'),
(9552,1003,'_elementor_template_type','wp-page'),
(9553,1003,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9554,1004,'footnotes',''),
(9555,1003,'_edit_last','1'),
(9556,1003,'_astra_content_layout_flag','disabled'),
(9557,1003,'ast-title-bar-display','disabled'),
(9558,1003,'_elementor_version','3.34.0'),
(9559,1003,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9562,1003,'site-post-title','disabled'),
(9572,1005,'_wp_attached_file','2026/01/info-box-icon-21.png'),
(9573,1005,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:54;s:6:\"height\";i:50;s:4:\"file\";s:28:\"2026/01/info-box-icon-21.png\";s:8:\"filesize\";i:1050;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:{}}}'),
(9574,1005,'_elementor_source_image_hash','ed91d2ce683170bc639199e1a95482b59b7c12f5'),
(9589,1007,'_wp_attached_file','2026/01/about-us-inner-page-banner-bg-1-1.png'),
(9590,1007,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:520;s:4:\"file\";s:45:\"2026/01/about-us-inner-page-banner-bg-1-1.png\";s:8:\"filesize\";i:1246782;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"about-us-inner-page-banner-bg-1-1-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43569;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"about-us-inner-page-banner-bg-1-1-1024x333.png\";s:5:\"width\";i:1024;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:452173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"about-us-inner-page-banner-bg-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37947;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"about-us-inner-page-banner-bg-1-1-768x250.png\";s:5:\"width\";i:768;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:251860;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"about-us-inner-page-banner-bg-1-1-1536x499.png\";s:5:\"width\";i:1536;s:6:\"height\";i:499;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1004558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9591,1007,'_elementor_source_image_hash','22e5f0e0c69c8642a478183e3a4dcf43d1888e6d'),
(9592,1008,'_wp_attached_file','2026/01/Main_img.jpeg'),
(9593,1008,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:730;s:6:\"height\";i:430;s:4:\"file\";s:21:\"2026/01/Main_img.jpeg\";s:8:\"filesize\";i:21044;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Main_img-300x177.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11119;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Main_img-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9594,1008,'_elementor_source_image_hash','a58c756e981d6c98dfe46f6d4e1992f93365aadc'),
(9595,1009,'_wp_attached_file','2026/01/Service_img-8.jpeg'),
(9596,1009,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:265;s:4:\"file\";s:26:\"2026/01/Service_img-8.jpeg\";s:8:\"filesize\";i:22758;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Service_img-8-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14002;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Service_img-8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9597,1009,'_elementor_source_image_hash','226f8d003657bbd736ba16569fde6174507b2110'),
(9598,1010,'_wp_attached_file','2026/01/Service_img-3.jpeg'),
(9599,1010,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:265;s:4:\"file\";s:26:\"2026/01/Service_img-3.jpeg\";s:8:\"filesize\";i:20060;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Service_img-3-300x227.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Service_img-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6315;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9600,1010,'_elementor_source_image_hash','838c2d2d8165bfdaa4aba569dec2f6c0ad3c461b'),
(9601,1011,'_wp_attached_file','2026/01/03_Services-Details.png'),
(9602,1011,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:108;s:6:\"height\";i:123;s:4:\"file\";s:31:\"2026/01/03_Services-Details.png\";s:8:\"filesize\";i:1812;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:{}}}'),
(9603,1011,'_elementor_source_image_hash','8135cc74102a118afc3edd733e2aecce1b2f46de'),
(9612,1012,'footnotes',''),
(9613,1012,'_elementor_edit_mode','builder'),
(9614,1012,'_elementor_template_type','wp-page'),
(9615,1012,'_elementor_data',''),
(9616,1012,'_elementor_version','3.34.0'),
(9617,1012,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9620,1013,'footnotes',''),
(9621,1013,'_elementor_edit_mode','builder'),
(9622,1013,'_elementor_template_type','wp-page'),
(9623,1013,'_elementor_data',''),
(9624,1013,'_elementor_version','3.34.0'),
(9625,1013,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9628,1003,'_wp_page_template','default'),
(9629,1014,'footnotes',''),
(9630,1014,'_elementor_edit_mode','builder'),
(9631,1014,'_elementor_template_type','wp-page'),
(9632,1014,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"One design for your desktop, tab and mobile.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Beautiful and modern design that makes difference.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Boost your sales with strategically built user experience.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9633,1014,'_elementor_version','3.34.0'),
(9634,1014,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9637,1014,'_wp_page_template','default'),
(9652,1016,'footnotes',''),
(9653,1016,'_elementor_edit_mode','builder'),
(9654,1016,'_elementor_template_type','wp-page'),
(9655,1016,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"One design for your desktop, tab and mobile.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Beautiful and modern design that makes difference.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Boost your sales with strategically built user experience.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9656,1016,'_elementor_version','3.34.0'),
(9657,1016,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9659,1016,'_wp_page_template','default'),
(9662,1017,'footnotes',''),
(9663,1017,'_elementor_edit_mode','builder'),
(9664,1017,'_elementor_template_type','wp-page'),
(9665,1017,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"One design for your desktop, tab and mobile.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Beautiful and modern design that makes difference.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"Boost your sales with strategically built user experience.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Market Analysis Matters?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9666,1017,'_elementor_version','3.34.0'),
(9667,1017,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9669,1017,'_wp_page_template','default'),
(9672,1018,'footnotes',''),
(9673,1018,'_elementor_edit_mode','builder'),
(9674,1018,'_elementor_template_type','wp-page'),
(9675,1018,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9676,1018,'_elementor_version','3.34.0'),
(9677,1018,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9679,1018,'_wp_page_template','default'),
(9684,1019,'footnotes',''),
(9685,1019,'_elementor_edit_mode','builder'),
(9686,1019,'_elementor_template_type','wp-page'),
(9687,1019,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9688,1019,'_elementor_version','3.34.0'),
(9689,1019,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9691,1019,'_wp_page_template','default'),
(9694,1020,'footnotes',''),
(9695,1020,'_elementor_edit_mode','builder'),
(9696,1020,'_elementor_template_type','wp-page'),
(9697,1020,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Featured Thinking\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1009,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-8.jpeg\"},\"ekit_image_box_title_text\":\"Digital Agency\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":1010,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/Service_img-3.jpeg\"},\"ekit_image_box_title_text\":\"Market Analysis\",\"ekit_image_box_description_text\":\"Great websites add great values to your business From wire-framing to we do it all.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9698,1020,'_elementor_version','3.34.0'),
(9699,1020,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9701,1020,'_wp_page_template','default'),
(9704,1021,'footnotes',''),
(9705,1021,'_elementor_edit_mode','builder'),
(9706,1021,'_elementor_template_type','wp-page'),
(9707,1021,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9708,1021,'_elementor_version','3.34.0'),
(9709,1021,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9711,1021,'_wp_page_template','default'),
(9716,1022,'footnotes',''),
(9717,1022,'_elementor_edit_mode','builder'),
(9718,1022,'_elementor_template_type','wp-page'),
(9719,1022,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9720,1022,'_elementor_version','3.34.0'),
(9721,1022,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9723,1022,'_wp_page_template','default'),
(9726,1023,'footnotes',''),
(9727,1023,'_elementor_edit_mode','builder'),
(9728,1023,'_elementor_template_type','wp-page'),
(9729,1023,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9730,1023,'_elementor_version','3.34.0'),
(9731,1023,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9733,1023,'_wp_page_template','default'),
(9736,1024,'footnotes',''),
(9737,1024,'_elementor_edit_mode','builder'),
(9738,1024,'_elementor_template_type','wp-page'),
(9739,1024,'_elementor_data','[{\"id\":\"7b219949\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"5e0b63b0\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1be996ce\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"534d9059\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"edc91d4\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6dd1f81c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Regular Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"718b551b\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8fd4b67\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"3a7cfb0e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f90350a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"712a16ad\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"a15d9ea\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"15835fe6\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42260779\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"71aaa1ba\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"460c4b59\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5c0e3bbb\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"21ed7740\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"4fb3638f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"6cd15272\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"31c78ddc\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"2d2bd9d9\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"39d8ca1d\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"15820e39\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"54361318\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1e371329\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"75312753\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9740,1024,'_elementor_version','3.34.0'),
(9741,1024,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9743,1024,'_wp_page_template','default'),
(9748,1025,'_edit_lock','1768305454:1'),
(9749,1025,'site-sidebar-layout','no-sidebar'),
(9750,1025,'site-content-layout',''),
(9751,1025,'ast-site-content-layout','full-width-container'),
(9752,1025,'site-content-style','default'),
(9753,1025,'site-sidebar-style','default'),
(9754,1025,'ast-global-header-display',''),
(9755,1025,'ast-banner-title-visibility',''),
(9756,1025,'ast-main-header-display',''),
(9757,1025,'ast-hfb-above-header-display',''),
(9758,1025,'ast-hfb-below-header-display',''),
(9759,1025,'ast-hfb-mobile-header-display',''),
(9761,1025,'ast-breadcrumbs-content',''),
(9762,1025,'ast-featured-img','disabled'),
(9763,1025,'footer-sml-layout',''),
(9764,1025,'ast-disable-related-posts',''),
(9765,1025,'theme-transparent-header-meta',''),
(9766,1025,'adv-header-id-meta',''),
(9767,1025,'stick-header-meta',''),
(9768,1025,'header-above-stick-meta',''),
(9769,1025,'header-main-stick-meta',''),
(9770,1025,'header-below-stick-meta',''),
(9771,1025,'astra-migrate-meta-layouts','default'),
(9772,1025,'ast-page-background-enabled','default'),
(9773,1025,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9774,1025,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9775,1025,'footnotes',''),
(9776,1025,'_elementor_edit_mode','builder'),
(9777,1025,'_elementor_template_type','wp-page'),
(9778,1025,'_elementor_data','[{\"id\":\"df296bf\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8b8cff5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"8613bda\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"da97c9a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"64f0b27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b2a92a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3a0f3\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f83115b\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"58954a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94ced66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Deep Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"06599d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d6b84e2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"03ed577\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"68799b7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1c536ae\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"37cebc8\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"439bdad\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"638b522\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0a015e5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2e3c748\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"84410f4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"eae5408\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"f464e33\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"8047f73\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e4d1ed\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f84114c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5324916\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9779,1026,'footnotes',''),
(9780,1025,'_edit_last','1'),
(9782,1025,'_astra_content_layout_flag','disabled'),
(9783,1025,'ast-title-bar-display','disabled'),
(9784,1025,'_elementor_version','3.34.0'),
(9785,1025,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9788,1025,'site-post-title','disabled'),
(9804,1027,'footnotes',''),
(9805,1027,'_elementor_edit_mode','builder'),
(9806,1027,'_elementor_template_type','wp-page'),
(9807,1027,'_elementor_data',''),
(9808,1027,'_elementor_version','3.34.0'),
(9809,1027,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9811,1028,'footnotes',''),
(9812,1028,'_elementor_edit_mode','builder'),
(9813,1028,'_elementor_template_type','wp-page'),
(9814,1028,'_elementor_data',''),
(9815,1028,'_elementor_version','3.34.0'),
(9816,1028,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9818,1025,'_wp_page_template','default'),
(9819,1029,'footnotes',''),
(9820,1029,'_elementor_edit_mode','builder'),
(9821,1029,'_elementor_template_type','wp-page'),
(9822,1029,'_elementor_data','[{\"id\":\"df296bf\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8b8cff5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"8613bda\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"da97c9a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"64f0b27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b2a92a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3a0f3\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f83115b\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"58954a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94ced66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"06599d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d6b84e2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"03ed577\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"68799b7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1c536ae\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"37cebc8\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"439bdad\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"638b522\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0a015e5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2e3c748\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"84410f4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"eae5408\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"f464e33\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"8047f73\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e4d1ed\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f84114c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5324916\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9823,1029,'_elementor_version','3.34.0'),
(9824,1029,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9826,1029,'_wp_page_template','default'),
(9827,1030,'footnotes',''),
(9828,1030,'_elementor_edit_mode','builder'),
(9829,1030,'_elementor_template_type','wp-page'),
(9830,1030,'_elementor_data','[{\"id\":\"df296bf\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8b8cff5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"8613bda\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"da97c9a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"64f0b27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b2a92a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3a0f3\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f83115b\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"58954a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94ced66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"06599d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d6b84e2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"03ed577\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"68799b7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1c536ae\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"37cebc8\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"439bdad\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"638b522\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0a015e5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2e3c748\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"84410f4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"eae5408\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"f464e33\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"8047f73\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e4d1ed\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f84114c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5324916\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9831,1030,'_elementor_version','3.34.0'),
(9832,1030,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9834,1030,'_wp_page_template','default'),
(9835,1031,'footnotes',''),
(9836,1031,'_elementor_edit_mode','builder'),
(9837,1031,'_elementor_template_type','wp-page'),
(9838,1031,'_elementor_data','[{\"id\":\"df296bf\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8b8cff5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"8613bda\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"da97c9a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"64f0b27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b2a92a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3a0f3\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f83115b\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"58954a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94ced66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Regular Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"06599d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d6b84e2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"03ed577\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"68799b7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1c536ae\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"37cebc8\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"439bdad\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"638b522\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0a015e5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2e3c748\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"84410f4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"eae5408\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"f464e33\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"8047f73\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e4d1ed\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f84114c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5324916\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9839,1031,'_elementor_version','3.34.0'),
(9840,1031,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9842,1031,'_wp_page_template','default'),
(9843,1032,'footnotes',''),
(9844,1032,'_elementor_edit_mode','builder'),
(9845,1032,'_elementor_template_type','wp-page'),
(9846,1032,'_elementor_data','[{\"id\":\"df296bf\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8b8cff5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"8613bda\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"da97c9a\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"64f0b27\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"b2a92a1\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Deep Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"8d3a0f3\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f83115b\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"58954a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"94ced66\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Deep Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"06599d9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d6b84e2\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"03ed577\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"68799b7\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"1c536ae\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"37cebc8\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"439bdad\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"638b522\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"0a015e5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2e3c748\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"84410f4\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"eae5408\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"f464e33\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"8047f73\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e4d1ed\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"f84114c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5324916\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9847,1032,'_elementor_version','3.34.0'),
(9848,1032,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9850,1032,'_wp_page_template','default'),
(9853,1033,'_menu_item_type','custom'),
(9854,1033,'_menu_item_menu_item_parent','0'),
(9855,1033,'_menu_item_object_id','1033'),
(9856,1033,'_menu_item_object','custom'),
(9857,1033,'_menu_item_target',''),
(9858,1033,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9859,1033,'_menu_item_xfn',''),
(9860,1033,'_menu_item_url','#'),
(9862,1034,'_menu_item_type','post_type'),
(9863,1034,'_menu_item_menu_item_parent','1033'),
(9864,1034,'_menu_item_object_id','1025'),
(9865,1034,'_menu_item_object','page'),
(9866,1034,'_menu_item_target',''),
(9867,1034,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9868,1034,'_menu_item_xfn',''),
(9869,1034,'_menu_item_url',''),
(9871,1035,'_menu_item_type','post_type'),
(9872,1035,'_menu_item_menu_item_parent','1033'),
(9873,1035,'_menu_item_object_id','1003'),
(9874,1035,'_menu_item_object','page'),
(9875,1035,'_menu_item_target',''),
(9876,1035,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9877,1035,'_menu_item_xfn',''),
(9878,1035,'_menu_item_url',''),
(9880,1036,'_edit_lock','1768305468:1'),
(9881,1036,'_edit_last','1'),
(9882,1036,'_elementor_edit_mode','builder'),
(9883,1036,'_astra_content_layout_flag','disabled'),
(9885,1036,'ast-title-bar-display','disabled'),
(9886,1036,'ast-featured-img','disabled'),
(9887,1036,'ast-site-content-layout','full-width-container'),
(9888,1036,'site-sidebar-layout','no-sidebar'),
(9889,1036,'_elementor_template_type','wp-page'),
(9890,1036,'_elementor_version','3.34.0'),
(9891,1036,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9894,1036,'site-content-layout',''),
(9895,1036,'site-content-style','default'),
(9896,1036,'site-sidebar-style','default'),
(9897,1036,'ast-global-header-display',''),
(9898,1036,'ast-banner-title-visibility',''),
(9899,1036,'ast-main-header-display',''),
(9900,1036,'ast-hfb-above-header-display',''),
(9901,1036,'ast-hfb-below-header-display',''),
(9902,1036,'ast-hfb-mobile-header-display',''),
(9903,1036,'site-post-title','disabled'),
(9904,1036,'ast-breadcrumbs-content',''),
(9905,1036,'footer-sml-layout',''),
(9906,1036,'ast-disable-related-posts',''),
(9907,1036,'theme-transparent-header-meta',''),
(9908,1036,'adv-header-id-meta',''),
(9909,1036,'stick-header-meta',''),
(9910,1036,'header-above-stick-meta',''),
(9911,1036,'header-main-stick-meta',''),
(9912,1036,'header-below-stick-meta',''),
(9913,1036,'astra-migrate-meta-layouts','default'),
(9914,1036,'ast-page-background-enabled','default'),
(9915,1036,'ast-page-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9916,1036,'ast-content-background-meta','a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}'),
(9917,1036,'footnotes',''),
(9918,1036,'_elementor_data','[{\"id\":\"c6e0a1f\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8c20e3e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fc02096\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"116d18c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5fa0276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"952563b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d62a95\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cf37173\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d5b214a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be32a34\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Move-in\\/out Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e35d24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ebb6ca3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1edb617\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61b1292\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cb7ebd6\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"425321d\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"496ad98\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"23f3b05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"949303f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd3b149\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7c08c22\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1a979d3\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"6f40a01\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"ae5e21b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4198cf0\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2aa4598\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd7b012\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9919,1038,'footnotes',''),
(9920,1038,'_elementor_edit_mode','builder'),
(9921,1038,'_elementor_template_type','wp-page'),
(9922,1038,'_elementor_version','3.34.0'),
(9923,1038,'_elementor_page_settings','a:0:{}'),
(9926,1038,'_elementor_data',''),
(9927,512,'_elementor_css','a:6:{s:4:\"time\";i:1768305298;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:5:\"Inter\";}s:5:\"icons\";a:2:{i:0;s:9:\"ekiticons\";i:5;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9928,547,'_elementor_css','a:6:{s:4:\"time\";i:1768305298;s:5:\"fonts\";a:3:{i:0;s:4:\"Lato\";i:1;s:5:\"Inter\";i:2;s:7:\"Poppins\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9929,6,'_elementor_css','a:6:{s:4:\"time\";i:1768305299;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9930,1036,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(9932,512,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:16:\"widget-icon-list\";i:1;s:12:\"widget-image\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:13:\"ekit-nav-menu\";}}');
INSERT INTO `wp_postmeta` VALUES
(9933,512,'_elementor_element_cache','{\"timeout\":1768391699,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-502c6bc7 e-con-full e-flex e-con e-parent\\\" data-eae-slider=\\\"78811\\\" data-id=\\\"502c6bc7\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-6ba8c884 e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"52868\\\" data-id=\\\"6ba8c884\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2e599274 elementor-icon-list--layout-inline elementor-mobile-align-center elementor-align-start elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"2e599274\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"http:\\/\\/212695163\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-phone-call\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M25.719 32.4c-1.331 0-2.939-0.334-4.708-1.001-3.877-1.462-8.095-4.35-11.877-8.133-3.783-3.783-6.672-8.002-8.135-11.879-1.329-3.525-1.332-6.418-0.008-7.742 0.191-0.191 0.384-0.395 0.584-0.606 1.209-1.271 2.575-2.702 4.385-2.637 1.247 0.052 2.456 0.827 3.694 2.367 3.657 4.549 2.008 6.169 0.1 8.049l-0.337 0.334c-0.312 0.312-0.902 1.758 4.585 7.245 1.791 1.791 3.318 3.102 4.539 3.895 0.768 0.499 2.143 1.255 2.707 0.691l0.339-0.342c1.877-1.904 3.498-3.548 8.043 0.107 1.54 1.238 2.314 2.445 2.366 3.695 0.074 1.809-1.367 3.178-2.639 4.386-0.21 0.2-0.414 0.394-0.605 0.583-0.658 0.659-1.709 0.989-3.034 0.989zM5.832 1.476c-1.286 0-2.448 1.223-3.475 2.304-0.207 0.217-0.407 0.428-0.604 0.625-0.987 0.986-0.887 3.577 0.254 6.602 1.41 3.737 4.212 7.821 7.889 11.498 3.677 3.676 7.758 6.477 11.496 7.886 3.026 1.143 5.616 1.24 6.601 0.255 0.197-0.197 0.408-0.397 0.625-0.603 1.105-1.050 2.359-2.241 2.304-3.562-0.038-0.907-0.699-1.884-1.964-2.901-3.788-3.046-4.847-1.971-6.603-0.189l-0.344 0.348c-0.84 0.841-2.203 0.654-4.055-0.549-1.284-0.835-2.871-2.194-4.713-4.037-4.554-4.553-6.010-7.339-4.585-8.768l0.343-0.339c1.786-1.757 2.863-2.817-0.184-6.606-1.019-1.265-1.994-1.926-2.902-1.964-0.028-0.001-0.056-0.001-0.084-0.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">0221073435,   0220195919<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-envelope1\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">info@mistercleaner.co.nz<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-location\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M13.6 32c-0.069 0-0.139-0.009-0.208-0.027-0.35-0.094-0.592-0.411-0.592-0.773v-12h-12c-0.362 0-0.679-0.243-0.773-0.593s0.059-0.719 0.372-0.9l30.4-17.6c0.314-0.182 0.71-0.13 0.966 0.127s0.308 0.653 0.127 0.967l-17.6 30.4c-0.146 0.251-0.412 0.399-0.692 0.399zM3.779 17.6h9.822c0.442 0 0.8 0.358 0.8 0.8v9.822l14.605-25.226-25.226 14.605z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Christchurch, New Zealand<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7014da0 elementor-widget elementor-widget-elementskit-social-media\\\" data-id=\\\"7014da0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-social-media.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t\\t <ul class=\\\"ekit_social_media\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-76ebb59\\\">\\n\\t\\t\\t\\t\\t    <a\\n\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/www.facebook.com\\/mistercleanernz\\\" target=\\\"_blank\\\" aria-label=\\\"Facebook\\\" class=\\\"facebook\\\" >\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-facebook\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M23.999 0.407l-4.15-0.007c-4.662 0-7.675 3.091-7.675 7.875v3.631h-4.172c-0.361 0-0.652 0.292-0.652 0.653v5.261c0 0.361 0.292 0.652 0.652 0.652h4.172v13.275c0 0.361 0.292 0.653 0.652 0.653h5.444c0.361 0 0.652-0.292 0.652-0.652v-13.275h4.878c0.361 0 0.652-0.292 0.652-0.652l0.002-5.261c0-0.173-0.069-0.339-0.191-0.461s-0.289-0.191-0.462-0.191h-4.88v-3.078c0-1.479 0.353-2.23 2.28-2.23l2.795-0.001c0.36 0 0.652-0.292 0.652-0.652v-4.885c0-0.36-0.292-0.652-0.651-0.652z\\\"><\\/path><\\/svg>\\n                                                                                                            <\\/a>\\n                    <\\/li>\\n                    \\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-b62fdff\\\">\\n\\t\\t\\t\\t\\t    <a\\n\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/www.instagram.com\\/mistercleanernz\\/\\\" target=\\\"_blank\\\" aria-label=\\\"Instagram\\\" class=\\\"2\\\" >\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-instagram-2\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M4.688 32h22.625c2.585 0 4.688-2.103 4.688-4.688v-22.625c0-2.585-2.103-4.688-4.688-4.688h-22.625c-2.585 0-4.688 2.103-4.688 4.688v22.625c0 2.585 2.103 4.688 4.688 4.688zM1.875 4.688c0-1.551 1.262-2.813 2.813-2.813h22.625c1.551 0 2.813 1.262 2.813 2.813v22.625c0 1.551-1.262 2.813-2.813 2.813h-22.625c-1.551 0-2.813-1.262-2.813-2.813z\\\"><\\/path><path d=\\\"M16 24.438c4.652 0 8.438-3.785 8.438-8.438s-3.785-8.438-8.438-8.438-8.438 3.785-8.438 8.438 3.785 8.438 8.438 8.438zM16 9.438c3.619 0 6.563 2.944 6.563 6.563s-2.944 6.563-6.563 6.563-6.563-2.944-6.563-6.563 2.944-6.563 6.563-6.563z\\\"><\\/path><path d=\\\"M25.375 9.438c1.551 0 2.813-1.262 2.813-2.813s-1.262-2.813-2.813-2.813-2.813 1.262-2.813 2.813 1.262 2.813 2.813 2.813zM25.375 5.688c0.517 0 0.938 0.421 0.938 0.938s-0.421 0.938-0.938 0.938-0.938-0.421-0.938-0.938 0.421-0.938 0.938-0.938z\\\"><\\/path><\\/svg>\\n                                                                                                            <\\/a>\\n                    <\\/li>\\n                    \\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-7c030386 e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"69361\\\" data-id=\\\"7c030386\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-3be5f029 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"66409\\\" data-id=\\\"3be5f029\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4ff7bf42 elementor-widget__width-auto elementor-widget elementor-widget-image\\\" data-id=\\\"4ff7bf42\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"520\\\" height=\\\"178\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp\\\" class=\\\"attachment-full size-full wp-image-515\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp 520w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2-300x103.webp 300w\\\" sizes=\\\"(max-width: 520px) 100vw, 520px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-49b24f61 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"12023\\\" data-id=\\\"49b24f61\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6ImQxZWQ1ODQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlbGVtZW50c2tpdF9uYXZfbWVudSI6Im1haW4tbWVudSIsImVsZW1lbnRza2l0X21haW5fbWVudV9wb3NpdGlvbiI6ImVsZW1lbnRza2l0LW1lbnUtcG8tY2VudGVyIiwiZWxlbWVudHNraXRfbWVudWJhcl9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NzAsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2NvbnRlbnRfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZWxlbWVudHNraXRfY29udGVudF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJlbGVtZW50c2tpdF9jb250ZW50X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9jb250ZW50X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJlbGVtZW50c2tpdF9jb250ZW50X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImVsZW1lbnRza2l0X21lbnVfaXRlbV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsImVsZW1lbnRza2l0X2l0ZW1fdGV4dF9jb2xvcl9ob3ZlciI6IiMxMjExNDciLCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9iYWNrZ3JvdW5kIjoiZ3JhZGllbnQiLCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfY29sb3JfYiI6IiNmZmZmZmYiLCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl93aWR0aCI6IjIyMHB4IiwiZWxlbWVudHNraXRfc3VibWVudV9jb250YWluZXJfd2lkdGhfdGFibGV0IjoiMjAwcHgiLCJlbGVtZW50c2tpdF9wYW5lbF9ib3hfc2hhZG93X2JveF9zaGFkb3dfdHlwZSI6InllcyIsImVsZW1lbnRza2l0X21lbnViYXJfaGVpZ2h0X3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfcGFuZWxfYm94X3NoYWRvd19ib3hfc2hhZG93Ijp7Imhvcml6b250YWwiOiIwIiwidmVydGljYWwiOiIwIiwiYmx1ciI6IjEwIiwic3ByZWFkIjoiMCIsImNvbG9yIjoicmdiYSgwLDAsMCwwLjEyKSJ9LCJla2l0X25hdl9tZW51X2hvdmVyX2Jhcl9zd2l0Y2giOiJ5ZXMiLCJla2l0X25hdl9tZW51X2hvdmVyX2JhciI6IiNmZjVlMTMiLCJla2l0X25hdl9tZW51X2hvdmVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOiIyIiwic2l6ZXMiOltdfSwiX3pfaW5kZXgiOiIxNSIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JvcmRlcl93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjoiMSJ9LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9ib3JkZXJfY29sb3IiOiIjZmY1ZTEzIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfaWNvbl9jb2xvciI6IiNmZjVlMTMiLCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2hvdmVyX2JhY2tncm91bmQiOiJjbGFzc2ljIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9ob3Zlcl9jb2xvciI6IiNmZjVlMTMiLCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9pY29uX2NvbG9yX2hvdmVyIjoicmdiYSgyNTUsMjU1LDI1NSwwLjUpIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9pY29uX2NvbG9yIjoiI2ZmNWUxMyIsImVraXRfYWxsX2NvbmRpdGlvbnNfbGlzdCI6W3siX2lkIjoiYWZjZGU2OCJ9XSwiZWxlbWVudHNraXRfbmF2X21lbnVfbG9nbyI6eyJpZCI6NTE0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvcGxhY2Vob2xkZXItMS5wbmcifSwiZWxlbWVudHNraXRfbWVudV9pdGVtX3NwYWNpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiOCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiOCIsImlzTGlua2VkIjpmYWxzZX0sIl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjpmYWxzZX0sIl9ib3JkZXJfY29sb3IiOiIjRDRENkUzIiwiZWxlbWVudHNraXRfc3R5bGVfdGFiX3N1Ym1lbnVfaW5kaWNhdG9yX2NvbG9yIjoiIzAyMTM0MyIsImVsZW1lbnRza2l0X3N1Ym1lbnVfaXRlbV9zcGFjaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjYiLCJyaWdodCI6IjAiLCJib3R0b20iOiI3IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJzdWJfcGFuZWxfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIxNSIsImxlZnQiOiIyNSIsImlzTGlua2VkIjpmYWxzZX0sImVraXRfYWR2X3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudC4iLCJfZWxlbWVudF93aWR0aCI6ImF1dG8iLCJla2l0X2N1cnNvcl90ZXh0X2xhYmVsIjoiRWxlbWVudHNraXQgQ3Vyc29yIiwiZWxlbWVudHNraXRfbWFpbl9tZW51X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnViYXJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbGFwdG9wIjp7InVuaXQiOiJkZWcifSwiZWxlbWVudHNraXRfbWVudWJhcl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnViYXJfYmFja2dyb3VuZF9pbWFnZV9sYXB0b3AiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sImVsZW1lbnRza2l0X21lbnViYXJfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnViYXJfYmFja2dyb3VuZF95cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudWJhcl9iYWNrZ3JvdW5kX3JlcGVhdF9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51YmFyX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfYm9yZGVyX3JhZGl1c19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X21lbnVfaXRlbV9pY29uX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfY29udGVudF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2NvbnRlbnRfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2NvbnRlbnRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZ19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2NvbnRlbnRfdHlwb2dyYXBoeV93b3JkX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfY29sb3Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaW1hZ2VfbGFwdG9wIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9yZXBlYXRfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdGV4dF9jb2xvcl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X3RleHRfYm9yZGVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfZ3JhZGllbnRfYW5nbGVfbGFwdG9wIjp7InVuaXQiOiJkZWcifSwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9pbWFnZV9sYXB0b3AiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl95cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX3JlcGVhdF9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9pdGVtX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfaXRlbV9jb2xvcl9ob3Zlcl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X3RleHRfYm9yZGVyX2hvdmVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X25hdl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3JfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3JfZ3JhZGllbnRfYW5nbGVfbGFwdG9wIjp7InVuaXQiOiJkZWcifSwiZWxlbWVudHNraXRfbmF2X21lbnVfYWN0aXZlX2JnX2NvbG9yX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X25hdl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9pbWFnZV9sYXB0b3AiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sImVsZW1lbnRza2l0X25hdl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3JfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X25hdl9tZW51X2FjdGl2ZV9iZ19jb2xvcl95cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbmF2X21lbnVfYWN0aXZlX2JnX2NvbG9yX3JlcGVhdF9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3Jfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3JfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3Jfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfbWVudV9hY3RpdmVfYmdfY29sb3Jfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbmF2X21lbnVfYWN0aXZlX3RleHRfY29sb3JfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90ZXh0X2JvcmRlcl9hY3RpdmVfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfbWVudV9pdGVtX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfbWVudV9pdGVtX21hcmdpbl9sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X3N1Ym1lbnVfaW5kaWNhdG9yX2ZvbnRfc2l6ZV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfc3VibWVudV9pdGVtX2luZGljYXRvcl9mb250X3NpemVfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X3N1Ym1lbnVfaW5kaWNhdG9yX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVsZW1lbnRza2l0X3N1Ym1lbnVfaW5kaWNhdG9yX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfc3VibWVudV9pbmRpY2F0b3JfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX3JlcGVhdF9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfc3VibWVudV9pbmRpY2F0b3JfYmFja2dyb3VuZF9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X3N1Ym1lbnVfaW5kaWNhdG9yX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X3N1Ym1lbnVfaW5kaWNhdG9yX2JvcmRlcl93aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9ib3JkZXJfcmFkaXVzX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVraXRfc3VibWVudV9pbmRpY2F0b3Jfc3BhY2luZ19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJlbGVtZW50c2tpdF9zdWJtZW51X2luZGljYXRvcl9wYWRkaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21lbnVfaXRlbV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfaXRlbV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV9pdGVtX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fdHlwb2dyYXBoeV93b3JkX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9zdWJtZW51X2l0ZW1fY29sb3JfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfY29sb3Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9pbWFnZV9sYXB0b3AiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF95cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfcmVwZWF0X2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X2l0ZW1fdGV4dF9jb2xvcl9ob3Zlcl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX2xhcHRvcCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfaG92ZXJfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X2l0ZW1fYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbmF2X3N1Yl9tZW51X2FjdGl2ZV90ZXh0X2NvbG9yX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X25hdl9zdWJfbWVudV9hY3RpdmVfYmdfY29sb3JfY29sb3Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfbmF2X3N1Yl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9jb2xvcl9iX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X25hdl9zdWJfbWVudV9hY3RpdmVfYmdfY29sb3JfZ3JhZGllbnRfYW5nbGVfbGFwdG9wIjp7InVuaXQiOiJkZWcifSwiZWxlbWVudHNraXRfbmF2X3N1Yl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9ncmFkaWVudF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX2ltYWdlX2xhcHRvcCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiZWxlbWVudHNraXRfbmF2X3N1Yl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX3JlcGVhdF9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbmF2X3N1Yl9tZW51X2FjdGl2ZV9iZ19jb2xvcl9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X25hdl9zdWJfbWVudV9hY3RpdmVfYmdfY29sb3Jfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9uYXZfc3ViX21lbnVfYWN0aXZlX2JnX2NvbG9yX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfaXRlbV9ib3JkZXJfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfbWVudV9pdGVtX2JvcmRlcl9sYXN0X2NoaWxkX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21lbnVfaXRlbV9ib3JkZXJfZmlyc3RfY2hpbGRfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwic3ViX3BhbmVsX3BhZGRpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfcGFuZWxfc3VibWVudV9ib3JkZXJfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfc3VibWVudV9jb250YWluZXJfYmFja2dyb3VuZF9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfc3VibWVudV9jb250YWluZXJfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl9iYWNrZ3JvdW5kX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfaW1hZ2VfbGFwdG9wIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfcmVwZWF0X2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9zdWJtZW51X2NvbnRhaW5lcl9iYWNrZ3JvdW5kX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfc3VibWVudV9jb250YWluZXJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X3N1Ym1lbnVfY29udGFpbmVyX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfc3VibWVudV9wYW5lbF9ib3JkZXJfcmFkaXVzX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2ljb25fcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9vcGVuX3R5cG9ncmFwaHlfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfY29sb3JfYl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9pbWFnZV9sYXB0b3AiOnsidXJsIjoiIiwiaWQiOiIiLCJzaXplIjoiIn0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF94cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF95cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9yZXBlYXRfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9ib3JkZXJfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbGFwdG9wIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2hvdmVyX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfcmVwZWF0X2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X3RvZ2dsZV9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYmFja2dyb3VuZF9ob3Zlcl9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfdG9nZ2xlX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV90b2dnbGVfYm9yZGVyX2hvdmVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfdHlwb2dyYXBoeV9mb250X3NpemVfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX3R5cG9ncmFwaHlfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX3R5cG9ncmFwaHlfbGV0dGVyX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX3R5cG9ncmFwaHlfd29yZF9zcGFjaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2ltYWdlX2xhcHRvcCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF94cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfcmVwZWF0X2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JvcmRlcl93aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfaG92ZXJfY29sb3Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9ob3Zlcl9ncmFkaWVudF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfaG92ZXJfaW1hZ2VfbGFwdG9wIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tZW51X2Nsb3NlX2JhY2tncm91bmRfaG92ZXJfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWxlbWVudHNraXRfbWVudV9jbG9zZV9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVsZW1lbnRza2l0X21lbnVfY2xvc2VfYm9yZGVyX2hvdmVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21vYmlsZV9tZW51X2xvZ29fd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJlbGVtZW50c2tpdF9tb2JpbGVfbWVudV9sb2dvX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVsZW1lbnRza2l0X21vYmlsZV9tZW51X2xvZ29fbWFyZ2luX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVsZW1lbnRza2l0X21vYmlsZV9tZW51X2xvZ29fcGFkZGluZ19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9lbGVtZW50X3dpZHRoX2xhcHRvcCI6IiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9ncmlkX2NvbHVtbl9sYXB0b3AiOiIiLCJfZ3JpZF9jb2x1bW5fY3VzdG9tX2xhcHRvcCI6IiIsIl9ncmlkX3Jvd19sYXB0b3AiOiIiLCJfZ3JpZF9yb3dfY3VzdG9tX2xhcHRvcCI6IiIsIl9mbGV4X2FsaWduX3NlbGZfbGFwdG9wIjoiIiwiX2ZsZXhfb3JkZXJfbGFwdG9wIjoiIiwiX2ZsZXhfb3JkZXJfY3VzdG9tX2xhcHRvcCI6IiIsIl9mbGV4X3NpemVfbGFwdG9wIjoiIiwiX2ZsZXhfZ3Jvd19sYXB0b3AiOiIiLCJfZmxleF9zaHJpbmtfbGFwdG9wIjoiIiwiX2VsZW1lbnRfdmVydGljYWxfYWxpZ25fbGFwdG9wIjoiIiwiX29mZnNldF94X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX29mZnNldF94X2VuZF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9vZmZzZXRfeV9lbmRfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfel9pbmRleF9sYXB0b3AiOiIiLCJla2l0X3dlX2Nzc19hbmltYXRpb25fbGFwdG9wIjoiIiwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3RyYW5zbGF0ZV94X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3RyYW5zbGF0ZV95X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3JvdGF0ZV96X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3JvdGF0ZV94X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3JvdGF0ZV95X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF93ZV9jc3NfdHJhbnNmb3JtX2Z4X3NjYWxlX3hfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X3dlX2Nzc190cmFuc2Zvcm1fZnhfc2NhbGVfeV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfd2VfY3NzX3RyYW5zZm9ybV9meF9za2V3X3hfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X3dlX2Nzc190cmFuc2Zvcm1fZnhfc2tld195X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9zdGlja3lfb2Zmc2V0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9zdGlja3lfb25fbGFwdG9wIjoibGFwdG9wIiwiZWtpdF9zdGlja3lfZWZmZWN0X29mZnNldF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfYWR2X3Rvb2x0aXBfZm9udF9mb250X3NpemVfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2Fkdl90b29sdGlwX2ZvbnRfbGluZV9oZWlnaHRfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2Fkdl90b29sdGlwX2ZvbnRfbGV0dGVyX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2Fkdl90b29sdGlwX2ZvbnRfd29yZF9zcGFjaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9hZHZfdG9vbHRpcF9iZ19jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJla2l0X2Fkdl90b29sdGlwX2JnX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWtpdF9hZHZfdG9vbHRpcF9iZ19ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJla2l0X2Fkdl90b29sdGlwX2JnX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVraXRfYWR2X3Rvb2x0aXBfYmdfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWtpdF9hZHZfdG9vbHRpcF9iZ194cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9hZHZfdG9vbHRpcF9iZ195cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9hZHZfdG9vbHRpcF9iZ19yZXBlYXRfbGFwdG9wIjoiIiwiZWtpdF9hZHZfdG9vbHRpcF9iZ19zaXplX2xhcHRvcCI6IiIsImVraXRfYWR2X3Rvb2x0aXBfYmdfYmdfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2Fkdl90b29sdGlwX2JnX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWtpdF9hZHZfdG9vbHRpcF9iZ19zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJla2l0X2Fkdl90b29sdGlwX3N1YmNvbnRlbnRfZm9udF9mb250X3NpemVfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2Fkdl90b29sdGlwX3N1YmNvbnRlbnRfZm9udF9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfYWR2X3Rvb2x0aXBfc3ViY29udGVudF9mb250X2xldHRlcl9zcGFjaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9hZHZfdG9vbHRpcF9zdWJjb250ZW50X2ZvbnRfd29yZF9zcGFjaW5nX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9hZHZfdG9vbHRpcF9ib3JkZXJfd2lkdGhfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwidHJwX2xhbmd1YWdlX3Jlc3RyaWN0aW9uIjoiIiwidHJwX2xhbmd1YWdlX3Jlc3RyaWN0aW9uX2F1dG9tYXRpY190cmFuc2xhdGlvbiI6IiIsInRycF9yZXN0cmljdGVkX2xhbmd1YWdlcyI6IiIsInRycF9leGNsdWRlX2hhbmRsZXIiOiIiLCJ0cnBfZXhjbHVkZWRfbGFuZ3VhZ2VzIjoiIiwiZWtpdF9jdXJzb3JfdGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfY3Vyc29yX3RleHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfY3Vyc29yX3RleHRfdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZ19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfY3Vyc29yX3RleHRfdHlwb2dyYXBoeV93b3JkX3NwYWNpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2N1cnNvcl90ZXh0X2JhY2tncm91bmRfY29sb3Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sImVraXRfY3Vyc29yX3RleHRfYmFja2dyb3VuZF9ncmFkaWVudF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJla2l0X2N1cnNvcl90ZXh0X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX3hwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2N1cnNvcl90ZXh0X2JhY2tncm91bmRfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfY3Vyc29yX3RleHRfYmFja2dyb3VuZF9yZXBlYXRfbGFwdG9wIjoiIiwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiZWtpdF9jdXJzb3JfdGV4dF9iYWNrZ3JvdW5kX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVraXRfY3Vyc29yX3RleHRfYm9yZGVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVraXRfY3Vyc29yX3RleHRfcmFkaXVzX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVraXRfY3Vyc29yX3RleHRfcGFkZGluZ19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X2N1cnNvcl9pbWFnZV9zaXplX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9jdXJzb3JfaW1hZ2VfYm9yZGVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImVraXRfY3Vyc29yX2ltYWdlX3JhZGl1c19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X2N1cnNvcl9pY29uc19zaXplX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9jdXJzb3JfaWNvbl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9jb2xvcl9iX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9ncmFkaWVudF9hbmdsZV9sYXB0b3AiOnsidW5pdCI6ImRlZyJ9LCJla2l0X2N1cnNvcl9pY29uX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbGFwdG9wIjoiIiwiZWtpdF9jdXJzb3JfaWNvbl9iYWNrZ3JvdW5kX3Bvc2l0aW9uX2xhcHRvcCI6IiIsImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF94cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWtpdF9jdXJzb3JfaWNvbl9iYWNrZ3JvdW5kX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJla2l0X2N1cnNvcl9pY29uX2JhY2tncm91bmRfcmVwZWF0X2xhcHRvcCI6IiIsImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsImVraXRfY3Vyc29yX2ljb25fYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJla2l0X2N1cnNvcl9pY29uX2JvcmRlcl93aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X2N1cnNvcl9pY29uX3JhZGl1c19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJla2l0X2N1cnNvcl9pY29uX3BhZGRpbmdfbGFwdG9wIjp7InVuaXQiOiJweCIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZWtpdF9jdXJzb3JfbWFyZ2luX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9hbmltYXRpb25fbGFwdG9wIjoiIiwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9sYXB0b3AiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2xhcHRvcCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9yb3RhdGVaX2VmZmVjdF9ob3Zlcl9sYXB0b3AiOnsidW5pdCI6ImRlZyIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3JvdGF0ZVhfZWZmZWN0X2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoiZGVnIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fcm90YXRlWV9lZmZlY3RfaG92ZXJfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9wZXJzcGVjdGl2ZV9lZmZlY3RfaG92ZXJfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfdHJhbnNmb3JtX3RyYW5zbGF0ZVhfZWZmZWN0X2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV90cmFuc2xhdGVZX2VmZmVjdF9ob3Zlcl9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl90cmFuc2Zvcm1fc2NhbGVfZWZmZWN0X2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVhfZWZmZWN0X2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9zY2FsZVlfZWZmZWN0X2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WF9lZmZlY3RfaG92ZXJfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX3RyYW5zZm9ybV9za2V3WV9lZmZlY3RfaG92ZXJfbGFwdG9wIjp7InVuaXQiOiJkZWciLCJzaXplIjoiIiwic2l6ZXMiOltdfSwibW90aW9uX2Z4X3RyYW5zZm9ybV94X2FuY2hvcl9wb2ludF9sYXB0b3AiOiIiLCJtb3Rpb25fZnhfdHJhbnNmb3JtX3lfYW5jaG9yX3BvaW50X2xhcHRvcCI6IiIsIl9iYWNrZ3JvdW5kX2NvbG9yX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2NvbG9yX2Jfc3RvcF9sYXB0b3AiOnsidW5pdCI6IiUifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfYW5nbGVfbGFwdG9wIjp7InVuaXQiOiJkZWcifSwiX2JhY2tncm91bmRfZ3JhZGllbnRfcG9zaXRpb25fbGFwdG9wIjoiIiwiX2JhY2tncm91bmRfaW1hZ2VfbGFwdG9wIjp7InVybCI6IiIsImlkIjoiIiwic2l6ZSI6IiJ9LCJfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJfYmFja2dyb3VuZF94cG9zX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfeXBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX3JlcGVhdF9sYXB0b3AiOiIiLCJfYmFja2dyb3VuZF9zaXplX2xhcHRvcCI6IiIsIl9iYWNrZ3JvdW5kX2JnX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX2JhY2tncm91bmRfc2xpZGVzaG93X2JhY2tncm91bmRfc2l6ZV9sYXB0b3AiOiIiLCJfYmFja2dyb3VuZF9zbGlkZXNob3dfYmFja2dyb3VuZF9wb3NpdGlvbl9sYXB0b3AiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9zdG9wX2xhcHRvcCI6eyJ1bml0IjoiJSJ9LCJfYmFja2dyb3VuZF9ob3Zlcl9jb2xvcl9iX3N0b3BfbGFwdG9wIjp7InVuaXQiOiIlIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X2FuZ2xlX2xhcHRvcCI6eyJ1bml0IjoiZGVnIn0sIl9iYWNrZ3JvdW5kX2hvdmVyX2dyYWRpZW50X3Bvc2l0aW9uX2xhcHRvcCI6IiIsIl9iYWNrZ3JvdW5kX2hvdmVyX2ltYWdlX2xhcHRvcCI6eyJ1cmwiOiIiLCJpZCI6IiIsInNpemUiOiIifSwiX2JhY2tncm91bmRfaG92ZXJfcG9zaXRpb25fbGFwdG9wIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfeHBvc19sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3lwb3NfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfYmFja2dyb3VuZF9ob3Zlcl9yZXBlYXRfbGFwdG9wIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2l6ZV9sYXB0b3AiOiIiLCJfYmFja2dyb3VuZF9ob3Zlcl9iZ193aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9iYWNrZ3JvdW5kX2hvdmVyX3NsaWRlc2hvd19iYWNrZ3JvdW5kX3NpemVfbGFwdG9wIjoiIiwiX2JhY2tncm91bmRfaG92ZXJfc2xpZGVzaG93X2JhY2tncm91bmRfcG9zaXRpb25fbGFwdG9wIjoiIiwiX2JvcmRlcl93aWR0aF9sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX3JhZGl1c19sYXB0b3AiOnsidW5pdCI6InB4IiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfYm9yZGVyX2hvdmVyX3dpZHRoX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9ib3JkZXJfcmFkaXVzX2hvdmVyX2xhcHRvcCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXNrX3NpemVfbGFwdG9wIjoiIiwiX21hc2tfc2l6ZV9zY2FsZV9sYXB0b3AiOnsidW5pdCI6InB4Iiwic2l6ZSI6IiIsInNpemVzIjpbXX0sIl9tYXNrX3Bvc2l0aW9uX2xhcHRvcCI6IiIsIl9tYXNrX3Bvc2l0aW9uX3hfbGFwdG9wIjp7InVuaXQiOiJweCIsInNpemUiOiIiLCJzaXplcyI6W119LCJfbWFza19wb3NpdGlvbl95X2xhcHRvcCI6eyJ1bml0IjoicHgiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiX21hc2tfcmVwZWF0X2xhcHRvcCI6IiIsImhpZGVfbGFwdG9wIjoiIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIyMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9fZ2xvYmFsc19fIjp7ImVsZW1lbnRza2l0X25hdl9tZW51X2FjdGl2ZV90ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTI1YzliMTAiLCJlbGVtZW50c2tpdF9pdGVtX2NvbG9yX2hvdmVyIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWE4ZjlhYzEiLCJlbGVtZW50c2tpdF9tZW51X3RleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZDJjMTM5OSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZWtpdC1uYXYtbWVudSJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[\"elementor-frontend\"],\"styles\":[\"widget-icon-list\",\"widget-image\"]}}'),
(9934,547,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:12:\"widget-image\";i:1;s:14:\"widget-heading\";i:2;s:15:\"widget-icon-box\";i:3;s:16:\"widget-icon-list\";i:4;s:8:\"e-swiper\";i:5;s:20:\"widget-image-gallery\";}s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:6:\"swiper\";}}'),
(9935,547,'_elementor_element_cache','{\"timeout\":1768391699,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-65e2f269 e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"8785\\\" data-id=\\\"65e2f269\\\" data-element_type=\\\"container\\\" id=\\\"xs_footer_8\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-629ec47f e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"21530\\\" data-id=\\\"629ec47f\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-668c622e elementor-widget elementor-widget-image\\\" data-id=\\\"668c622e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/wpmet.com\\/plugin\\/elementskit\\/\\\">\\n\\t\\t\\t\\t\\t\\t\\t<img width=\\\"520\\\" height=\\\"178\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp\\\" class=\\\"attachment-full size-full wp-image-515\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2.webp 520w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/mr-cleaner-logo-2-300x103.webp 300w\\\" sizes=\\\"(max-width: 520px) 100vw, 520px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6IjYxZWI1MjlmIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPHA+V2hlbiB5b3UgdmlzaXQgdGhlIHNwYWNlIGFmdGVyIGNsZWFuaW5nLCB5b3UgbWF5IGVuam95IGEgbW9tZW50IG9mIGpveS4gV2UgYXJlIHRoZSBvbmx5IG9uZSB0aGF0IGNhbiBwcm92aWRlIHlvdSB3aXRoIGN1c3RvbWlzZWQgc2VydmljZS48XC9wPiIsInRleHRfY29sb3IiOiIjZmZmZmZmIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkxhdG8iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMTYiLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjoiMjYiLCJzaXplcyI6W119LCJla2l0X2FsbF9jb25kaXRpb25zX2xpc3QiOlt7Il9pZCI6Ijk1NjJmYzUifV0sImVraXRfYWR2X3Rvb2x0aXBfY29udGVudCI6IlRvb2x0aXAgQ29udGVudC4iLCJla2l0X2N1cnNvcl90ZXh0X2xhYmVsIjoiRWxlbWVudHNraXQgQ3Vyc29yIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-378d29f0 elementor-widget elementor-widget-elementskit-social-media\\\" data-id=\\\"378d29f0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-social-media.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t\\t <ul class=\\\"ekit_social_media\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-da8f4de\\\">\\n\\t\\t\\t\\t\\t    <a\\n\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/www.facebook.com\\/mistercleanernz\\\" aria-label=\\\"Facebook\\\" class=\\\"f\\\" >\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-facebook-f\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\\\"><\\/path><\\/svg>\\n                                                                                                            <\\/a>\\n                    <\\/li>\\n                    \\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-repeater-item-c8596be\\\">\\n\\t\\t\\t\\t\\t    <a\\n\\t\\t\\t\\t\\t\\thref=\\\"https:\\/\\/www.instagram.com\\/mistercleanernz\\/\\\" aria-label=\\\"Instagram\\\" class=\\\"instagram\\\" >\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-instagram\\\" 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>\\n                                                                                                            <\\/a>\\n                    <\\/li>\\n                    \\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-d6c4ac8 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"93388\\\" data-id=\\\"d6c4ac8\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-27cbcbe elementor-widget elementor-widget-heading\\\" data-id=\\\"27cbcbe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Contact Us<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-020db1e e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"9263\\\" data-id=\\\"020db1e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e8afde1 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"e8afde1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/Christchurch,+New+Zealand\\/@-43.512142,172.599001,8z\\/data=!4m6!3m5!1s0x6d322f4863c5ed01:0x500ef8684799945!8m2!3d-43.5320301!4d172.636648!16zL20vMDJ5YzVi?hl=en&#038;entry=ttu&#038;g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D\\\" target=\\\"_blank\\\" class=\\\"elementor-icon\\\" tabindex=\\\"-1\\\" aria-label=\\\"Address\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-home2\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M31.66 13.404l-15.168-11.106c-0.293-0.214-0.69-0.214-0.982 0l-15.169 11.106c-0.37 0.271-0.451 0.792-0.18 1.162s0.792 0.451 1.162 0.18l14.677-10.746 14.677 10.746c0.148 0.108 0.32 0.161 0.491 0.161 0.256 0 0.509-0.118 0.671-0.34 0.271-0.37 0.191-0.891-0.18-1.162zM27.64 14.934c-0.459 0-0.831 0.372-0.831 0.831v13.234h-6.651v-7.224c0-2.293-1.865-4.157-4.157-4.157s-4.157 1.865-4.157 4.157v7.224h-6.651v-13.234c0-0.459-0.372-0.831-0.831-0.831s-0.831 0.372-0.831 0.831v14.066c0 0.459 0.372 0.831 0.831 0.831h8.314c0.437 0 0.795-0.338 0.828-0.767 0.002-0.019 0.003-0.041 0.003-0.065v-8.056c0-1.376 1.119-2.495 2.495-2.495s2.495 1.119 2.495 2.495v8.056c0 0.024 0.001 0.045 0.003 0.064 0.033 0.429 0.391 0.767 0.828 0.767h8.314c0.459 0 0.831-0.372 0.831-0.831v-14.066c-0-0.459-0.372-0.832-0.831-0.832z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/www.google.com\\/maps\\/place\\/Christchurch,+New+Zealand\\/@-43.512142,172.599001,8z\\/data=!4m6!3m5!1s0x6d322f4863c5ed01:0x500ef8684799945!8m2!3d-43.5320301!4d172.636648!16zL20vMDJ5YzVi?hl=en&#038;entry=ttu&#038;g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D\\\" target=\\\"_blank\\\" >\\n\\t\\t\\t\\t\\t\\t\\tAddress\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tChristchurch, New Zealand\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c38eee8 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"c38eee8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-phone-call\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M25.719 32.4c-1.331 0-2.939-0.334-4.708-1.001-3.877-1.462-8.095-4.35-11.877-8.133-3.783-3.783-6.672-8.002-8.135-11.879-1.329-3.525-1.332-6.418-0.008-7.742 0.191-0.191 0.384-0.395 0.584-0.606 1.209-1.271 2.575-2.702 4.385-2.637 1.247 0.052 2.456 0.827 3.694 2.367 3.657 4.549 2.008 6.169 0.1 8.049l-0.337 0.334c-0.312 0.312-0.902 1.758 4.585 7.245 1.791 1.791 3.318 3.102 4.539 3.895 0.768 0.499 2.143 1.255 2.707 0.691l0.339-0.342c1.877-1.904 3.498-3.548 8.043 0.107 1.54 1.238 2.314 2.445 2.366 3.695 0.074 1.809-1.367 3.178-2.639 4.386-0.21 0.2-0.414 0.394-0.605 0.583-0.658 0.659-1.709 0.989-3.034 0.989zM5.832 1.476c-1.286 0-2.448 1.223-3.475 2.304-0.207 0.217-0.407 0.428-0.604 0.625-0.987 0.986-0.887 3.577 0.254 6.602 1.41 3.737 4.212 7.821 7.889 11.498 3.677 3.676 7.758 6.477 11.496 7.886 3.026 1.143 5.616 1.24 6.601 0.255 0.197-0.197 0.408-0.397 0.625-0.603 1.105-1.050 2.359-2.241 2.304-3.562-0.038-0.907-0.699-1.884-1.964-2.901-3.788-3.046-4.847-1.971-6.603-0.189l-0.344 0.348c-0.84 0.841-2.203 0.654-4.055-0.549-1.284-0.835-2.871-2.194-4.713-4.037-4.554-4.553-6.010-7.339-4.585-8.768l0.343-0.339c1.786-1.757 2.863-2.817-0.184-6.606-1.019-1.265-1.994-1.926-2.902-1.964-0.028-0.001-0.056-0.001-0.084-0.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tCall Us\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\t0221073435,\\n0220195919\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-03ebf3c elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\\\" data-id=\\\"03ebf3c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-box.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-wrapper\\\">\\n\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-icon\\\">\\n\\t\\t\\t\\t<span  class=\\\"elementor-icon\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-envelope1\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\\\"><\\/path><\\/svg>\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-box-content\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3 class=\\\"elementor-icon-box-title\\\">\\n\\t\\t\\t\\t\\t\\t<span  >\\n\\t\\t\\t\\t\\t\\t\\tEmail\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/h3>\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p class=\\\"elementor-icon-box-description\\\">\\n\\t\\t\\t\\t\\t\\tinfo@mistercleaner.co.nz\\t\\t\\t\\t\\t<\\/p>\\n\\t\\t\\t\\t\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-52b34832 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"77995\\\" data-id=\\\"52b34832\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-770e6449 elementor-widget elementor-widget-heading\\\" data-id=\\\"770e6449\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Quick Links<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-1fdb93f6 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"61930\\\" data-id=\\\"1fdb93f6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-55e70e7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"55e70e7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow1\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Home<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow1\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">About Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow1\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3e4ff500 elementor-widget elementor-widget-elementskit-page-list\\\" data-id=\\\"3e4ff500\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-page-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"elementor-icon-list-items \\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-list-item   \\\">\\n\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-repeater-item-01d06f0 ekit_badge_left\\\" >\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"ekit_page_list_content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"ekit_page_list_title_title\\\"><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-list-item   \\\">\\n\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-repeater-item-324f54e ekit_badge_left\\\" >\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"ekit_page_list_content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"ekit_page_list_title_title\\\"><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-list-item   \\\">\\n\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-repeater-item-5245ae1 ekit_badge_left\\\" >\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"ekit_page_list_content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"ekit_page_list_title_title\\\"><\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-15da097a e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"13587\\\" data-id=\\\"15da097a\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2fda59fc elementor-widget elementor-widget-heading\\\" data-id=\\\"2fda59fc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Subscribe Now<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a29d463 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\\\" data-id=\\\"a29d463\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-gallery.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-image-gallery\\\">\\n\\t\\t\\t<div id=\'gallery-1\' class=\'gallery galleryid-1036 gallery-columns-3 gallery-size-thumbnail\'><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"shower\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/shower-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"oven\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/oven-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon landscape\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"builders\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCIsInNsaWRlc2hvdyI6ImEyOWQ0NjMifQ%3D%3D\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/builders-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"window1\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window1-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"window\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/window-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"move-in\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/move-in-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"carpet\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/carpet-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"commercial\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/commercial-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure><figure class=\'gallery-item\'>\\n\\t\\t\\t<div class=\'gallery-icon portrait\'>\\n\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"yes\\\" data-elementor-lightbox-slideshow=\\\"a29d463\\\" data-elementor-lightbox-title=\\\"about-scaled-1-1-2\\\" data-e-action-hash=\\\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUsInVybCI6Imh0dHBzOlwvXC90ZW1wLm1pc3RlcmNsZWFuZXIuY28ubnpcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9hYm91dC1zY2FsZWQtMS0xLTIud2VicCIsInNsaWRlc2hvdyI6ImEyOWQ0NjMifQ%3D%3D\\\" href=\'https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\'><img width=\\\"150\\\" height=\\\"150\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-150x150.webp\\\" class=\\\"attachment-thumbnail size-thumbnail\\\" alt=\\\"\\\" decoding=\\\"async\\\" \\/><\\/a>\\n\\t\\t\\t<\\/div><\\/figure>\\n\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6Ijc1NDZlZWVkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiZm9sbG93IHVzIG9uIDxhIGhyZWY9XCJodHRwczpcL1wvd3d3Lmluc3RhZ3JhbS5jb21cL21pc3RlcmNsZWFuZXJuelwvXCIgc3R5bGU9XCJjb2xvcjojRkZDODA0XCI+QG1pc3RlcmNsZWFuZXJuejxcL2E+IiwidGV4dF9jb2xvciI6IiNmZmZmZmYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTGF0byIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOiIxNiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJweCIsInNpemUiOiIyNiIsInNpemVzIjpbXX0sImVraXRfYWxsX2NvbmRpdGlvbnNfbGlzdCI6W3siX2lkIjoiNjNiZDA0YSJ9XSwiZWtpdF9hZHZfdG9vbHRpcF9jb250ZW50IjoiVG9vbHRpcCBDb250ZW50LiIsImVraXRfY3Vyc29yX3RleHRfbGFiZWwiOiJFbGVtZW50c2tpdCBDdXJzb3IifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-bf65f8a e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"98543\\\" data-id=\\\"bf65f8a\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73e80ae9 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"73e80ae9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-text_center\\\"><p class=\\\"ekit-heading--title elementskit-section-title \\\">\\u00a92026.Mr Cleaner. All Rights Reserved.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-63ea0f5d elementor-align-right elementor-mobile-align-left elementor-widget elementor-widget-elementskit-page-list\\\" data-id=\\\"63ea0f5d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-page-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"elementor-icon-list-items  elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-list-item   \\\">\\n\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-repeater-item-29e6080 ekit_badge_left\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"ekit_page_list_content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"ekit_page_list_title_title\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-list-item   \\\">\\n\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-repeater-item-0e60ed8 ekit_badge_left\\\" href=\\\"#\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"ekit_page_list_content\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"ekit_page_list_title_title\\\">Blog<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[\"swiper\"],\"styles\":[\"widget-heading\",\"widget-icon-box\",\"e-swiper\",\"widget-image-gallery\",\"astra-galleries-css\"]}}'),
(9936,1039,'footnotes',''),
(9937,1039,'_elementor_edit_mode','builder'),
(9938,1039,'_elementor_template_type','wp-page'),
(9939,1039,'_elementor_version','3.34.0'),
(9940,1039,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9941,1039,'_elementor_data',''),
(9942,1039,'_elementor_page_assets','a:0:{}'),
(9943,1040,'footnotes',''),
(9944,1040,'_elementor_edit_mode','builder'),
(9945,1040,'_elementor_template_type','wp-page'),
(9946,1040,'_elementor_version','3.34.0'),
(9947,1040,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9948,1040,'_elementor_data',''),
(9949,1040,'_elementor_page_assets','a:0:{}'),
(9950,1036,'_wp_page_template','default'),
(9951,1041,'footnotes',''),
(9952,1041,'_elementor_edit_mode','builder'),
(9953,1041,'_elementor_template_type','wp-page'),
(9954,1041,'_elementor_version','3.34.0'),
(9955,1041,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9956,1041,'_elementor_data','[{\"id\":\"c6e0a1f\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8c20e3e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fc02096\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"116d18c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5fa0276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"952563b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d62a95\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cf37173\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d5b214a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be32a34\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Move-in\\/out Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e35d24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ebb6ca3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1edb617\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61b1292\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cb7ebd6\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"425321d\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"496ad98\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"23f3b05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"949303f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd3b149\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7c08c22\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1a979d3\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"6f40a01\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"ae5e21b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4198cf0\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2aa4598\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd7b012\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9957,1041,'_elementor_page_assets','a:0:{}'),
(9958,1041,'_wp_page_template','default'),
(9959,1042,'_menu_item_type','post_type'),
(9960,1042,'_menu_item_menu_item_parent','1033'),
(9961,1042,'_menu_item_object_id','1036'),
(9962,1042,'_menu_item_object','page'),
(9963,1042,'_menu_item_target',''),
(9964,1042,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(9965,1042,'_menu_item_xfn',''),
(9966,1042,'_menu_item_url',''),
(9968,8,'_elementor_page_assets','a:2:{s:6:\"styles\";a:5:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:17:\"e-animation-float\";i:3;s:8:\"e-shapes\";i:4;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:5:{i:0;s:18:\"elementor-frontend\";i:1;s:11:\"hfe-counter\";i:2;s:7:\"masonry\";i:3;s:11:\"wts-isotope\";i:4;s:8:\"wts-tilt\";}}'),
(9969,8,'_elementor_css','a:6:{s:4:\"time\";i:1768305379;s:5:\"fonts\";a:5:{i:0;s:5:\"Inter\";i:1;s:7:\"Poppins\";i:2;s:4:\"Lato\";i:3;s:3:\"Exo\";i:4;s:11:\"Public Sans\";}s:5:\"icons\";a:4:{i:0;s:9:\"ekiticons\";i:2;s:0:\"\";i:5;s:5:\"solid\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9970,8,'_elementor_element_cache','{\"timeout\":1768391779,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-a50c511 e-con-full e-flex e-con e-parent\\\" data-eae-slider=\\\"96358\\\" data-id=\\\"a50c511\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;}\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-997679d e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"34102\\\" data-id=\\\"997679d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a29b658 elementor-widget elementor-widget-heading\\\" data-id=\\\"a29b658\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Get Professional Cleaning Services Whenever You Need Them<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-51d3dcc elementor-widget elementor-widget-heading\\\" data-id=\\\"51d3dcc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">High-Quality Service<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e333e69 elementor-widget elementor-widget-heading\\\" data-id=\\\"e333e69\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\"> <span style=\\\"color:#FFC703\\\">Guaranteed<\\/span><\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5049c54 elementor-widget elementor-widget-heading\\\" data-id=\\\"5049c54\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Professional Cleaning Service Provider in Christchurch\\n<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6IjVlZjdjOGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5HcmVhdCBjbGVhbmluZywgcmVsaWFibGUgc2VydmljZSwgYW5kIGEgYmVhdXRpZnVsbHkgY2xlYW4gc3BhY2UgYXQgYSBjb3N0LWVmZmVjdGl2ZSBwcmljZS48YnIgXC8+V2UgZGVsaXZlciB0cnVzdGVkIHByb2Zlc3Npb25hbCBjbGVhbmluZyBzZXJ2aWNlcyBpbiBDaHJpc3RjaHVyY2ggZm9yIGhvbWVzIGFuZCBidXNpbmVzc2VzLjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlBvcHBpbnMiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNiwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIl9fZ2xvYmFsc19fIjp7InRleHRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I3In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]<div class=\\\"has_eae_slider elementor-element elementor-element-190bd9e e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"818\\\" data-id=\\\"190bd9e\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-a948248 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"6129\\\" data-id=\\\"a948248\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4bcf360 elementor-widget elementor-widget-button\\\" data-id=\\\"4bcf360\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Get a Free Quote<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-12cc496 elementor-widget elementor-widget-button\\\" data-id=\\\"12cc496\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"tel:0221073435\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Call Us Now<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-2de760d e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"11309\\\" data-id=\\\"2de760d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a72f6e3 elementor-widget elementor-widget-image\\\" data-id=\\\"a72f6e3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"604\\\" height=\\\"693\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png\\\" class=\\\"attachment-large size-large wp-image-859\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg.png 604w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/heroImg-261x300.png 261w\\\" sizes=\\\"(max-width: 604px) 100vw, 604px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-d07e4ac e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"79784\\\" data-id=\\\"d07e4ac\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-27c3619 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"27c3619\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-left text-left icon-lef-right-aligin elementor-animation-float media  \\\">\\n                            <div class=\\\"elementskit-box-header\\\">\\n                <div class=\\\"elementskit-info-box-icon text-center\\\">\\n                    <img width=\\\"64\\\" height=\\\"56\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon1.png\\\" class=\\\"attachment- size-\\\" alt=\\\"\\\" \\/>                <\\/div>\\n          <\\/div>\\n                <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    House Cleaning                <\\/h3>\\n                        \\t\\t  \\t<p>Refresh your living space with meticulous cleaning for a healthier, happier home.<\\/p>\\n                                <\\/div>\\n        \\n        \\n                <\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-96dc23e ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"96dc23e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-left text-left icon-lef-right-aligin elementor-animation-float media  \\\">\\n                            <div class=\\\"elementskit-box-header\\\">\\n                <div class=\\\"elementskit-info-box-icon text-center\\\">\\n                    <img width=\\\"60\\\" height=\\\"60\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon2-1.png\\\" class=\\\"attachment- size-\\\" alt=\\\"\\\" \\/>                <\\/div>\\n          <\\/div>\\n                <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Window Cleaning                <\\/h3>\\n                        \\t\\t  \\t<p>Achieve crystal-clear views and enhance natural light with streak-free shine.<\\/p>\\n                                <\\/div>\\n        \\n        \\n                <\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9453d2b ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"9453d2b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-left text-left icon-lef-right-aligin elementor-animation-float media  \\\">\\n                            <div class=\\\"elementskit-box-header\\\">\\n                <div class=\\\"elementskit-info-box-icon text-center\\\">\\n                    <img width=\\\"56\\\" height=\\\"56\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/feature-icon3-1.png\\\" class=\\\"attachment- size-\\\" alt=\\\"\\\" \\/>                <\\/div>\\n          <\\/div>\\n                <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Office Cleaning                <\\/h3>\\n                        \\t\\t  \\t<p>Boost productivity and professionalism with a spotless, sanitized work environment.<\\/p>\\n                                <\\/div>\\n        \\n        \\n                <\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-238042a3 e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"81859\\\" data-id=\\\"238042a3\\\" data-element_type=\\\"container\\\" id=\\\"xs_cta_style_16\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-3de9e3d1 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"10231\\\" data-id=\\\"3de9e3d1\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-432bdf41 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"432bdf41\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Get A Free <span><span>Appoinment <\\/span><\\/span><\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-efad0eb elementor-align-right elementor-align--mobilecenter elementor-widget-tablet__width-inherit elementor-widget-mobile__width-auto elementor-widget elementor-widget-elementskit-button\\\" data-id=\\\"efad0eb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-button.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"ekit-btn-wraper\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a href=\\\"https:\\/\\/app.taskly.co.nz\\/w\\/mr-cleaner-ltd\\/quote\\\" target=\\\"_blank\\\" class=\\\"elementskit-btn  whitespace--normal\\\" id=\\\"\\\">\\n\\t\\t\\t\\t\\tRequest A Quote\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-31d7af4 e-con-full e-flex e-con e-parent\\\" data-eae-slider=\\\"22788\\\" data-id=\\\"31d7af4\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-43fc0a5 e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"2231\\\" data-id=\\\"43fc0a5\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d4f3e6a elementor-widget elementor-widget-image\\\" data-id=\\\"d4f3e6a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"609\\\" height=\\\"614\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png\\\" class=\\\"attachment-large size-large wp-image-127\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1.png 609w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1-298x300.png 298w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-thumb-1-150x150.png 150w\\\" sizes=\\\"(max-width: 609px) 100vw, 609px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-7c3bcd4 e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"94043\\\" data-id=\\\"7c3bcd4\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ca5a63f elementor-widget elementor-widget-heading\\\" data-id=\\\"ca5a63f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Christchurch\\u2019s Trusted Cleaning Company<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f9a1c9 elementor-widget elementor-widget-heading\\\" data-id=\\\"2f9a1c9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Reclaim Your Time with Professional <\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3d6799e elementor-widget elementor-widget-heading\\\" data-id=\\\"3d6799e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h3 class=\\\"elementor-heading-title elementor-size-default\\\">Cleaning in Christchurch<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6ImQyYjdkMTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5GZWVsaW5nIG92ZXJ3aGVsbWVkIGJ5IGV2ZXJ5ZGF5IGNsZWFuaW5nPyBEb25cdTIwMTl0IHNwZW5kIHlvdXIgdmFsdWFibGUgdGltZSBzY3J1YmJpbmcgZmxvb3JzIG9yIGR1c3Rpbmcgc2hlbHZlcy48YnIgXC8+QXQgPHN0cm9uZz5NciBDbGVhbmVyIExpbWl0ZWQ8XC9zdHJvbmc+LCB3ZSBwcm92aWRlIDxzdHJvbmc+cmVsaWFibGUgY2xlYW5pbmcgc2VydmljZXMgaW4gQ2hyaXN0Y2h1cmNoPFwvc3Ryb25nPiBkZXNpZ25lZCB0byBrZWVwIHlvdXIgaG9tZSBvciB3b3JrcGxhY2UgZnJlc2gsIGNsZWFuLCBhbmQgb3JnYW5pc2VkLjxiciBcLz5PdXIgZXhwZXJpZW5jZWQgYW5kIGluc3VyZWQgdGVhbSBpcyBjb21taXR0ZWQgdG8gY3JlYXRpbmcgY2xlYW4gYW5kIGNvbWZvcnRhYmxlIGVudmlyb25tZW50cy4gV2UgdXNlIGVjby1mcmllbmRseSBwcm9kdWN0cyB3aGVuZXZlciBwb3NzaWJsZSBhbmQgY3VzdG9taXNlIG91ciBzZXJ2aWNlcyB0byBzdWl0IHlvdXIgc3BlY2lmaWMgbmVlZHMuPFwvcD4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUG9wcGlucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiX19nbG9iYWxzX18iOnsidGV4dF9jb2xvciI6IiJ9LCJ0ZXh0X2NvbG9yIjoiIzAwMDAwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]<div class=\\\"has_eae_slider elementor-element elementor-element-86a495e e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"1508\\\" data-id=\\\"86a495e\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-8e9c79c e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"20391\\\" data-id=\\\"8e9c79c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-6d4df22 e-con-full award-box e-flex e-con e-child\\\" data-eae-slider=\\\"40956\\\" data-id=\\\"6d4df22\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0c9a7cf elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"0c9a7cf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-trophy\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cd300dc elementor-widget elementor-widget-hfe-counter\\\" data-id=\\\"cd300dc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"hfe-counter.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\n\\t\\t<div class=\\\"hfe-counter-wrapper\\\">\\n\\t\\t\\t<h1 class=\\\"hfe-counter-title\\\">Years Experience<\\/h1>\\t\\t\\t<div class=\\\"hfe-counter-content\\\">\\n\\t\\t\\t\\t<span class=\\\"hfe-counter-prefix\\\"><\\/span>\\n\\t\\t\\t\\t<span class=\\\"hfe-counter-number\\\" data-start=\\\"0\\\" data-end=\\\"3\\\" data-speed=\\\"3000\\\" data-separator=\\\",\\\">0<\\/span>\\n\\t\\t\\t\\t<span class=\\\"hfe-counter-suffix\\\">+<\\/span>\\n\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-ad77a5e e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"88034\\\" data-id=\\\"ad77a5e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f40ccfa elementor-widget elementor-widget-button\\\" data-id=\\\"f40ccfa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-icon\\\">\\n\\t\\t\\t\\t<svg class=\\\"ekit-svg-icon icon-right-arrow\\\" viewBox=\\\"0 0 32 32\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\\\"><\\/path><\\/svg>\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Contact Us<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-8508acc e-con-full marquee-image-container e-flex e-con e-parent\\\" data-eae-slider=\\\"1883\\\" data-id=\\\"8508acc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;zigzag&quot;,&quot;shape_divider_top&quot;:&quot;zigzag&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-top\\\" aria-hidden=\\\"true\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1800 5.8\\\" preserveAspectRatio=\\\"none\\\">\\n  <path class=\\\"elementor-shape-fill\\\" d=\\\"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z\\\"\\/>\\n<\\/svg>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-shape elementor-shape-bottom\\\" aria-hidden=\\\"true\\\" data-negative=\\\"false\\\">\\n\\t\\t\\t<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1800 5.8\\\" preserveAspectRatio=\\\"none\\\">\\n  <path class=\\\"elementor-shape-fill\\\" d=\\\"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z\\\"\\/>\\n<\\/svg>\\n\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-f0c63e9 e-con-full div-dance e-flex e-con e-child\\\" data-eae-slider=\\\"63190\\\" data-id=\\\"f0c63e9\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9d83639 elementor-widget elementor-widget-heading\\\" data-id=\\\"9d83639\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">OUR SERVICES<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ba18353 elementor-widget elementor-widget-heading\\\" data-id=\\\"ba18353\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Fair-Priced Cleaning Packages That Fit Your Budget<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-11acfdc e-flex e-con-boxed e-con e-child\\\" data-eae-slider=\\\"48381\\\" data-id=\\\"11acfdc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6IjJkNGZmNDczIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiY29udGVudF93aWR0aCI6ImZ1bGwiLCJudW1iZXJfb2ZfaXRlbXMiOjMsInNob3dfYnVsbGV0cyI6IiIsInNob3dfaWNvbiI6InRydWUiLCJidXR0b25fdGV4dCI6IkxlYXJuIE1vcmUiLCJhbGlnbiI6ImxlZnQiLCJpbWFnZV9oZWlnaHQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjkwLCJzaXplcyI6W119LCJpbWFnZV9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI1MCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiaWNvbl9hbGlnbm1lbnQiOiJmbGV4LXN0YXJ0IiwidGl0bGVfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkV4byIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI3LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNzAwIiwidGl0bGVfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoicHgiLCJzaXplIjozMCwic2l6ZXMiOltdfSwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJQdWJsaWMgU2FucyIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTMsInNpemVzIjpbXX0sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIm5hdl9hcnJvd19zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi00MCwic2l6ZXMiOltdfSwibmF2X2Fycm93X3Bvc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjEwMCwic2l6ZXMiOltdfSwibmF2X2Fycm93X2ljb25fY29sb3IiOiIjRkZGRkZGIiwiZG90X3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MjIsInNpemVzIjpbXX0sIm11bHRpc291cmNlX3Bvc3RzX2luY2x1ZGVfZGF0ZV9tZXRhX2Zvcm1hdCI6IlltZCIsIm11bHRpc291cmNlX3Bvc3RzX21heGl0ZW1zIjoxMCwibXVsdGlzb3VyY2VfaXRlbXMiOlt7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjE5MiwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnkxLTEuanBnIn0sIl9pZCI6IjFkMzM3ZWQifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjE5MywidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnkyLTEuanBnIn0sIl9pZCI6IjM5M2RjMzMifSx7Iml0ZW1fdHlwZSI6InlvdXR1YmUiLCJpbWFnZSI6eyJpZCI6MTk0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvZ2FsbGVyeTMtMS5qcGcifSwidXJsX3lvdXR1YmUiOiJxck80WVpleWwwSSIsIl9pZCI6ImUyYTBhMzgifSx7Iml0ZW1fdHlwZSI6ImltYWdlIiwiaW1hZ2UiOnsiaWQiOjE5NSwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnk1LTEuanBnIn0sIl9pZCI6IjQ5NzI2MzIifSx7Iml0ZW1fdHlwZSI6InZpbWVvIiwiaW1hZ2UiOnsiaWQiOjE5NiwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnk0LTEuanBnIn0sInZpbWVvX2lkIjoiNTgxMDE0NjUzIiwiX2lkIjoiNDU1ZjZmZCJ9LHsiaXRlbV90eXBlIjoiaHRtbDUiLCJpbWFnZSI6eyJpZCI6MTk3LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvZ2FsbGVyeTYtMS5qcGcifSwidXJsX2h0bWw1IjoiaHR0cDpcL1wvY29tbW9uZGF0YXN0b3JhZ2UuZ29vZ2xlYXBpcy5jb21cL2d0di12aWRlb3MtYnVja2V0XC9zYW1wbGVcL0JpZ0J1Y2tCdW5ueS5tcDQiLCJfaWQiOiIxZjIwOGMyIn0seyJpdGVtX3R5cGUiOiJpbWFnZSIsImltYWdlIjp7ImlkIjoxOTgsInVybCI6Imh0dHBzOlwvXC90ZW1wLm1pc3RlcmNsZWFuZXIuY28ubnpcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9nYWxsZXJ5MS0yLmpwZyJ9LCJfaWQiOiJiN2JmMTNkIn1dLCJtdWx0aXNvdXJjZV9pbnN0YWdyYW0iOiJAZ2lhbmx1Y2F2YWNjaGkiLCJtdWx0aXNvdXJjZV9pbnN0YWdyYW1fbnVtX2l0ZW1zIjoxMiwidWNfaXRlbXMiOlt7InRpdGxlIjoiUmVzaWRlbnRpYWwgQ2xlYW5pbmciLCJjb250ZW50IjoiPHA+PGkgY2xhc3M9XCJmYXMgZmEtY2hlY2sgZmEtc29saWRcIj48XC9pPiAgQ2FycGV0IENsZWFuaW5nPGJyPlxuPGkgY2xhc3M9XCJmYXMgZmEtY2hlY2sgZmEtc29saWRcIj48XC9pPiBCYXRocm9vbSBDbGVhbmluZzxicj5cbjxpIGNsYXNzPVwiZmFzIGZhLWNoZWNrIGZhLXNvbGlkXCI+PFwvaT4gRmxvb3IgQ2xlYW5pbmc8YnI+XG48aSBjbGFzcz1cImZhcyBmYS1jaGVjayBmYS1zb2xpZFwiPjxcL2k+IEJlZHJvb20gQ2xlYW5pbmdcbjxicj5cbjxcL3A+IiwiYnRuX3RleHQiOiJHZXQgU2VydmljZXMiLCJpbWFnZSI6eyJpZCI6MjA4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2VydmljZS1pbWctMS5wbmciLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpbWFnZV9hdHRyaWJ1dGVzX25vc2l6ZSI6IiBzcmM9XCJodHRwczpcL1wvZWR1dGVjaG9ubGluZXNlcnZpY2VzLmluXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NsYXNzaWNfY2Fyb3VzZWxcL3BsYWNlaG9sZGVyMi5qcGdcIiIsImltYWdlX2F0dHJpYnV0ZXMiOiIgc3JjPVwiaHR0cHM6XC9cL2VkdXRlY2hvbmxpbmVzZXJ2aWNlcy5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jbGFzc2ljX2Nhcm91c2VsXC9wbGFjZWhvbGRlcjIuanBnXCIiLCJpbWFnZV9zaXplIjoiIiwiaW1hZ2VfdGh1bWIiOiJodHRwczpcL1wvZWR1dGVjaG9ubGluZXNlcnZpY2VzLmluXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NsYXNzaWNfY2Fyb3VzZWxcL3BsYWNlaG9sZGVyMi5qcGciLCJpY29uIjp7InZhbHVlIjoiZmFzIGZhLWhhbmRzLXdhc2giLCJsaWJyYXJ5IjoiZmEtc29saWQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwiX2dlbmVyYXRlZF9pZCI6ImRwZGplIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWRwZGplIiwiX2lkIjoiNDgyOTU1YyIsIm92ZXJyaWRlX2NvbG9ycyI6IiIsImhpZGVfaXRlbSI6IiJ9LHsidGl0bGUiOiJCdWlsZGluZyBDbGVhbmluZyIsImNvbnRlbnQiOiI8cD48aSBjbGFzcz1cImZhcyBmYS1jaGVjayBmYS1zb2xpZFwiPjxcL2k+ICBDYXJwZXQgQ2xlYW5pbmc8YnI+XG48aSBjbGFzcz1cImZhcyBmYS1jaGVjayBmYS1zb2xpZFwiPjxcL2k+IEJhdGhyb29tIENsZWFuaW5nPGJyPlxuPGkgY2xhc3M9XCJmYXMgZmEtY2hlY2sgZmEtc29saWRcIj48XC9pPiBGbG9vciBDbGVhbmluZzxicj5cbjxpIGNsYXNzPVwiZmFzIGZhLWNoZWNrIGZhLXNvbGlkXCI+PFwvaT4gQmVkcm9vbSBDbGVhbmluZ1xuPGJyPlxuPFwvcD4iLCJidG5fdGV4dCI6IkdldCBTZXJ2aWNlcyIsImltYWdlIjp7ImlkIjoyMDksInVybCI6Imh0dHBzOlwvXC90ZW1wLm1pc3RlcmNsZWFuZXIuY28ubnpcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9zZXJ2aWNlLWltZzItMS5wbmciLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpbWFnZV9hdHRyaWJ1dGVzX25vc2l6ZSI6IiBzcmM9XCJodHRwczpcL1wvZWR1dGVjaG9ubGluZXNlcnZpY2VzLmluXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NsYXNzaWNfY2Fyb3VzZWxcL3BsYWNlaG9sZGVyMS5qcGdcIiIsImltYWdlX2F0dHJpYnV0ZXMiOiIgc3JjPVwiaHR0cHM6XC9cL2VkdXRlY2hvbmxpbmVzZXJ2aWNlcy5pblwvd3AtY29udGVudFwvdXBsb2Fkc1wvYWNfYXNzZXRzXC91Y19jbGFzc2ljX2Nhcm91c2VsXC9wbGFjZWhvbGRlcjEuanBnXCIiLCJpbWFnZV9zaXplIjoiIiwiaW1hZ2VfdGh1bWIiOiJodHRwczpcL1wvZWR1dGVjaG9ubGluZXNlcnZpY2VzLmluXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NsYXNzaWNfY2Fyb3VzZWxcL3BsYWNlaG9sZGVyMS5qcGciLCJpY29uIjp7InZhbHVlIjoiZmFzIGZhLXNvYXAiLCJsaWJyYXJ5IjoiZmEtc29saWQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwiX2dlbmVyYXRlZF9pZCI6ImE1YmlqIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWE1YmlqIiwiX2lkIjoiOWUxMjYwYyJ9LHsidGl0bGUiOiJDb21tZXJjaWFsIENsZWFuaW5nIiwiY29udGVudCI6IjxwPjxpIGNsYXNzPVwiZmFzIGZhLWNoZWNrIGZhLXNvbGlkXCI+PFwvaT4gIENhcnBldCBDbGVhbmluZzxicj5cbjxpIGNsYXNzPVwiZmFzIGZhLWNoZWNrIGZhLXNvbGlkXCI+PFwvaT4gQmF0aHJvb20gQ2xlYW5pbmc8YnI+XG48aSBjbGFzcz1cImZhcyBmYS1jaGVjayBmYS1zb2xpZFwiPjxcL2k+IEZsb29yIENsZWFuaW5nPGJyPlxuPGkgY2xhc3M9XCJmYXMgZmEtY2hlY2sgZmEtc29saWRcIj48XC9pPiBCZWRyb29tIENsZWFuaW5nXG48YnI+XG48XC9wPiIsImJ0bl90ZXh0IjoiR2V0IFNlcnZpY2VzIiwiaW1hZ2UiOnsiaWQiOjIxMCwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL3NlcnZpY2UtaW1nMy0xLnBuZyIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkiLCJzaXplIjoiIn0sImltYWdlX2F0dHJpYnV0ZXNfbm9zaXplIjoiIHNyYz1cImh0dHBzOlwvXC9lZHV0ZWNob25saW5lc2VydmljZXMuaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY2xhc3NpY19jYXJvdXNlbFwvcGxhY2Vob2xkZXI0LmpwZ1wiIiwiaW1hZ2VfYXR0cmlidXRlcyI6IiBzcmM9XCJodHRwczpcL1wvZWR1dGVjaG9ubGluZXNlcnZpY2VzLmluXC93cC1jb250ZW50XC91cGxvYWRzXC9hY19hc3NldHNcL3VjX2NsYXNzaWNfY2Fyb3VzZWxcL3BsYWNlaG9sZGVyNC5qcGdcIiIsImltYWdlX3NpemUiOiIiLCJpbWFnZV90aHVtYiI6Imh0dHBzOlwvXC9lZHV0ZWNob25saW5lc2VydmljZXMuaW5cL3dwLWNvbnRlbnRcL3VwbG9hZHNcL2FjX2Fzc2V0c1wvdWNfY2xhc3NpY19jYXJvdXNlbFwvcGxhY2Vob2xkZXI0LmpwZyIsImljb24iOnsidmFsdWUiOiJmYXMgZmEtYnJvb20iLCJsaWJyYXJ5IjoiZmEtc29saWQifSwiaWNvbl9odG1sIjoiPGkgY2xhc3M9J2ZhcyBmYS1yb2NrZXQnPjxcL2k+IiwiX2dlbmVyYXRlZF9pZCI6ImowOWUzIiwiaXRlbV9yZXBlYXRlcl9jbGFzcyI6ImVsZW1lbnRvci1yZXBlYXRlci1pdGVtLWowOWUzIiwiX2lkIjoiNjBlYTFiNiIsImhpZGVfaXRlbSI6IiJ9XSwiX19nbG9iYWxzX18iOnsiYmFja2dyb3VuZF9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hOGY5YWMxIiwibmF2X2Fycm93X2JhY2tncm91bmQiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9Y2E3YjNkNyIsImljb25fYmFja2dyb3VuZCI6Imdsb2JhbHNcL2NvbG9ycz9pZD0yNWM5YjEwIiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3IwIiwiYWN0aXZlX3NsaWRlX2JhY2tncm91bmQiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MjVjOWIxMCIsImljb25fY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YXN0Z2xvYmFsY29sb3I0In0sInRleHRfY29sb3IiOiIjRkVGRUZFIiwibXVsdGlzb3VyY2VfZ2FsbGVyeSI6W3siaWQiOjE4NiwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnkxLmpwZyJ9LHsiaWQiOjE4NywidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnkyLmpwZyJ9LHsiaWQiOjE4OCwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnkzLmpwZyJ9LHsiaWQiOjE4OSwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnk0LmpwZyJ9LHsiaWQiOjE5MCwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnk1LmpwZyJ9LHsiaWQiOjE5MSwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2dhbGxlcnk2LmpwZyJ9XSwic2xpZGVfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjciLCJyaWdodCI6IjciLCJib3R0b20iOiI3IiwibGVmdCI6IjciLCJpc0xpbmtlZCI6dHJ1ZX0sImJhY2tncm91bmRfY29sb3IiOiIjMDAxOTdFIiwiaXRlbV9zaGFkb3dfYm94X3NoYWRvdyI6eyJob3Jpem9udGFsIjowLCJ2ZXJ0aWNhbCI6MCwiYmx1ciI6Nywic3ByZWFkIjo1LCJjb2xvciI6InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42NSkifSwiYWN0aXZlX3NsaWRlX2JhY2tncm91bmQiOiIjMkY2RUZGIiwiYWN0aXZlX2l0ZW1fc2NhbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdLCJ2YWx1ZSI6IjEifSwiZW5hYmxlX2ltZ19vdmVybGF5IjoiIiwiaW1hZ2Vfb3ZlcmxheV9vcGFjaXR5X2hvdmVyIjp7InVuaXQiOiIlIiwic2l6ZSI6MTAsInNpemVzIjpbXSwidmFsdWUiOiIyMCJ9LCJpY29uX3NpemVfb3V0dGVyIjp7InVuaXQiOiJweCIsInNpemUiOjYwLCJzaXplcyI6W10sInZhbHVlIjoiNjAifSwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI2LCJzaXplcyI6W10sInZhbHVlIjoiMjAifSwiaWNvbl9jb2xvciI6IiNGRkM4MDQiLCJpY29uX2JhY2tncm91bmQiOiIjMkY2RUZGIiwiaWNvbl9zaGFkb3dfYm94X3NoYWRvd190eXBlIjoieWVzIiwiaWNvbl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOi0xNSwic2l6ZXMiOltdLCJ2YWx1ZSI6IjAifSwidGl0bGVfY29sb3IiOiIjRjhGNEY0IiwiYnV0dG9uX2hvdmVyX2FuaW1hdGlvbiI6ImVsZW1lbnRvci1hbmltYXRpb24tYm9iIiwiYnV0dG9uX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjo4LCJzaXplcyI6W10sInZhbHVlIjoiMCJ9LCJidXR0b25fYmdfY29sb3IiOiIjRDNEM0QzIiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3JfaG92ZXIiOiIjMDQ2YmQyIiwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNTAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidWNhZGRvbl9jYXJkX2Nhcm91c2VsIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-56cb50d7 e-con-full elementor-hidden-phone e-flex e-con e-parent\\\" data-eae-slider=\\\"11422\\\" data-id=\\\"56cb50d7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-62a850de elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"62a850de\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h3 class=\\\"elementskit-section-subtitle  \\\">\\n\\t\\t\\t\\t\\t\\tOUR GALLERY \\n\\t\\t\\t\\t\\t<\\/h3><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Our Completed Cleaning Projects<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p><span style=\\\"font-weight: 400\\\">Explore our professional cleaning work across residential and commercial spaces in Christchurch.<\\/span><\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6ImI5MTgxMGYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlYWVfZmlsdGVyYWJsZV9nYWxsZXJ5X2NvbnRlbnQiOlt7ImVhZV9maWx0ZXJfbGFiZWwiOiJDb21tZXJjaWFsIiwiX2lkIjoiYmI4YWU2NCIsImVhZV9pbWdfZ2FsbGVyeSI6W3siaWQiOjQ0OCwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2NvbW1lcmNpYWwud2VicCJ9XX0seyJlYWVfZmlsdGVyX2xhYmVsIjoiQ2FycGV0IiwiX2lkIjoiZjZkNzU1MCIsImVhZV9pbWdfZ2FsbGVyeSI6W3siaWQiOjQ0OSwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2NhcnBldC53ZWJwIn1dfSx7ImVhZV9maWx0ZXJfbGFiZWwiOiJNb3ZlLUluIFwvIE1vdmUtT3V0IiwiX2lkIjoiMjc2MjI2ZCIsImVhZV9pbWdfZ2FsbGVyeSI6W3siaWQiOjQ1MCwidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL21vdmUtaW4ud2VicCJ9XX0seyJlYWVfZmlsdGVyX2xhYmVsIjoiV2luZG93IiwiZWFlX2ltZ19nYWxsZXJ5IjpbeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifSx7ImlkIjo0NTIsInVybCI6Imh0dHBzOlwvXC90ZW1wLm1pc3RlcmNsZWFuZXIuY28ubnpcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC93aW5kb3cxLndlYnAifV0sIl9pZCI6IjI1OTljZWUifSx7ImVhZV9maWx0ZXJfbGFiZWwiOiJCdWlsZGVycyIsImVhZV9pbWdfZ2FsbGVyeSI6W3siaWQiOjQ1MywidXJsIjoiaHR0cHM6XC9cL3RlbXAubWlzdGVyY2xlYW5lci5jby5uelwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTJcL2J1aWxkZXJzLndlYnAifV0sIl9pZCI6ImY2YzUxNmUifSx7ImVhZV9maWx0ZXJfbGFiZWwiOiJPdmVuIERlZXAgIiwiZWFlX2ltZ19nYWxsZXJ5IjpbeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn1dLCJfaWQiOiJjZGM2MjYzIn0seyJlYWVfZmlsdGVyX2xhYmVsIjoiSGFyZCBXYXRlciBNYXJrcyBTaG93ZXIgVHJlYXRtZW50IiwiZWFlX2ltZ19nYWxsZXJ5IjpbeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifV0sIl9pZCI6IjMxMzA3NDEifV0sInRodW1ibmFpbF9zaXplIjoibWVkaXVtIiwiY29sdW1ucyI6NCwiZW5hYmxlX2ltYWdlX3JhdGlvIjoieWVzIiwiaW1hZ2VfcmF0aW8iOnsidW5pdCI6InB4Iiwic2l6ZSI6MC45MSwic2l6ZXMiOltdfSwic2hvd19hbGxfdGFiX3RleHQiOiJBbGwiLCJvcGVuX2xpZ2h0Ym94IjoieWVzIiwiaWNvbiI6eyJ2YWx1ZSI6ImZhcyBmYS1xdWlkZGl0Y2giLCJsaWJyYXJ5IjoiZmEtc29saWQifSwiZmlsdGVyX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImZpbHRlcl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJmaWx0ZXJfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sImZpbHRlcl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiZmlsdGVyX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJmaWx0ZXJfdHlwb2dyYXBoeV90ZXh0X2RlY29yYXRpb24iOiJub25lIiwiZmlsdGVyX2JnX2NvbG9yIjoiIzAwMTk3RSIsImN1cnJlbnRfZmlsdGVyX2JnX2NvbG9yIjoiIzJGNkVGRiIsImZpbHRlcl9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjQiLCJyaWdodCI6IjQiLCJib3R0b20iOiI0IiwibGVmdCI6IjQiLCJpc0xpbmtlZCI6dHJ1ZX0sImZpbHRlcl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjUiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiNSIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sImZpbHRlcl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiNCIsImJvdHRvbSI6IjIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6IiJ9LCJfX2dsb2JhbHNfXyI6eyJmaWx0ZXJfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9YThmOWFjMSIsImN1cnJlbnRfZmlsdGVyX2NvbG9yIjoiIiwiZmlsdGVyX2NvbG9yIjoiIiwiY3VycmVudF9maWx0ZXJfYmdfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9MjVjOWIxMCIsImZpbHRlcl9ib3JkZXJfY3VycmVudF9jb2xvciI6IiIsImZpbHRlcl9ob3Zlcl9jb2xvciI6IiIsInByaW1hcnlfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9ZDJjMTM5OSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZWFlLWZpbHRlcmFibGVHYWxsZXJ5In0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-170d1fb e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"1612\\\" data-id=\\\"170d1fb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-83f6aef elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"83f6aef\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h3 class=\\\"elementskit-section-subtitle  \\\">\\n\\t\\t\\t\\t\\t\\tLOCATIONS\\n\\t\\t\\t\\t\\t<\\/h3><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Regions We Serve<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you\\u2019re located.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-d517fe2 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"94817\\\" data-id=\\\"d517fe2\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-679077b e-grid e-con-full e-con e-child\\\" data-eae-slider=\\\"33475\\\" data-id=\\\"679077b\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5f96f1f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"5f96f1f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Addington <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Aranui <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Avondale<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Avonhead <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Avonside <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Barrington<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Beckenham <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Belfast <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Bexley <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Bishopdale<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\"> Bromley<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-efe88be elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"efe88be\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Brookhaven <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Broomfield <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Bryndwr <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Burnside <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Casebrook <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Cashmere <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Chaneys<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">City centre <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Dallington <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Edgeware <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Fendalton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6a8743c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"6a8743c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Ferrymead <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Halswell<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Harewood <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hei hei <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hillmorton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hillsborough<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hoon hay<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hornby<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Hyde park <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Ilam <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Islington <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-36826c8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"36826c8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Kainga <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Linwood <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Mairehau<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Marshland <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Merivale <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Middleton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">New Brighton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Opawa <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Papanui<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Parklands <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Phillipstown<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0cb0976 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"0cb0976\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Queenspark <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Redwood <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Riccarton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Richmond<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Russley <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Shirley <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Sockburn <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Somerfield<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Spreydon <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">St. Albans<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">St. Martins<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b5d7f87 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"b5d7f87\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Strowan <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Sumner <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Sydenham <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Templeton <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Upper riccarton<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Wainoni <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Waltham <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Wigram <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Woolston <\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Yaldhurst<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-f10d4fc e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"97125\\\" data-id=\\\"f10d4fc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-1331eef e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"89791\\\" data-id=\\\"1331eef\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-e94ac6d e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"46689\\\" data-id=\\\"e94ac6d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-491e285 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"491e285\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h3 class=\\\"elementskit-section-subtitle  \\\">\\n\\t\\t\\t\\t\\t\\ttestimonials\\n\\t\\t\\t\\t\\t<\\/h3><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Our Client Feedback<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Real stories from customers who trust our services. Their experiences speak for our dedication and results.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"fc8c124a8f0014a8f89eca1c2ecf8803\\\" data=\\\"eyJpZCI6ImJjOTU4YTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbZ3J3IGlkPTg0NF0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(9971,1003,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(9972,1003,'_elementor_css','a:6:{s:4:\"time\";i:1768305384;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9973,1003,'_elementor_element_cache','{\"timeout\":1768391784,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-7b219949 e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"57237\\\" data-id=\\\"7b219949\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5e0b63b0 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"5e0b63b0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Regular Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-1be996ce e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"60633\\\" data-id=\\\"1be996ce\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-534d9059 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"534d9059\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Home<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-edc91d4 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"edc91d4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-chevron-right\\\" 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>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6dd1f81c elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"6dd1f81c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Regular Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-718b551b e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"32424\\\" data-id=\\\"718b551b\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-8fd4b67 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"10529\\\" data-id=\\\"8fd4b67\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3a7cfb0e elementor-widget elementor-widget-image\\\" data-id=\\\"3a7cfb0e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"768\\\" height=\\\"1024\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp\\\" class=\\\"attachment-large size-large wp-image-15\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp 768w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-225x300.webp 225w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1152x1536.webp 1152w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1536x2048.webp 1536w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp 1920w\\\" sizes=\\\"(max-width: 768px) 100vw, 768px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2f90350a elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"2f90350a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why Regular Cleaning?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-712a16ad elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"712a16ad\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It protects your biggest investment.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It guards your family\\u2019s health.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It gifts you back your time and mental space.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It delivers consistency you can\\u2019t get on your own.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It brings a quiet kind of peace.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a15d9ea elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"a15d9ea\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-15835fe6 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"15835fe6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Other Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-42260779 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"34059\\\" data-id=\\\"42260779\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71aaa1ba ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"71aaa1ba\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"411\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\\\" class=\\\"attachment-full size-full wp-image-209\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png 411w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1-300x204.png 300w\\\" sizes=\\\"(max-width: 411px) 100vw, 411px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Deep cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Breathe new life into your home with a thorough one-off clean.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-460c4b59 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"460c4b59\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"410\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\\\" class=\\\"attachment-full size-full wp-image-208\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png 410w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1-300x205.png 300w\\\" sizes=\\\"(max-width: 410px) 100vw, 410px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Move-in\\/out cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Ensure a smooth handover with our detailed cleaning services.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-5c0e3bbb e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"2163\\\" data-id=\\\"5c0e3bbb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-21ed7740 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"66697\\\" data-id=\\\"21ed7740\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4fb3638f elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"4fb3638f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Offer Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-6cd15272 e-con-full e-grid e-con e-child\\\" data-eae-slider=\\\"5463\\\" data-id=\\\"6cd15272\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-31c78ddc ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"31c78ddc\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Carpet Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2d2bd9d9 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"2d2bd9d9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Bathroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-39d8ca1d ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"39d8ca1d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-road\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Floor Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-15820e39 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"15820e39\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                     Bedroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-54361318 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"31070\\\" data-id=\\\"54361318\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e371329 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"1e371329\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">How can we help you?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-75312753 elementor-align-left elementor-widget elementor-widget-elementskit-button\\\" data-id=\\\"75312753\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-button.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"ekit-btn-wraper\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\" class=\\\"elementskit-btn  whitespace--normal\\\" id=\\\"\\\">\\n\\t\\t\\t\\t\\tContact Us<svg class=\\\"e-font-icon-svg e-fas-envelope\\\" 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>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(9974,1025,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(9975,1025,'_elementor_css','a:6:{s:4:\"time\";i:1768305388;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9976,1025,'_elementor_element_cache','{\"timeout\":1768391788,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-df296bf e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"83336\\\" data-id=\\\"df296bf\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8b8cff5 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"8b8cff5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Deep Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-8613bda e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"74238\\\" data-id=\\\"8613bda\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-da97c9a elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"da97c9a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Home<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-64f0b27 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"64f0b27\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-chevron-right\\\" 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>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b2a92a1 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"b2a92a1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Deep Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-8d3a0f3 e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"582\\\" data-id=\\\"8d3a0f3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-f83115b e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"70204\\\" data-id=\\\"f83115b\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-58954a5 elementor-widget elementor-widget-image\\\" data-id=\\\"58954a5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"768\\\" height=\\\"1024\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp\\\" class=\\\"attachment-large size-large wp-image-15\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp 768w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-225x300.webp 225w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1152x1536.webp 1152w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1536x2048.webp 1536w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp 1920w\\\" sizes=\\\"(max-width: 768px) 100vw, 768px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-94ced66 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"94ced66\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why Deep Cleaning?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-06599d9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"06599d9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It protects your biggest investment.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It guards your family\\u2019s health.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It gifts you back your time and mental space.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It delivers consistency you can\\u2019t get on your own.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It brings a quiet kind of peace.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d6b84e2 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"d6b84e2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-03ed577 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"03ed577\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Other Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-68799b7 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"98054\\\" data-id=\\\"68799b7\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c536ae ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"1c536ae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"411\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\\\" class=\\\"attachment-full size-full wp-image-209\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png 411w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1-300x204.png 300w\\\" sizes=\\\"(max-width: 411px) 100vw, 411px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Deep cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Breathe new life into your home with a thorough one-off clean.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-37cebc8 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"37cebc8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"410\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\\\" class=\\\"attachment-full size-full wp-image-208\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png 410w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1-300x205.png 300w\\\" sizes=\\\"(max-width: 410px) 100vw, 410px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Move-in\\/out cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Ensure a smooth handover with our detailed cleaning services.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-439bdad e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"53753\\\" data-id=\\\"439bdad\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-638b522 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"63791\\\" data-id=\\\"638b522\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a015e5 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"0a015e5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Offer Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-2e3c748 e-con-full e-grid e-con e-child\\\" data-eae-slider=\\\"10032\\\" data-id=\\\"2e3c748\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-84410f4 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"84410f4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Carpet Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-eae5408 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"eae5408\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Bathroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f464e33 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"f464e33\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-road\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Floor Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8047f73 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"8047f73\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                     Bedroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-1e4d1ed e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"37995\\\" data-id=\\\"1e4d1ed\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f84114c elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"f84114c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">How can we help you?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5324916 elementor-align-left elementor-widget elementor-widget-elementskit-button\\\" data-id=\\\"5324916\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-button.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"ekit-btn-wraper\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\" class=\\\"elementskit-btn  whitespace--normal\\\" id=\\\"\\\">\\n\\t\\t\\t\\t\\tContact Us<svg class=\\\"e-font-icon-svg e-fas-envelope\\\" 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>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),
(9979,1043,'footnotes',''),
(9980,1043,'_elementor_edit_mode','builder'),
(9981,1043,'_elementor_template_type','wp-page'),
(9982,1043,'_elementor_version','3.34.0'),
(9983,1043,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9984,1043,'_elementor_data','[{\"id\":\"c6e0a1f\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8c20e3e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fc02096\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"116d18c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5fa0276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"952563b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d62a95\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cf37173\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d5b214a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be32a34\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Move-in\\/out Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e35d24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ebb6ca3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1edb617\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61b1292\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cb7ebd6\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"425321d\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"496ad98\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"23f3b05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"949303f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd3b149\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7c08c22\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1a979d3\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"6f40a01\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"ae5e21b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4198cf0\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2aa4598\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd7b012\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9985,1043,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(9986,1043,'_wp_page_template','default'),
(9987,1043,'_elementor_css','a:6:{s:4:\"time\";i:1768305391;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9988,1043,'_elementor_element_cache','{\"timeout\":1768391791,\"value\":{\"content\":\"<div class=\"has_eae_slider elementor-element elementor-element-c6e0a1f e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"77414\" data-id=\"c6e0a1f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-8c20e3e elementor-widget elementor-widget-elementskit-heading\" data-id=\"8c20e3e\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fc02096 e-con-full e-flex e-con e-child\" data-eae-slider=\"67209\" data-id=\"fc02096\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-116d18c elementor-widget elementor-widget-elementskit-heading\" data-id=\"116d18c\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Home</h2></div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-5fa0276 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5fa0276\" data-element_type=\"widget\" data-widget_type=\"icon.default\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" 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>ttt</div>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-952563b elementor-widget elementor-widget-elementskit-heading\" data-id=\"952563b\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4d62a95 e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"88849\" data-id=\"4d62a95\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"has_eae_slider elementor-element elementor-element-cf37173 e-con-full e-flex e-con e-child\" data-eae-slider=\"72255\" data-id=\"cf37173\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-d5b214a elementor-widget elementor-widget-image\" data-id=\"d5b214a\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" class=\"attachment-large size-large wp-image-15\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-be32a34 elementor-widget elementor-widget-elementskit-heading\" data-id=\"be32a34\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why Move-in/out Cleaning?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Regular cleaning isn\'t a luxuryu2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-4e35d24 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e35d24\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It protects your biggest investment.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It guards your familyu2019s health.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It gifts you back your time and mental space.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It delivers consistency you canu2019t get on your own.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It brings a quiet kind of peace.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-ebb6ca3 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ebb6ca3\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldnu2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1edb617 elementor-widget elementor-widget-elementskit-heading\" data-id=\"1edb617\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Other Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-61b1292 e-con-full e-flex e-con e-child\" data-eae-slider=\"89317\" data-id=\"61b1292\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb7ebd6 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"cb7ebd6\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" class=\"attachment-full size-full wp-image-209\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Deep cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Breathe new life into your home with a thorough one-off clean.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-425321d ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"425321d\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" class=\"attachment-full size-full wp-image-208\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Move-in/out cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Ensure a smooth handover with our detailed cleaning services.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-496ad98 e-con-full e-flex e-con e-child\" data-eae-slider=\"28787\" data-id=\"496ad98\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"has_eae_slider elementor-element elementor-element-23f3b05 e-con-full e-flex e-con e-child\" data-eae-slider=\"17136\" data-id=\"23f3b05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-949303f elementor-widget elementor-widget-elementskit-heading\" data-id=\"949303f\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Offer Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fd3b149 e-con-full e-grid e-con e-child\" data-eae-slider=\"30573\" data-id=\"fd3b149\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-7c08c22 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"7c08c22\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Carpet Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1a979d3 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"1a979d3\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Bathroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-6f40a01 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"6f40a01\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-road\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Floor Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-ae5e21b ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"ae5e21b\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                     Bedroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4198cf0 e-con-full e-flex e-con e-child\" data-eae-slider=\"24964\" data-id=\"4198cf0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-2aa4598 elementor-widget elementor-widget-elementskit-heading\" data-id=\"2aa4598\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">How can we help you?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-fd7b012 elementor-align-left elementor-widget elementor-widget-elementskit-button\" data-id=\"fd7b012\" data-element_type=\"widget\" data-widget_type=\"elementskit-button.default\">nttttt<div class=\"ekit-wid-con\" >tt<div class=\"ekit-btn-wraper\">nttttttt<a href=\"#\" class=\"elementskit-btn  whitespace--normal\" id=\"\">ntttttContact Us<svg class=\"e-font-icon-svg e-fas-envelope\" 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>tttt</a>nttttt</div>n        </div>tttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(9989,1044,'footnotes',''),
(9990,1044,'_elementor_edit_mode','builder'),
(9991,1044,'_elementor_template_type','wp-page'),
(9992,1044,'_elementor_version','3.34.0'),
(9993,1044,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(9994,1044,'_elementor_data','[{\"id\":\"c6e0a1f\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8c20e3e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fc02096\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"116d18c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5fa0276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"952563b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d62a95\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cf37173\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d5b214a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be32a34\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Move-in\\/out Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e35d24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ebb6ca3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1edb617\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61b1292\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cb7ebd6\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"425321d\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"496ad98\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"23f3b05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"949303f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd3b149\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7c08c22\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1a979d3\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"6f40a01\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"ae5e21b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4198cf0\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2aa4598\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd7b012\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(9995,1044,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(9996,1044,'_wp_page_template','default'),
(9997,1044,'_elementor_css','a:6:{s:4:\"time\";i:1768305391;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(9998,1044,'_elementor_element_cache','{\"timeout\":1768391791,\"value\":{\"content\":\"<div class=\"has_eae_slider elementor-element elementor-element-c6e0a1f e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"77414\" data-id=\"c6e0a1f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-8c20e3e elementor-widget elementor-widget-elementskit-heading\" data-id=\"8c20e3e\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fc02096 e-con-full e-flex e-con e-child\" data-eae-slider=\"67209\" data-id=\"fc02096\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-116d18c elementor-widget elementor-widget-elementskit-heading\" data-id=\"116d18c\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Home</h2></div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-5fa0276 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5fa0276\" data-element_type=\"widget\" data-widget_type=\"icon.default\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" 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>ttt</div>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-952563b elementor-widget elementor-widget-elementskit-heading\" data-id=\"952563b\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4d62a95 e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"88849\" data-id=\"4d62a95\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"has_eae_slider elementor-element elementor-element-cf37173 e-con-full e-flex e-con e-child\" data-eae-slider=\"72255\" data-id=\"cf37173\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-d5b214a elementor-widget elementor-widget-image\" data-id=\"d5b214a\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" class=\"attachment-large size-large wp-image-15\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-be32a34 elementor-widget elementor-widget-elementskit-heading\" data-id=\"be32a34\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why Move-in/out Cleaning?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Regular cleaning isn\'t a luxuryu2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-4e35d24 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e35d24\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It protects your biggest investment.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It guards your familyu2019s health.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It gifts you back your time and mental space.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It delivers consistency you canu2019t get on your own.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It brings a quiet kind of peace.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-ebb6ca3 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ebb6ca3\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldnu2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1edb617 elementor-widget elementor-widget-elementskit-heading\" data-id=\"1edb617\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Other Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-61b1292 e-con-full e-flex e-con e-child\" data-eae-slider=\"89317\" data-id=\"61b1292\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb7ebd6 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"cb7ebd6\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" class=\"attachment-full size-full wp-image-209\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Deep cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Breathe new life into your home with a thorough one-off clean.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-425321d ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"425321d\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" class=\"attachment-full size-full wp-image-208\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Move-in/out cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Ensure a smooth handover with our detailed cleaning services.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-496ad98 e-con-full e-flex e-con e-child\" data-eae-slider=\"28787\" data-id=\"496ad98\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"has_eae_slider elementor-element elementor-element-23f3b05 e-con-full e-flex e-con e-child\" data-eae-slider=\"17136\" data-id=\"23f3b05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-949303f elementor-widget elementor-widget-elementskit-heading\" data-id=\"949303f\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Offer Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fd3b149 e-con-full e-grid e-con e-child\" data-eae-slider=\"30573\" data-id=\"fd3b149\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-7c08c22 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"7c08c22\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Carpet Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1a979d3 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"1a979d3\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Bathroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-6f40a01 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"6f40a01\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-road\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Floor Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-ae5e21b ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"ae5e21b\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                     Bedroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4198cf0 e-con-full e-flex e-con e-child\" data-eae-slider=\"24964\" data-id=\"4198cf0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-2aa4598 elementor-widget elementor-widget-elementskit-heading\" data-id=\"2aa4598\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">How can we help you?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-fd7b012 elementor-align-left elementor-widget elementor-widget-elementskit-button\" data-id=\"fd7b012\" data-element_type=\"widget\" data-widget_type=\"elementskit-button.default\">nttttt<div class=\"ekit-wid-con\" >tt<div class=\"ekit-btn-wraper\">nttttttt<a href=\"#\" class=\"elementskit-btn  whitespace--normal\" id=\"\">ntttttContact Us<svg class=\"e-font-icon-svg e-fas-envelope\" 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>tttt</a>nttttt</div>n        </div>tttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(9999,1045,'footnotes',''),
(10000,1045,'_elementor_edit_mode','builder'),
(10001,1045,'_elementor_template_type','wp-page'),
(10002,1045,'_elementor_version','3.34.0'),
(10003,1045,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),
(10004,1045,'_elementor_data','[{\"id\":\"c6e0a1f\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":684,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/hero-bgpattern.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000320\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":\"0.61\",\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"bd619b6\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"center\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"flex_justify_content\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"75\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_bg\":\"yes\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"fc39f0b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"483cd7a\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"be0c7a1\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"8c20e3e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align\":\"text_center\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"56\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"600\",\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"-0.2\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"4624669\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":36,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fc02096\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"100\",\"ekit_all_conditions_list\":[{\"_id\":\"49bc721\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"6\",\"row\":\"6\",\"isLinked\":true,\"unit\":\"px\",\"size\":6},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"9bd052e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"c5fa944\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"678e427\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"116d18c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Home\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"5fa0276\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-chevron-right\",\"library\":\"fa-solid\"},\"primary_color\":\"#FFFFFF\",\"size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"952563b\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Move-in\\/out Cleaning\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#FFFFFF\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4d62a95\",\"elType\":\"container\",\"settings\":{\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"65\",\"right\":\"15\",\"bottom\":\"88\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_all_conditions_list\":[{\"_id\":\"b5dd561\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0871d77\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a2461eb\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"0305295\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cf37173\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"66\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"678d7af\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_section_parallax_multi_items\":[],\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"085d33e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"fca94ae\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"c1b3746\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"d5b214a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":15,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":64,\"sizes\":[]},\"ekit_all_conditions_list\":[],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"space\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"be32a34\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why Move-in\\/out Cleaning?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4e35d24\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"It protects your biggest investment.\",\"icon\":\"fa fa-check\",\"_id\":\"ccbcbd0\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It guards your family\\u2019s health.\",\"icon\":\"fa fa-check\",\"_id\":\"3758f7f\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It gifts you back your time and mental space.\",\"icon\":\"fa fa-check\",\"_id\":\"ab0c84b\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"}},{\"text\":\"It delivers consistency you can\\u2019t get on your own.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"cf9339b\"},{\"text\":\"It brings a quiet kind of peace.\",\"icon\":\"fa fa-check\",\"selected_icon\":{\"value\":\"far fa-check-circle\",\"library\":\"fa-regular\"},\"__fa4_migrated\":{\"selected_icon\":\"1\"},\"_id\":\"14ff818\"}],\"space_between\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"text_color\":\"#051340\",\"text_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"icon_color\":\"#F6621B\",\"ekit_all_conditions_list\":[{\"_id\":\"4b1bae9\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ebb6ca3\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#57585E\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Lato\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"26\",\"sizes\":[]},\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":\"\"},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"76e4cfe\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"1edb617\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Other Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#333333\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"24\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Muli\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"px\",\"size\":\"46\",\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cdfa51f\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"61b1292\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"ekit_all_conditions_list\":[{\"_id\":\"95a1039\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"b0a9d2e\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"7abbff8\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"863ff29\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"cb7ebd6\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":209,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Deep cleaning\",\"ekit_image_box_description_text\":\"Breathe new life into your home with a thorough one-off clean.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true},\"ekit_image_box_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"},{\"id\":\"425321d\",\"elType\":\"widget\",\"settings\":{\"ekit_image_box_image\":{\"id\":208,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"ekit_image_box_title_text\":\"Move-in\\/out cleaning\",\"ekit_image_box_description_text\":\"Ensure a smooth handover with our detailed cleaning services.\",\"ekit_image_box_content_text_align\":\"left\",\"ekit_image_box_btn_text\":\"Read More\",\"ekit_imagebox_container_spacing\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_title_bottom_space\":{\"unit\":\"px\",\"size\":\"18\",\"sizes\":[],\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\"},\"ekit_image_box_heading_color\":\"#211E1C\",\"ekit_image_box_title_typography_typography\":\"custom\",\"ekit_image_box_title_typography_font_family\":\"Lato\",\"ekit_image_box_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_image_box_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_image_box_title_typography_font_weight\":\"700\",\"ekit_image_box_title_bottom_space_description\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[],\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\"},\"ekit_image_box_heading_color_description\":\"#57585E\",\"ekit_image_box_title_typography_description_typography\":\"custom\",\"ekit_image_box_title_typography_description_font_family\":\"Lato\",\"ekit_image_box_title_typography_description_font_size\":{\"unit\":\"px\",\"size\":\"15\",\"sizes\":[]},\"ekit_image_box_title_typography_description_font_weight\":\"400\",\"ekit_image_box_title_typography_description_line_height\":{\"unit\":\"px\",\"size\":\"25\",\"sizes\":[]},\"ekit_image_box_typography_group_font_size\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_image_box_btn_icon_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"_box_shadow_box_shadow\":{\"horizontal\":\"0\",\"vertical\":\"10\",\"blur\":\"30\",\"spread\":\"0\",\"color\":\"rgba(0,0,0,0.1)\"},\"ekit_image_box_icon\":\"icon icon-arrow-right\",\"ekit_image_box_icon_align\":\"right\",\"ekit_image_box_text_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_image_box_typography_group_typography\":\"custom\",\"ekit_image_box_typography_group_font_family\":\"Lato\",\"ekit_image_box_typography_group_font_weight\":\"700\",\"ekit_image_box_typography_group_text_transform\":\"uppercase\",\"ekit_image_box_button_text_color\":\"#888888\",\"ekit_image_box_btn_background_group_background\":\"classic\",\"ekit_image_box_btn_background_group_color\":\"rgba(136,136,136,0)\",\"ekit_all_conditions_list\":[{\"_id\":\"c5cf184\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_image_box_icons\":{\"value\":\"fas fa-arrow-right\",\"library\":\"fa-solid\"},\"body_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_image_box_heading_color_hover\":\"#F6621B\",\"__fa4_migrated\":{\"ekit_image_box_icons\":true}},\"elements\":[],\"widgetType\":\"elementskit-image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"496ad98\",\"elType\":\"container\",\"settings\":{\"_column_size\":\"33\",\"width_tablet\":{\"size\":\"100\",\"unit\":\"%\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"-162\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"2f5896e\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"ekit_section_parallax_multi_items\":[],\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"6864a4f\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"43d9f13\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"f1ac7bb\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"23f3b05\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[],\"ekit_all_conditions_list\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"background_background\":\"classic\",\"background_color\":\"#F2F2F3\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"25\",\"bottom\":\"45\",\"left\":\"25\",\"isLinked\":false},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"0a4d87b\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"5cb5b51\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"8e36f7b\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"949303f\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"Offer Services\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#211E1C\",\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Lato\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"30\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_title_typography_text_transform\":\"capitalize\",\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d5dd3c4\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd3b149\",\"elType\":\"container\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#f2f2f3\",\"ekit_all_conditions_list\":[{\"_id\":\"eff2083\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_gaps\":{\"column\":\"1\",\"row\":\"1\",\"isLinked\":true,\"unit\":\"px\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"ec6379a\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"0ee1dc4\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"db68987\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"7c08c22\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-diamond\",\"ekit_icon_box_title_text\":\"Carpet Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-border-all\",\"library\":\"fa-solid\"}},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"1a979d3\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-graph-2\",\"ekit_icon_box_title_text\":\"Bathroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bath\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"6f40a01\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-gift\",\"ekit_icon_box_title_text\":\"Floor Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-road\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"},{\"id\":\"ae5e21b\",\"elType\":\"widget\",\"settings\":{\"ekit_icon_box_header_icon\":\"icon icon-dart-board\",\"ekit_icon_box_title_text\":\" Bedroom Cleaning\",\"ekit_icon_box_description_text\":\"\",\"ekit_icon_box_btn_text\":\"Learn more \",\"ekit_icon_box_icon_primary_color\":\"#F6621B\",\"ekit_icon_box_icon_space\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_icon_padding\":{\"unit\":\"px\",\"size\":\"12\",\"sizes\":[]},\"ekit_icon_rotate\":{\"unit\":\"deg\",\"size\":\"\",\"sizes\":[]},\"ekit_icon_box_icon_height\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"ekit_icon_title_bottom_space\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[],\"bottom\":\"0\",\"top\":\"2\",\"right\":\"0\",\"left\":\"0\"},\"ekit_icon_title_color\":\"#211E1C\",\"ekit_icon_title_color_hover\":\"\",\"ekit_icon_title_typography_group_typography\":\"custom\",\"ekit_icon_title_typography_group_font_family\":\"Lato\",\"ekit_icon_title_typography_group_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_icon_title_typography_group_font_weight\":\"700\",\"ekit_icon_title_typography_group_text_transform\":\"uppercase\",\"ekit_icon_title_typography_group_line_height\":{\"unit\":\"px\",\"size\":\"21\",\"sizes\":[]},\"ekit_icon_box_infobox_bg_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"15\",\"bottom\":\"25\",\"left\":\"15\",\"isLinked\":\"\"},\"ekit_icon_box_iocnbox_border_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_border_radious\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_infobox_bg_hover_group_background\":\"classic\",\"ekit_icon_box_icon_box_border_hv_group_border\":\"solid\",\"ekit_icon_box_icon_box_border_hv_group_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_icon_box_icon_box_border_hv_group_color\":\"#1bd1ea\",\"ekit_icon_box_show_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_icon_box_badge_title\":\"EXCLUSIVE\",\"ekit_icon_box_header_icons\":{\"value\":\"fas fa-bed\",\"library\":\"fa-solid\"},\"__fa4_migrated\":{\"ekit_icon_box_header_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"a648202\"}],\"ekit_icon_box_header_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"elementskit-icon-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4198cf0\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#F6621B\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"\"},\"padding\":{\"unit\":\"px\",\"top\":\"45\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":\"\"},\"background_image\":{\"id\":1011,\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2026\\/01\\/03_Services-Details.png\"},\"background_position\":\"bottom right\",\"background_repeat\":\"no-repeat\",\"ekit_all_conditions_list\":[{\"_id\":\"90e21b0\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"content_width\":\"full\",\"_title\":\"\",\"gradient_color_list\":[{\"eae_animated_gradient_color\":\"#00a6d8\",\"_id\":\"45e8eb2\"},{\"eae_animated_gradient_color\":\"#b800c9\",\"_id\":\"a41c12d\"},{\"eae_animated_gradient_color\":\"#e57600\",\"_id\":\"b36128a\"}],\"eae_slider_delay\":\"5000\"},\"elements\":[{\"id\":\"2aa4598\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"How can we help you?\",\"ekit_heading_focused_title\":\"\",\"ekit_heading_sub_title\":\"Time has changed\",\"ekit_heading_section_extra_title_show\":\"yes\",\"ekit_heading_extra_title\":\"<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#ffffff\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"17\",\"left\":\"0\",\"isLinked\":\"\"},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Mulish\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"24\",\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"700\",\"ekit_heading_extra_title_color\":\"#ffffff\",\"ekit_heading_extra_title_typography_typography\":\"custom\",\"ekit_heading_extra_title_typography_font_family\":\"Open Sans\",\"ekit_heading_extra_title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"ekit_heading_extra_title_typography_font_weight\":\"400\",\"ekit_heading_extra_title_typography_line_height\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"47c7890\"}],\"ekit_heading_seperator_image\":{\"id\":\"\",\"url\":\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_heading_extra_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"fd7b012\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Contact Us\",\"ekit_btn_icon\":\"fa fa-envelope\",\"ekit_btn_icon_align\":\"right\",\"ekit_btn_align\":\"left\",\"ekit_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"30\",\"bottom\":\"14\",\"left\":\"30\",\"isLinked\":\"\"},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_font_family\":\"Mulish\",\"ekit_btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"16\",\"sizes\":[]},\"ekit_btn_typography_font_weight\":\"700\",\"ekit_btn_text_color\":\"#333333\",\"ekit_btn_bg_color_background\":\"classic\",\"ekit_btn_bg_color_color\":\"#ffffff\",\"ekit_btn_hover_color\":\"#FFFFFF\",\"ekit_btn_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":\"1\"},\"ekit_btn_icons\":{\"value\":\"fas fa-envelope\",\"library\":\"fa-solid\"},\"ekit_btn_normal_icon_padding_right\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"__fa4_migrated\":{\"ekit_btn_icons\":\"1\"},\"ekit_all_conditions_list\":[{\"_id\":\"de4a2a7\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"ekit_btn_bg_hover_color_background\":\"classic\",\"ekit_btn_bg_hover_color_color\":\"#02010100\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"ekit_btn_border_color\":\"#FFFFFF\",\"ekit_btn_hover_border_color\":\"#FFFFFF\",\"ekit_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"elementskit-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(10005,1045,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:2:{i:0;s:12:\"widget-image\";i:1;s:16:\"widget-icon-list\";}}'),
(10006,1045,'_wp_page_template','default'),
(10007,1045,'_elementor_css','a:6:{s:4:\"time\";i:1768305391;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10008,1045,'_elementor_element_cache','{\"timeout\":1768391791,\"value\":{\"content\":\"<div class=\"has_eae_slider elementor-element elementor-element-c6e0a1f e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"77414\" data-id=\"c6e0a1f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-8c20e3e elementor-widget elementor-widget-elementskit-heading\" data-id=\"8c20e3e\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fc02096 e-con-full e-flex e-con e-child\" data-eae-slider=\"67209\" data-id=\"fc02096\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-116d18c elementor-widget elementor-widget-elementskit-heading\" data-id=\"116d18c\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Home</h2></div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-5fa0276 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5fa0276\" data-element_type=\"widget\" data-widget_type=\"icon.default\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" 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>ttt</div>ntt</div>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-952563b elementor-widget elementor-widget-elementskit-heading\" data-id=\"952563b\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Move-in/out cleaning</h2></div></div>tttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4d62a95 e-flex e-con-boxed e-con e-parent\" data-eae-slider=\"88849\" data-id=\"4d62a95\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"has_eae_slider elementor-element elementor-element-cf37173 e-con-full e-flex e-con e-child\" data-eae-slider=\"72255\" data-id=\"cf37173\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-d5b214a elementor-widget elementor-widget-image\" data-id=\"d5b214a\" data-element_type=\"widget\" data-widget_type=\"image.default\">nttttttttttttttt<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" class=\"attachment-large size-large wp-image-15\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />ttttttttttttttt</div>ntttt<div class=\"elementor-element elementor-element-be32a34 elementor-widget elementor-widget-elementskit-heading\" data-id=\"be32a34\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why Move-in/out Cleaning?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Regular cleaning isn\'t a luxuryu2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-4e35d24 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e35d24\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It protects your biggest investment.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It guards your familyu2019s health.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It gifts you back your time and mental space.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It delivers consistency you canu2019t get on your own.</span>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">It brings a quiet kind of peace.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt<div class=\"elementor-element elementor-element-ebb6ca3 elementor-widget elementor-widget-elementskit-heading\" data-id=\"ebb6ca3\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldnu2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1edb617 elementor-widget elementor-widget-elementskit-heading\" data-id=\"1edb617\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Other Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-61b1292 e-con-full e-flex e-con e-child\" data-eae-slider=\"89317\" data-id=\"61b1292\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cb7ebd6 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"cb7ebd6\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" class=\"attachment-full size-full wp-image-209\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Deep cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Breathe new life into your home with a thorough one-off clean.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-425321d ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\" data-id=\"425321d\" data-element_type=\"widget\" data-widget_type=\"elementskit-image-box.default\">nttttt<div class=\"ekit-wid-con\" >n            <div class=\"elementskit-info-image-box ekit-image-box text-left simple-card\" >nn                n                <div class=\"elementskit-box-header image-box-img-left\">nn                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" class=\"attachment-full size-full wp-image-208\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />n                </div>n                n                <div class=\"elementskit-box-body ekit-image-box-body\">n                    <div class=\"elementskit-box-content ekit-image-box-body-inner\">n                                                <h3 class=\"elementskit-info-box-title\">nn                        Move-in/out cleaningn                        n                    </h3>n                                                            <div class=\"elementskit-box-style-content\">n                        Ensure a smooth handover with our detailed cleaning services.                    </div>n                                    </div>nn                                <div class=\"elementskit-box-footer\">n                    <div class=\"box-footer\">n                        <div class=\"btn-wraper\">n                                                            <a href=\"#\" class=\"elementskit-btn whitespace--normal\">n                                    Read Moren                                    <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>n                                </a>n                                                        </div>n                    </div>n                </div>n                            </div>n            </div>n    </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-496ad98 e-con-full e-flex e-con e-child\" data-eae-slider=\"28787\" data-id=\"496ad98\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntt<div class=\"has_eae_slider elementor-element elementor-element-23f3b05 e-con-full e-flex e-con e-child\" data-eae-slider=\"17136\" data-id=\"23f3b05\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-949303f elementor-widget elementor-widget-elementskit-heading\" data-id=\"949303f\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Offer Services</h2></div></div>tttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-fd3b149 e-con-full e-grid e-con e-child\" data-eae-slider=\"30573\" data-id=\"fd3b149\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-7c08c22 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"7c08c22\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Carpet Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-1a979d3 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"1a979d3\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Bathroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-6f40a01 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"6f40a01\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-road\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                    Floor Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt<div class=\"elementor-element elementor-element-ae5e21b ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"ae5e21b\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">nttttt<div class=\"ekit-wid-con\" >        <!-- link opening -->n                <a href=\"#\" class=\"ekit_global_links\">n                <!-- end link opening -->nn        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \">n                    <div class=\"elementskit-box-header elementor-animation-\">n                <div class=\"elementskit-info-box-icon  \">n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>n                </div>n          </div>n                        <div class=\"box-body\">n                            <h3 class=\"elementskit-info-box-title\">n                     Bedroom Cleaning                </h3>n                                            </div>n        n        n                </div>n                </a>n        </div>tttt</div>ntttt</div>ntttt</div>ntt<div class=\"has_eae_slider elementor-element elementor-element-4198cf0 e-con-full e-flex e-con e-child\" data-eae-slider=\"24964\" data-id=\"4198cf0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-2aa4598 elementor-widget elementor-widget-elementskit-heading\" data-id=\"2aa4598\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">nttttt<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">How can we help you?</h2>tttt<div class=\'ekit-heading__description\'>nttttt<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>ntttt</div>nttt</div></div>tttt</div>ntttt<div class=\"elementor-element elementor-element-fd7b012 elementor-align-left elementor-widget elementor-widget-elementskit-button\" data-id=\"fd7b012\" data-element_type=\"widget\" data-widget_type=\"elementskit-button.default\">nttttt<div class=\"ekit-wid-con\" >tt<div class=\"ekit-btn-wraper\">nttttttt<a href=\"#\" class=\"elementskit-btn  whitespace--normal\" id=\"\">ntttttContact Us<svg class=\"e-font-icon-svg e-fas-envelope\" 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>tttt</a>nttttt</div>n        </div>tttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(10009,1036,'_elementor_css','a:6:{s:4:\"time\";i:1768305435;s:5:\"fonts\";a:5:{i:0;s:4:\"Muli\";i:1;s:4:\"Lato\";i:2;s:5:\"Inter\";i:3;s:6:\"Mulish\";i:4;s:9:\"Open Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(10010,1036,'_elementor_element_cache','{\"timeout\":1768391835,\"value\":{\"content\":\"<div class=\\\"has_eae_slider elementor-element elementor-element-c6e0a1f e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"22094\\\" data-id=\\\"c6e0a1f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8c20e3e elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"8c20e3e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Move-in\\/out Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-fc02096 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"54155\\\" data-id=\\\"fc02096\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-116d18c elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"116d18c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Home<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-5fa0276 elementor-view-default elementor-widget elementor-widget-icon\\\" data-id=\\\"5fa0276\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-chevron-right\\\" 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>\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-952563b elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"952563b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Move-in\\/out Cleaning<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-4d62a95 e-flex e-con-boxed e-con e-parent\\\" data-eae-slider=\\\"7071\\\" data-id=\\\"4d62a95\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-cf37173 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"22909\\\" data-id=\\\"cf37173\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d5b214a elementor-widget elementor-widget-image\\\" data-id=\\\"d5b214a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"768\\\" height=\\\"1024\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp\\\" class=\\\"attachment-large size-large wp-image-15\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-768x1024.webp 768w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-225x300.webp 225w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1152x1536.webp 1152w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2-1536x2048.webp 1536w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/about-scaled-1-1-2.webp 1920w\\\" sizes=\\\"(max-width: 768px) 100vw, 768px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-be32a34 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"be32a34\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why Move-in\\/out Cleaning?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Regular cleaning isn\'t a luxury\\u2014it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-4e35d24 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"4e35d24\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It protects your biggest investment.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It guards your family\\u2019s health.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It gifts you back your time and mental space.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It delivers consistency you can\\u2019t get on your own.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-check-circle\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">It brings a quiet kind of peace.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ebb6ca3 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"ebb6ca3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn\\u2019t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1edb617 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"1edb617\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Other Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-61b1292 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"52605\\\" data-id=\\\"61b1292\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cb7ebd6 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"cb7ebd6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"411\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png\\\" class=\\\"attachment-full size-full wp-image-209\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1.png 411w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img2-1-300x204.png 300w\\\" sizes=\\\"(max-width: 411px) 100vw, 411px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Deep cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Breathe new life into your home with a thorough one-off clean.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-425321d ekit-equal-height-disable elementor-widget elementor-widget-elementskit-image-box\\\" data-id=\\\"425321d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-image-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\n            <div class=\\\"elementskit-info-image-box ekit-image-box text-left simple-card\\\" >\\n\\n                \\n                <div class=\\\"elementskit-box-header image-box-img-left\\\">\\n\\n                    <img width=\\\"410\\\" height=\\\"280\\\" src=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png\\\" class=\\\"attachment-full size-full wp-image-208\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1.png 410w, https:\\/\\/temp.mistercleaner.co.nz\\/wp-content\\/uploads\\/2025\\/12\\/service-img-1-300x205.png 300w\\\" sizes=\\\"(max-width: 410px) 100vw, 410px\\\" \\/>\\n                <\\/div>\\n                \\n                <div class=\\\"elementskit-box-body ekit-image-box-body\\\">\\n                    <div class=\\\"elementskit-box-content ekit-image-box-body-inner\\\">\\n                                                <h3 class=\\\"elementskit-info-box-title\\\">\\n\\n                        Move-in\\/out cleaning\\n                        \\n                    <\\/h3>\\n                                                            <div class=\\\"elementskit-box-style-content\\\">\\n                        Ensure a smooth handover with our detailed cleaning services.                    <\\/div>\\n                                    <\\/div>\\n\\n                                <div class=\\\"elementskit-box-footer\\\">\\n                    <div class=\\\"box-footer\\\">\\n                        <div class=\\\"btn-wraper\\\">\\n                                                            <a href=\\\"#\\\" class=\\\"elementskit-btn whitespace--normal\\\">\\n                                    Read More\\n                                    <svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-arrow-right\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\\\"><\\/path><\\/svg>\\n                                <\\/a>\\n                                                        <\\/div>\\n                    <\\/div>\\n                <\\/div>\\n                            <\\/div>\\n            <\\/div>\\n    <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-496ad98 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"51321\\\" data-id=\\\"496ad98\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-23f3b05 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"55833\\\" data-id=\\\"23f3b05\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-949303f elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"949303f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">Offer Services<\\/h2><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-fd3b149 e-con-full e-grid e-con e-child\\\" data-eae-slider=\\\"57672\\\" data-id=\\\"fd3b149\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7c08c22 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"7c08c22\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-border-all\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Carpet Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a979d3 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"1a979d3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bath\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Bathroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6f40a01 ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"6f40a01\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-road\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                    Floor Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ae5e21b ekit-equal-height-disable elementor-widget elementor-widget-elementskit-icon-box\\\" data-id=\\\"ae5e21b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-icon-box.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >        <!-- link opening -->\\n                <a href=\\\"#\\\" class=\\\"ekit_global_links\\\">\\n                <!-- end link opening -->\\n\\n        <div class=\\\"elementskit-infobox text-center text- icon-top-align elementor-animation-   \\\">\\n                    <div class=\\\"elementskit-box-header elementor-animation-\\\">\\n                <div class=\\\"elementskit-info-box-icon  \\\">\\n                    <svg aria-hidden=\\\"true\\\" class=\\\"elementkit-infobox-icon e-font-icon-svg e-fas-bed\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\\\"><\\/path><\\/svg>\\n                <\\/div>\\n          <\\/div>\\n                        <div class=\\\"box-body\\\">\\n                            <h3 class=\\\"elementskit-info-box-title\\\">\\n                     Bedroom Cleaning                <\\/h3>\\n                                            <\\/div>\\n        \\n        \\n                <\\/div>\\n                <\\/a>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"has_eae_slider elementor-element elementor-element-4198cf0 e-con-full e-flex e-con e-child\\\" data-eae-slider=\\\"11885\\\" data-id=\\\"4198cf0\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2aa4598 elementor-widget elementor-widget-elementskit-heading\\\" data-id=\\\"2aa4598\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-heading.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" ><div class=\\\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\\\"><h2 class=\\\"ekit-heading--title elementskit-section-title \\\">How can we help you?<\\/h2>\\t\\t\\t\\t<div class=\'ekit-heading__description\'>\\n\\t\\t\\t\\t\\t<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!<\\/p>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fd7b012 elementor-align-left elementor-widget elementor-widget-elementskit-button\\\" data-id=\\\"fd7b012\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"elementskit-button.default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"ekit-wid-con\\\" >\\t\\t<div class=\\\"ekit-btn-wraper\\\">\\n\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\" class=\\\"elementskit-btn  whitespace--normal\\\" id=\\\"\\\">\\n\\t\\t\\t\\t\\tContact Us<svg class=\\\"e-font-icon-svg e-fas-envelope\\\" 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>\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t<\\/div>\\n        <\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1046 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_posts` VALUES
(1,1,'2025-12-24 09:56:12','2025-12-24 09:56:12','<!-- 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','','','2025-12-24 09:56:12','2025-12-24 09:56:12','',0,'https://temp.mistercleaner.co.nz/?p=1',0,'post','',1),
(2,1,'2025-12-24 09:56:12','2025-12-24 09:56:12','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://temp.mistercleaner.co.nz/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2025-12-24 09:56:12','2025-12-24 09:56:12','',0,'https://temp.mistercleaner.co.nz/?page_id=2',0,'page','',0),
(3,1,'2025-12-24 09:56:12','2025-12-24 09:56:12','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://temp.mistercleaner.co.nz.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2025-12-24 09:56:12','2025-12-24 09:56:12','',0,'https://temp.mistercleaner.co.nz/?page_id=3',0,'page','',0),
(4,0,'2025-12-24 09:56:12','2025-12-24 09:56:12','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-12-24 09:56:12','2025-12-24 09:56:12','',0,'https://temp.mistercleaner.co.nz/2025/12/24/navigation/',0,'wp_navigation','',0),
(6,1,'2025-12-25 07:09:33','2025-12-25 07:09:33','','Default Kit','','publish','closed','closed','','default-kit','','','2025-12-31 08:08:17','2025-12-31 08:08:17','',0,'https://temp.mistercleaner.co.nz/?p=6',0,'elementor_library','',0),
(8,1,'2025-12-25 07:14:22','2025-12-25 07:14:22','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br />We deliver trusted professional cleaning services in Christchurch for homes and businesses.</p>								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"693\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg-261x300.png 261w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_2d4ff473-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_2d4ff473 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_2d4ff473 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n					<h3>\n						LOCATIONS\n					</h3><h2>Regions We Serve</h2>				\n					<p>Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you’re located.</p>\n										<ul>\n							<li>\n										Addington \n									</li>\n								<li>\n										Aranui \n									</li>\n								<li>\n										Avondale\n									</li>\n								<li>\n										Avonhead \n									</li>\n								<li>\n										Avonside \n									</li>\n								<li>\n										Barrington\n									</li>\n								<li>\n										Beckenham \n									</li>\n								<li>\n										Belfast \n									</li>\n								<li>\n										Bexley \n									</li>\n								<li>\n										Bishopdale\n									</li>\n								<li>\n										 Bromley\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Brookhaven \n									</li>\n								<li>\n										Broomfield \n									</li>\n								<li>\n										Bryndwr \n									</li>\n								<li>\n										Burnside \n									</li>\n								<li>\n										Casebrook \n									</li>\n								<li>\n										Cashmere \n									</li>\n								<li>\n										Chaneys\n									</li>\n								<li>\n										City centre \n									</li>\n								<li>\n										Dallington \n									</li>\n								<li>\n										Edgeware \n									</li>\n								<li>\n										Fendalton \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Ferrymead \n									</li>\n								<li>\n										Halswell\n									</li>\n								<li>\n										Harewood \n									</li>\n								<li>\n										Hei hei \n									</li>\n								<li>\n										Hillmorton \n									</li>\n								<li>\n										Hillsborough\n									</li>\n								<li>\n										Hoon hay\n									</li>\n								<li>\n										Hornby\n									</li>\n								<li>\n										Hyde park \n									</li>\n								<li>\n										Ilam \n									</li>\n								<li>\n										Islington \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Kainga \n									</li>\n								<li>\n										Linwood \n									</li>\n								<li>\n										Mairehau\n									</li>\n								<li>\n										Marshland \n									</li>\n								<li>\n										Merivale \n									</li>\n								<li>\n										Middleton \n									</li>\n								<li>\n										New Brighton \n									</li>\n								<li>\n										Opawa \n									</li>\n								<li>\n										Papanui\n									</li>\n								<li>\n										Parklands \n									</li>\n								<li>\n										Phillipstown\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Queenspark \n									</li>\n								<li>\n										Redwood \n									</li>\n								<li>\n										Riccarton \n									</li>\n								<li>\n										Richmond\n									</li>\n								<li>\n										Russley \n									</li>\n								<li>\n										Shirley \n									</li>\n								<li>\n										Sockburn \n									</li>\n								<li>\n										Somerfield\n									</li>\n								<li>\n										Spreydon \n									</li>\n								<li>\n										St. Albans\n									</li>\n								<li>\n										St. Martins\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Strowan \n									</li>\n								<li>\n										Sumner \n									</li>\n								<li>\n										Sydenham \n									</li>\n								<li>\n										Templeton \n									</li>\n								<li>\n										Upper riccarton\n									</li>\n								<li>\n										Wainoni \n									</li>\n								<li>\n										Waltham \n									</li>\n								<li>\n										Wigram \n									</li>\n								<li>\n										Woolston \n									</li>\n								<li>\n										Yaldhurst\n									</li>\n						</ul>\n							<h3>\n						testimonials\n					</h3><h2>Our Client Feedback</h2>				\n					<p>Real stories from customers who trust our services. Their experiences speak for our dedication and results.</p>\n					[grw id=844]','home','','publish','closed','closed','','home','','','2026-01-07 09:02:51','2026-01-07 09:02:51','',0,'https://temp.mistercleaner.co.nz/?page_id=8',0,'page','',0),
(9,1,'2025-12-25 07:14:13','2025-12-25 07:14:13','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2025-12-25 07:14:13','2025-12-25 07:14:13','',0,'https://temp.mistercleaner.co.nz/2025/12/25/wp-global-styles-astra/',0,'wp_global_styles','',0),
(12,1,'2025-12-25 07:29:12','2025-12-25 07:29:12','','hero-bg','','inherit','open','closed','','hero-bg','','','2025-12-25 07:29:12','2025-12-25 07:29:12','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-bg-1.png',0,'attachment','image/png',0),
(13,1,'2025-12-25 07:29:14','2025-12-25 07:29:14','','hero-thumb','','inherit','open','closed','','hero-thumb','','','2025-12-25 07:29:14','2025-12-25 07:29:14','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1.png',0,'attachment','image/png',0),
(15,1,'2025-12-25 07:31:53','2025-12-25 07:31:53','','about-scaled-1-1-2','','inherit','open','closed','','about-scaled-1-1-2','','','2025-12-25 07:31:53','2025-12-25 07:31:53','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp',0,'attachment','image/webp',0),
(47,1,'2025-12-25 08:03:32','2025-12-25 08:03:32','','feature-icon1','','inherit','open','closed','','feature-icon1','','','2025-12-25 08:03:32','2025-12-25 08:03:32','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png',0,'attachment','image/png',0),
(48,1,'2025-12-25 08:03:32','2025-12-25 08:03:32','','feature-icon2','','inherit','open','closed','','feature-icon2','','','2025-12-25 08:03:32','2025-12-25 08:03:32','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png',0,'attachment','image/png',0),
(49,1,'2025-12-25 08:03:32','2025-12-25 08:03:32','','feature-icon3','','inherit','open','closed','','feature-icon3','','','2025-12-25 08:03:32','2025-12-25 08:03:32','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png',0,'attachment','image/png',0),
(127,1,'2025-12-25 08:33:14','2025-12-25 08:33:14','','about-thumb','','inherit','open','closed','','about-thumb','','','2025-12-25 08:33:14','2025-12-25 08:33:14','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png',0,'attachment','image/png',0),
(168,1,'2025-12-25 13:51:51','2025-12-25 13:51:51','.award-box:hover .hfe-counter-wrapper > h1.hfe-counter-title,\r\n.award-box:hover .hfe-counter-number,\r\n.award-box:hover .hfe-counter-suffix {\r\n    color: white !important;\r\n	\r\n}\r\n\r\n.award-box:hover .elementor-icon svg path {\r\n    fill: white !important;\r\n    stroke: white !important;\r\n}\r\n.award-box {\r\n    position: relative;\r\n    overflow: hidden;\r\n    z-index: 1;\r\n}\r\n\r\n.award-box:before {\r\n    position: absolute;\r\n    content: \"\";\r\n    z-index: -1;\r\n    left: 0;\r\n    height: 0;\r\n    width: 100%;\r\n    bottom: 0;\r\n    border-radius: 10px;\r\n    background: #BE7D28;\r\n    transition: height 0.5s ease;\r\n}\r\n\r\n.award-box:hover:before {\r\n    height: 100%;\r\n}\r\n\r\n\r\n\r\n.marquee-image-wrapper {\r\n    display: flex;\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    animation: scrollHorizontal 30s linear infinite;\r\n}\r\n\r\n.marquee-img {\r\n    position: absolute;\r\n    height: 100%;\r\n    width: auto;\r\n    \r\n    /* Start from left (off-screen) */\r\n    left: -100%; /* Start completely off-screen left */\r\n    \r\n    /* Animation */\r\n    animation: runLeftToRight 10s linear infinite;\r\n}\r\n\r\n/* Animation keyframes \r\n@keyframes runLeftToRight {\r\n   0% {\r\n    -webkit-transform: translateX(0);\r\n    transform: translateX(0);\r\n}\r\n\r\n100% {\r\n    -webkit-transform: translateX(calc(-100% - var(--gap)));\r\n    transform: translateX(calc(-100% - var(--gap)));\r\n}\r\n}*/\r\n\r\n\r\n.div-dance:before {\r\n    position: absolute;\r\n    content: \"\";\r\n    height: 240%;\r\n    width: 75%;\r\n    background-image: url(/wp-content/uploads/2026/01/serviceBGShape4.png);\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n    right: 0;\r\n    transition: .5s;\r\n    z-index: 1;\r\n    top: 0;\r\n    left: 0;\r\n    margin: auto;\r\n    -webkit-animation: dance-shape 3s alternate infinite;\r\n    animation: dance-shape 3s alternate infinite;\r\n}\r\n@keyframes dance-shape {\r\n0% {\r\n    -webkit-transform: scale(0.9);\r\n}\r\n\r\n100% {\r\n    -webkit-transform: scale(1.1);\r\n	}}','home-page','','publish','closed','closed','','home-page','','','2026-01-06 10:11:25','2026-01-06 10:11:25','',0,'https://temp.mistercleaner.co.nz/?post_type=custom-css-js&#038;p=168',0,'custom-css-js','',0),
(178,1,'2025-12-25 14:19:56','2025-12-25 14:19:56','','animation-bar-shape','','inherit','open','closed','','animation-bar-shape','','','2025-12-25 14:19:56','2025-12-25 14:19:56','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1.png',0,'attachment','image/png',0),
(205,1,'2025-12-25 14:33:33','2025-12-25 14:33:33','<h2>What We Offer</h2>					<h1>Innovative Solutions for Modern Education</h1>										<a href=\"https://edutechonlineservices.in/services/\">\n				<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z\"></path></svg>			\n									View All Services\n					</a>\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_7b65b5a4-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_7b65b5a4 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_7b65b5a4 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_7b65b5a4 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_7b65b5a4 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_7b65b5a4 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_7b65b5a4 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_7b65b5a4 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_7b65b5a4 .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_7b65b5a4 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_7b65b5a4 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_7b65b5a4 .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_7b65b5a4 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/software-developemnt-scaled-1-768x1152.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/software-developemnt-scaled-1-768x1152.jpg\" alt=\"software-developemnt-scaled\" width=\"768\" height=\"1152\">\n        </a>              \n          Software Development\n        We specialize in creating robust and scalable software solutions tailored to the educational sector Our development process....      	\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hardware-support-scaled-1-768x1318.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hardware-support-scaled-1-768x1318.jpg\" alt=\"hardware-support-scaled\" width=\"768\" height=\"1318\">\n        </a>              \n          Hardware Solutions\n        From servers to workstations, we provide top-quality hardware that supports your educational technology infrastructure...      	\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/web-services-scaled-1-768x1154.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/web-services-scaled-1-768x1154.jpg\" alt=\"web-services-scaled\" width=\"768\" height=\"1154\">\n        </a>              \n          Web Services\n        Enhance your online presence with our comprehensive web services. We offer website design, development, and maintenance to create a user-friendly ...      	\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/server-maintaince-scaled-1-768x576.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/server-maintaince-scaled-1-768x576.jpg\" alt=\"server-maintaince-scaled\" width=\"768\" height=\"576\">\n        </a>              \n          Server Maintenance\n        Ensure the reliability and performance of your servers with our expert maintenance services. We offer regular updates, ...      	\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/marketing-services-768x547.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/marketing-services-768x547.jpg\" alt=\"marketing-services\" width=\"768\" height=\"547\">\n        </a>              \n          Marketing Services\n        Boost your institution\'s visibility and engagement with our marketing services. We provide strategies and tools for digital marketing,..      	\n        <a href=\"#\" title=\"Show More\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/support-scaled-1-768x512.jpg\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/support-scaled-1-768x512.jpg\" alt=\"support-scaled\" width=\"768\" height=\"512\">\n        </a>              \n          24/7 Support and Training\n        Receive continuous support and comprehensive training to get the most out of our software. Our dedicated team is always ready...      	\n<!-- end Card Carousel -->','card coursel','','publish','closed','closed','','card-coursel','','','2025-12-25 14:33:34','2025-12-25 14:33:34','',0,'https://temp.mistercleaner.co.nz/?elementor_library=card-coursel',0,'elementor_library','',0),
(208,1,'2025-12-25 14:38:08','2025-12-25 14:38:08','','service-img','','inherit','open','closed','','service-img','','','2025-12-25 14:38:08','2025-12-25 14:38:08','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png',0,'attachment','image/png',0),
(209,1,'2025-12-25 14:38:09','2025-12-25 14:38:09','','service-img2','','inherit','open','closed','','service-img2','','','2025-12-25 14:38:09','2025-12-25 14:38:09','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png',0,'attachment','image/png',0),
(210,1,'2025-12-25 14:38:09','2025-12-25 14:38:09','','service-img3','','inherit','open','closed','','service-img3','','','2025-12-25 14:38:09','2025-12-25 14:38:09','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png',0,'attachment','image/png',0),
(254,1,'2025-12-25 15:54:41','2025-12-25 15:54:41','','service-shape-1','','inherit','open','closed','','service-shape-1','','','2025-12-25 15:54:41','2025-12-25 15:54:41','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-shape-1.png',0,'attachment','image/png',0),
(448,1,'2025-12-26 08:34:27','2025-12-26 08:34:27','','commercial','','inherit','open','closed','','commercial','','','2025-12-26 08:34:27','2025-12-26 08:34:27','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp',0,'attachment','image/webp',0),
(449,1,'2025-12-26 08:34:52','2025-12-26 08:34:52','','carpet','','inherit','open','closed','','carpet','','','2025-12-26 08:34:52','2025-12-26 08:34:52','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp',0,'attachment','image/webp',0),
(450,1,'2025-12-26 08:35:18','2025-12-26 08:35:18','','move-in','','inherit','open','closed','','move-in','','','2025-12-26 08:35:18','2025-12-26 08:35:18','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp',0,'attachment','image/webp',0),
(451,1,'2025-12-26 08:35:57','2025-12-26 08:35:57','','window','','inherit','open','closed','','window','','','2025-12-26 08:35:57','2025-12-26 08:35:57','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp',0,'attachment','image/webp',0),
(452,1,'2025-12-26 08:35:58','2025-12-26 08:35:58','','window1','','inherit','open','closed','','window1','','','2025-12-26 08:35:58','2025-12-26 08:35:58','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp',0,'attachment','image/webp',0),
(453,1,'2025-12-26 08:36:21','2025-12-26 08:36:21','','builders','','inherit','open','closed','','builders','','','2025-12-26 08:36:21','2025-12-26 08:36:21','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp',0,'attachment','image/webp',0),
(454,1,'2025-12-26 08:36:45','2025-12-26 08:36:45','','oven','','inherit','open','closed','','oven','','','2025-12-26 08:36:45','2025-12-26 08:36:45','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp',0,'attachment','image/webp',0),
(455,1,'2025-12-26 08:37:07','2025-12-26 08:37:07','','shower','','inherit','open','closed','','shower','','','2025-12-26 08:37:07','2025-12-26 08:37:07','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp',0,'attachment','image/webp',0),
(471,1,'2025-12-26 08:50:07','2025-12-26 08:50:07','','about-thumb3','','inherit','open','closed','','about-thumb3','','','2025-12-26 08:50:07','2025-12-26 08:50:07','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3.png',0,'attachment','image/png',0),
(473,1,'2025-12-26 08:53:17','2025-12-26 08:53:17','','why-choose-us-icon-1','','inherit','open','closed','','why-choose-us-icon-1','','','2025-12-26 08:53:17','2025-12-26 08:53:17','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-1.webp',0,'attachment','image/webp',0),
(474,1,'2025-12-26 08:53:17','2025-12-26 08:53:17','','why-choose-us-icon-2','','inherit','open','closed','','why-choose-us-icon-2','','','2025-12-26 08:53:17','2025-12-26 08:53:17','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-2.webp',0,'attachment','image/webp',0),
(475,1,'2025-12-26 08:53:18','2025-12-26 08:53:18','','why-choose-us-icon-3','','inherit','open','closed','','why-choose-us-icon-3','','','2025-12-26 08:53:18','2025-12-26 08:53:18','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-3.webp',0,'attachment','image/webp',0),
(476,1,'2025-12-26 08:53:18','2025-12-26 08:53:18','','why-choose-us-icon-4','','inherit','open','closed','','why-choose-us-icon-4','','','2025-12-26 08:53:18','2025-12-26 08:53:18','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-4.webp',0,'attachment','image/webp',0),
(477,1,'2025-12-26 08:53:18','2025-12-26 08:53:18','','why-choose-us-icon-5','','inherit','open','closed','','why-choose-us-icon-5','','','2025-12-26 08:53:18','2025-12-26 08:53:18','',8,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-5.webp',0,'attachment','image/webp',0),
(512,1,'2025-12-27 06:55:42','2025-12-27 06:55:42','<ul>\n							<li>\n											<a href=\"http://212695163\">\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.719 32.4c-1.331 0-2.939-0.334-4.708-1.001-3.877-1.462-8.095-4.35-11.877-8.133-3.783-3.783-6.672-8.002-8.135-11.879-1.329-3.525-1.332-6.418-0.008-7.742 0.191-0.191 0.384-0.395 0.584-0.606 1.209-1.271 2.575-2.702 4.385-2.637 1.247 0.052 2.456 0.827 3.694 2.367 3.657 4.549 2.008 6.169 0.1 8.049l-0.337 0.334c-0.312 0.312-0.902 1.758 4.585 7.245 1.791 1.791 3.318 3.102 4.539 3.895 0.768 0.499 2.143 1.255 2.707 0.691l0.339-0.342c1.877-1.904 3.498-3.548 8.043 0.107 1.54 1.238 2.314 2.445 2.366 3.695 0.074 1.809-1.367 3.178-2.639 4.386-0.21 0.2-0.414 0.394-0.605 0.583-0.658 0.659-1.709 0.989-3.034 0.989zM5.832 1.476c-1.286 0-2.448 1.223-3.475 2.304-0.207 0.217-0.407 0.428-0.604 0.625-0.987 0.986-0.887 3.577 0.254 6.602 1.41 3.737 4.212 7.821 7.889 11.498 3.677 3.676 7.758 6.477 11.496 7.886 3.026 1.143 5.616 1.24 6.601 0.255 0.197-0.197 0.408-0.397 0.625-0.603 1.105-1.050 2.359-2.241 2.304-3.562-0.038-0.907-0.699-1.884-1.964-2.901-3.788-3.046-4.847-1.971-6.603-0.189l-0.344 0.348c-0.84 0.841-2.203 0.654-4.055-0.549-1.284-0.835-2.871-2.194-4.713-4.037-4.554-4.553-6.010-7.339-4.585-8.768l0.343-0.339c1.786-1.757 2.863-2.817-0.184-6.606-1.019-1.265-1.994-1.926-2.902-1.964-0.028-0.001-0.056-0.001-0.084-0.001z\"></path></svg>						\n										0221073435,   0220195919\n											</a>\n									</li>\n								<li>\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\"></path></svg>						\n										info@mistercleaner.co.nz\n									</li>\n								<li>\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.6 32c-0.069 0-0.139-0.009-0.208-0.027-0.35-0.094-0.592-0.411-0.592-0.773v-12h-12c-0.362 0-0.679-0.243-0.773-0.593s0.059-0.719 0.372-0.9l30.4-17.6c0.314-0.182 0.71-0.13 0.966 0.127s0.308 0.653 0.127 0.967l-17.6 30.4c-0.146 0.251-0.412 0.399-0.692 0.399zM3.779 17.6h9.822c0.442 0 0.8 0.358 0.8 0.8v9.822l14.605-25.226-25.226 14.605z\"></path></svg>						\n										Christchurch, New Zealand\n									</li>\n						</ul>\n								 <ul>\n														<li>\n					    <a\n						href=\"https://www.facebook.com/mistercleanernz\" target=\"_blank\" aria-label=\"Facebook\" >\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 0.407l-4.15-0.007c-4.662 0-7.675 3.091-7.675 7.875v3.631h-4.172c-0.361 0-0.652 0.292-0.652 0.653v5.261c0 0.361 0.292 0.652 0.652 0.652h4.172v13.275c0 0.361 0.292 0.653 0.652 0.653h5.444c0.361 0 0.652-0.292 0.652-0.652v-13.275h4.878c0.361 0 0.652-0.292 0.652-0.652l0.002-5.261c0-0.173-0.069-0.339-0.191-0.461s-0.289-0.191-0.462-0.191h-4.88v-3.078c0-1.479 0.353-2.23 2.28-2.23l2.795-0.001c0.36 0 0.652-0.292 0.652-0.652v-4.885c0-0.36-0.292-0.652-0.651-0.652z\"></path></svg>\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://www.instagram.com/mistercleanernz/\" target=\"_blank\" aria-label=\"Instagram\" >\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.688 32h22.625c2.585 0 4.688-2.103 4.688-4.688v-22.625c0-2.585-2.103-4.688-4.688-4.688h-22.625c-2.585 0-4.688 2.103-4.688 4.688v22.625c0 2.585 2.103 4.688 4.688 4.688zM1.875 4.688c0-1.551 1.262-2.813 2.813-2.813h22.625c1.551 0 2.813 1.262 2.813 2.813v22.625c0 1.551-1.262 2.813-2.813 2.813h-22.625c-1.551 0-2.813-1.262-2.813-2.813z\"></path><path d=\"M16 24.438c4.652 0 8.438-3.785 8.438-8.438s-3.785-8.438-8.438-8.438-8.438 3.785-8.438 8.438 3.785 8.438 8.438 8.438zM16 9.438c3.619 0 6.563 2.944 6.563 6.563s-2.944 6.563-6.563 6.563-6.563-2.944-6.563-6.563 2.944-6.563 6.563-6.563z\"></path><path d=\"M25.375 9.438c1.551 0 2.813-1.262 2.813-2.813s-1.262-2.813-2.813-2.813-2.813 1.262-2.813 2.813 1.262 2.813 2.813 2.813zM25.375 5.688c0.517 0 0.938 0.421 0.938 0.938s-0.421 0.938-0.938 0.938-0.938-0.421-0.938-0.938 0.421-0.938 0.938-0.938z\"></path></svg>\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n																<a href=\"/\">\n							<img width=\"520\" height=\"178\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2.webp 520w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2-300x103.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />								</a>\n							<nav \n			data-hamburger-icon=\"\" \n			data-hamburger-icon-type=\"icon\" \n			data-responsive-breakpoint=\"1024\">\n			            <button  type=\"button\" aria-label=\"hamburger-icon\">\n                            </button>\n            <ul id=\"menu-main-menu\"><li id=\"menu-item-516\" data-vertical-menu=750px><a href=\"https://temp.mistercleaner.co.nz/\">home</a></li>\n<li id=\"menu-item-536\" data-vertical-menu=750px><a href=\"#\">About Us</a></li>\n<li id=\"menu-item-537\" data-vertical-menu=750px><a href=\"#\">Contact Us</a></li>\n</ul><a href=\"https://temp.mistercleaner.co.nz\" target=\"\" rel=\"\"><img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/placeholder-1.png\" title=\"placeholder.png\" alt=\"placeholder.png\" decoding=\"async\" /></a><button type=\"button\">X</button>			\n			        </nav>','header','','publish','closed','closed','','header','','','2026-01-06 05:45:46','2026-01-06 05:45:46','',0,'https://temp.mistercleaner.co.nz/?elementskit_template=header',0,'elementskit_template','',0),
(514,1,'2025-12-27 06:56:48','2025-12-27 06:56:48','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2025-12-27 06:56:48','2025-12-27 06:56:48','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/placeholder-1.png',0,'attachment','image/png',0),
(515,1,'2025-12-27 06:57:01','2025-12-27 06:57:01','','mr-cleaner-logo-2','','inherit','open','closed','','mr-cleaner-logo-2','','','2025-12-27 06:57:01','2025-12-27 06:57:01','',512,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2.webp',0,'attachment','image/webp',0),
(516,1,'2026-01-13 11:57:11','2025-12-27 06:57:50',' ','','','publish','closed','closed','','516','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=516',1,'nav_menu_item','',0),
(547,1,'2025-12-27 07:10:53','2025-12-27 07:10:53','<a href=\"https://wpmet.com/plugin/elementskit/\">\n							<img width=\"520\" height=\"178\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2.webp 520w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/mr-cleaner-logo-2-300x103.webp 300w\" sizes=\"(max-width: 520px) 100vw, 520px\" />								</a>\n													<p>When you visit the space after cleaning, you may enjoy a moment of joy. We are the only one that can provide you with customised service.</p>		\n								 <ul>\n														<li>\n					    <a\n						href=\"https://www.facebook.com/mistercleanernz\" aria-label=\"Facebook\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg>\n                                                                                                            </a>\n                    </li>\n                    														<li>\n					    <a\n						href=\"https://www.instagram.com/mistercleanernz/\" aria-label=\"Instagram\" >\n							<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>\n                                                                                                            </a>\n                    </li>\n                    							</ul>\n					<h2>Contact Us</h2>							\n				<a href=\"https://www.google.com/maps/place/Christchurch,+New+Zealand/@-43.512142,172.599001,8z/data=!4m6!3m5!1s0x6d322f4863c5ed01:0x500ef8684799945!8m2!3d-43.5320301!4d172.636648!16zL20vMDJ5YzVi?hl=en&#038;entry=ttu&#038;g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" tabindex=\"-1\" aria-label=\"Address\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.66 13.404l-15.168-11.106c-0.293-0.214-0.69-0.214-0.982 0l-15.169 11.106c-0.37 0.271-0.451 0.792-0.18 1.162s0.792 0.451 1.162 0.18l14.677-10.746 14.677 10.746c0.148 0.108 0.32 0.161 0.491 0.161 0.256 0 0.509-0.118 0.671-0.34 0.271-0.37 0.191-0.891-0.18-1.162zM27.64 14.934c-0.459 0-0.831 0.372-0.831 0.831v13.234h-6.651v-7.224c0-2.293-1.865-4.157-4.157-4.157s-4.157 1.865-4.157 4.157v7.224h-6.651v-13.234c0-0.459-0.372-0.831-0.831-0.831s-0.831 0.372-0.831 0.831v14.066c0 0.459 0.372 0.831 0.831 0.831h8.314c0.437 0 0.795-0.338 0.828-0.767 0.002-0.019 0.003-0.041 0.003-0.065v-8.056c0-1.376 1.119-2.495 2.495-2.495s2.495 1.119 2.495 2.495v8.056c0 0.024 0.001 0.045 0.003 0.064 0.033 0.429 0.391 0.767 0.828 0.767h8.314c0.459 0 0.831-0.372 0.831-0.831v-14.066c-0-0.459-0.372-0.832-0.831-0.832z\"></path></svg>				</a>\n									<h3>\n						<a href=\"https://www.google.com/maps/place/Christchurch,+New+Zealand/@-43.512142,172.599001,8z/data=!4m6!3m5!1s0x6d322f4863c5ed01:0x500ef8684799945!8m2!3d-43.5320301!4d172.636648!16zL20vMDJ5YzVi?hl=en&#038;entry=ttu&#038;g_ep=EgoyMDI1MTIwOS4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\" >\n							Address						</a>\n					</h3>\n									<p>\n						Christchurch, New Zealand					</p>\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M25.719 32.4c-1.331 0-2.939-0.334-4.708-1.001-3.877-1.462-8.095-4.35-11.877-8.133-3.783-3.783-6.672-8.002-8.135-11.879-1.329-3.525-1.332-6.418-0.008-7.742 0.191-0.191 0.384-0.395 0.584-0.606 1.209-1.271 2.575-2.702 4.385-2.637 1.247 0.052 2.456 0.827 3.694 2.367 3.657 4.549 2.008 6.169 0.1 8.049l-0.337 0.334c-0.312 0.312-0.902 1.758 4.585 7.245 1.791 1.791 3.318 3.102 4.539 3.895 0.768 0.499 2.143 1.255 2.707 0.691l0.339-0.342c1.877-1.904 3.498-3.548 8.043 0.107 1.54 1.238 2.314 2.445 2.366 3.695 0.074 1.809-1.367 3.178-2.639 4.386-0.21 0.2-0.414 0.394-0.605 0.583-0.658 0.659-1.709 0.989-3.034 0.989zM5.832 1.476c-1.286 0-2.448 1.223-3.475 2.304-0.207 0.217-0.407 0.428-0.604 0.625-0.987 0.986-0.887 3.577 0.254 6.602 1.41 3.737 4.212 7.821 7.889 11.498 3.677 3.676 7.758 6.477 11.496 7.886 3.026 1.143 5.616 1.24 6.601 0.255 0.197-0.197 0.408-0.397 0.625-0.603 1.105-1.050 2.359-2.241 2.304-3.562-0.038-0.907-0.699-1.884-1.964-2.901-3.788-3.046-4.847-1.971-6.603-0.189l-0.344 0.348c-0.84 0.841-2.203 0.654-4.055-0.549-1.284-0.835-2.871-2.194-4.713-4.037-4.554-4.553-6.010-7.339-4.585-8.768l0.343-0.339c1.786-1.757 2.863-2.817-0.184-6.606-1.019-1.265-1.994-1.926-2.902-1.964-0.028-0.001-0.056-0.001-0.084-0.001z\"></path></svg>				\n									<h3>\n							Call Us						\n					</h3>\n									<p>\n						0221073435,\n0220195919					</p>\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\"></path></svg>				\n									<h3>\n							Email						\n					</h3>\n									<p>\n						info@mistercleaner.co.nz					</p>\n							<h2>Quick Links</h2>							<ul>\n							<li>\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>						\n										Home\n									</li>\n								<li>\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>						\n										About Us\n									</li>\n								<li>\n							<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>						\n										Contact Us\n									</li>\n						</ul>\n						<a >\n													</a>\n						<a >\n													</a>\n						<a >\n													</a>\n					<h2>Subscribe Now</h2>							\n			<figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCIsInNsaWRlc2hvdyI6ImEyOWQ0NjMifQ%3D%3D\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAiLCJzbGlkZXNob3ciOiJhMjlkNDYzIn0%3D\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIiwic2xpZGVzaG93IjoiYTI5ZDQ2MyJ9\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure><figure class=\'gallery-item\'>\n				<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a29d463\" data-elementor-lightbox-title=\"about-scaled-1-1-2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTUsInVybCI6Imh0dHBzOlwvXC90ZW1wLm1pc3RlcmNsZWFuZXIuY28ubnpcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzEyXC9hYm91dC1zY2FsZWQtMS0xLTIud2VicCIsInNsaWRlc2hvdyI6ImEyOWQ0NjMifQ%3D%3D\" href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp\'><img width=\"150\" height=\"150\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-150x150.webp\" alt=\"\" decoding=\"async\" /></a>\n			</figure>\n				follow us on <a href=\"https://www.instagram.com/mistercleanernz/\" style=\"color:#FFC804\">@mistercleanernz</a>			<p>©2026.Mr Cleaner. All Rights Reserved.</p>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Privacy Policy\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Blog\n													</a>','footer','','publish','closed','closed','','footer','','','2026-01-02 10:13:41','2026-01-02 10:13:41','',0,'https://temp.mistercleaner.co.nz/?elementskit_template=footer',0,'elementskit_template','',0),
(644,1,'2025-12-29 06:39:48','2025-12-29 06:39:48','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.\nWe deliver trusted professional cleaning services in Christchurch for homes and businesses.\n								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"653\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1-277x300.png 277w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n																			<img width=\"1024\" height=\"15\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1024x15.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1024x15.png 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-300x5.png 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-768x12.png 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1536x23.png 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1.png 1919w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_7c0fa14e-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_7c0fa14e *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_7c0fa14e .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_7c0fa14e .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_7c0fa14e .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_7c0fa14e .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_7c0fa14e .owl-nav .owl-prev,\n#uc_card_carousel_elementor_7c0fa14e .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_7c0fa14e .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_7c0fa14e .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_7c0fa14e .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_7c0fa14e .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_7c0fa14e .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-66483\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n															<img width=\"585\" height=\"644\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3.png 585w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3-273x300.png 273w\" sizes=\"(max-width: 585px) 100vw, 585px\" />																<h4>Your Trusted Cleaning Service Experts in Christchurch\n</h4>					<h3>Why Choose  Mr Cleaner Limited ?</h3>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-1.webp\" alt=\"\" /></figure><h3>Guaranteed Service</h3><p>Enjoy peace of mind with our reliable and professional cleaning services.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-2.webp\" alt=\"\" /></figure><h3>Quick &amp; Efficient Cleaning</h3><p>We value your time and ensure cleaning services are completed promptly.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-3.webp\" alt=\"\" /></figure><h3>Trained Professionals</h3><p>Our cleaners are fully trained to deliver high-quality cleaning every visit.</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-4.webp\" alt=\"\" /></figure><h3>High-End Equipment</h3><p>Advanced tools allow us to clean even hard-to-reach areas effectively.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-5.webp\" alt=\"\" /></figure><h3>Eco-Friendly Products</h3><p>We use clean and green products for a safer and comfortable space.\n</p>','home','','publish','closed','closed','','home','','','2025-12-29 06:39:49','2025-12-29 06:39:49','',0,'https://temp.mistercleaner.co.nz/?elementor_library=home',0,'elementor_library','',0),
(647,1,'2025-12-30 09:13:29','2025-12-30 09:13:29','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.\nWe deliver trusted professional cleaning services in Christchurch for homes and businesses.\n								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"653\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-thumb-1-277x300.png 277w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n																			<img width=\"1024\" height=\"15\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1024x15.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1024x15.png 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-300x5.png 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-768x12.png 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1-1536x23.png 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/animation-bar-shape-1.png 1919w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />																<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_5014ef1c-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_5014ef1c *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_5014ef1c .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_5014ef1c .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_5014ef1c .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_5014ef1c .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_5014ef1c .owl-nav .owl-prev,\n#uc_card_carousel_elementor_5014ef1c .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_5014ef1c .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_5014ef1c .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_5014ef1c .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_5014ef1c .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_5014ef1c .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-84868\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n															<img width=\"585\" height=\"644\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3.png 585w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb3-273x300.png 273w\" sizes=\"(max-width: 585px) 100vw, 585px\" />																<h4>Your Trusted Cleaning Service Experts in Christchurch\n</h4>					<h3>Why Choose  Mr Cleaner Limited ?</h3>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-1.webp\" alt=\"\" /></figure><h3>Guaranteed Service</h3><p>Enjoy peace of mind with our reliable and professional cleaning services.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-2.webp\" alt=\"\" /></figure><h3>Quick &amp; Efficient Cleaning</h3><p>We value your time and ensure cleaning services are completed promptly.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-3.webp\" alt=\"\" /></figure><h3>Trained Professionals</h3><p>Our cleaners are fully trained to deliver high-quality cleaning every visit.</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-4.webp\" alt=\"\" /></figure><h3>High-End Equipment</h3><p>Advanced tools allow us to clean even hard-to-reach areas effectively.\n</p>					<figure><img width=\"256\" height=\"256\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/why-choose-us-icon-5.webp\" alt=\"\" /></figure><h3>Eco-Friendly Products</h3><p>We use clean and green products for a safer and comfortable space.\n</p>','home2','','publish','closed','closed','','home2','','','2025-12-30 09:13:29','2025-12-30 09:13:29','',0,'https://temp.mistercleaner.co.nz/?elementor_library=home2',0,'elementor_library','',0),
(684,1,'2025-12-31 07:12:41','2025-12-31 07:12:41','','hero-bgpattern','','inherit','open','closed','','hero-bgpattern','','','2025-12-31 07:12:41','2025-12-31 07:12:41','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/hero-bgpattern.png',0,'attachment','image/png',0),
(844,1,'2026-01-02 09:58:38','2026-01-02 09:58:38','{\"connections\":[{\"lang\":\"en\",\"props\":{\"default_photo\":\"https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300\"},\"id\":\"ChIJxdtgqUaLkooROfL6xKsW-qk\",\"photo\":\"https://lh3.googleusercontent.com/places/ANXAkqF_BFwMb_80DWYRqDyh7ltlVkOWiWWSitKwweX8eASo8QoPO40VSFqbNLcXgbjqNg0tXDz4nzwG6DYXfat8LO_0U0PQ0nGMIA=s4800-w300-h300\",\"name\":\"Mr. Cleaner\",\"refresh\":true,\"local_img\":true,\"platform\":\"google\"}],\"options\":{\"view_mode\":\"slider\",\"pagination\":\"\",\"text_size\":\"\",\"header_center\":false,\"header_hide_photo\":false,\"header_hide_name\":false,\"hide_based_on\":false,\"hide_writereview\":false,\"short_last_name\":false,\"min_letter\":false,\"media\":true,\"reply\":true,\"header_hide_social\":false,\"hide_reviews\":false,\"slider_speed\":\"\",\"slider_text_height\":\"\",\"slider_autoplay\":true,\"slider_mousestop\":true,\"slider_hide_prevnext\":false,\"slider_hide_dots\":false,\"slider_breakpoints\":\"\",\"null\":\"off\",\"\":\"3\",\"--star-color\":\"#fb8e28\",\"--head-name-color\":\"#333333\",\"--head-based-color\":\"#555555\",\"--powered-color\":\"#777777\",\"--btn-color\":\"#1f67e7\",\"--rev-color\":\"#fafafa\",\"--name-color\":\"#154fc1\",\"--text-color\":\"#222222\",\"dark_theme\":false,\"hide_backgnd\":false,\"show_round\":true,\"show_shadow\":false,\"style_vars\":\"\",\"lazy_load_img\":true,\"google_def_rev_link\":false,\"open_link\":true,\"nofollow_link\":true,\"aria_label\":false,\"reviewer_avatar_size\":\"56\",\"cache\":\"12\",\"reviews_limit\":\"\",\"hidden\":\"\"}}','Mr. Cleaner','','publish','closed','closed','','mr-cleaner','','','2026-01-02 09:58:38','2026-01-02 09:58:38','',0,'https://temp.mistercleaner.co.nz/grw_feed/mr-cleaner/',0,'grw_feed','',0),
(859,1,'2026-01-06 06:58:04','2026-01-06 06:58:04','','heroImg','','inherit','open','closed','','heroimg','','','2026-01-06 06:58:04','2026-01-06 06:58:04','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png',0,'attachment','image/png',0),
(866,1,'2026-01-06 10:11:37','2026-01-06 10:11:37','','serviceBGShape4','','inherit','open','closed','','servicebgshape4','','','2026-01-06 10:11:37','2026-01-06 10:11:37','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/serviceBGShape4.png',0,'attachment','image/png',0),
(867,1,'2026-01-07 09:02:50','2026-01-07 09:02:50','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br />We deliver trusted professional cleaning services in Christchurch for homes and businesses.</p>								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"693\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg-261x300.png 261w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_2d4ff473-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_2d4ff473 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_2d4ff473 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n					<h3>\n						LOCATIONS\n					</h3><h2>Regions We Serve</h2>				\n					<p>Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you’re located.</p>\n										<ul>\n							<li>\n										Addington \n									</li>\n								<li>\n										Aranui \n									</li>\n								<li>\n										Avondale\n									</li>\n								<li>\n										Avonhead \n									</li>\n								<li>\n										Avonside \n									</li>\n								<li>\n										Barrington\n									</li>\n								<li>\n										Beckenham \n									</li>\n								<li>\n										Belfast \n									</li>\n								<li>\n										Bexley \n									</li>\n								<li>\n										Bishopdale\n									</li>\n								<li>\n										 Bromley\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Brookhaven \n									</li>\n								<li>\n										Broomfield \n									</li>\n								<li>\n										Bryndwr \n									</li>\n								<li>\n										Burnside \n									</li>\n								<li>\n										Casebrook \n									</li>\n								<li>\n										Cashmere \n									</li>\n								<li>\n										Chaneys\n									</li>\n								<li>\n										City centre \n									</li>\n								<li>\n										Dallington \n									</li>\n								<li>\n										Edgeware \n									</li>\n								<li>\n										Fendalton \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Ferrymead \n									</li>\n								<li>\n										Halswell\n									</li>\n								<li>\n										Harewood \n									</li>\n								<li>\n										Hei hei \n									</li>\n								<li>\n										Hillmorton \n									</li>\n								<li>\n										Hillsborough\n									</li>\n								<li>\n										Hoon hay\n									</li>\n								<li>\n										Hornby\n									</li>\n								<li>\n										Hyde park \n									</li>\n								<li>\n										Ilam \n									</li>\n								<li>\n										Islington \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Kainga \n									</li>\n								<li>\n										Linwood \n									</li>\n								<li>\n										Mairehau\n									</li>\n								<li>\n										Marshland \n									</li>\n								<li>\n										Merivale \n									</li>\n								<li>\n										Middleton \n									</li>\n								<li>\n										New Brighton \n									</li>\n								<li>\n										Opawa \n									</li>\n								<li>\n										Papanui\n									</li>\n								<li>\n										Parklands \n									</li>\n								<li>\n										Phillipstown\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Queenspark \n									</li>\n								<li>\n										Redwood \n									</li>\n								<li>\n										Riccarton \n									</li>\n								<li>\n										Richmond\n									</li>\n								<li>\n										Russley \n									</li>\n								<li>\n										Shirley \n									</li>\n								<li>\n										Sockburn \n									</li>\n								<li>\n										Somerfield\n									</li>\n								<li>\n										Spreydon \n									</li>\n								<li>\n										St. Albans\n									</li>\n								<li>\n										St. Martins\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Strowan \n									</li>\n								<li>\n										Sumner \n									</li>\n								<li>\n										Sydenham \n									</li>\n								<li>\n										Templeton \n									</li>\n								<li>\n										Upper riccarton\n									</li>\n								<li>\n										Wainoni \n									</li>\n								<li>\n										Waltham \n									</li>\n								<li>\n										Wigram \n									</li>\n								<li>\n										Woolston \n									</li>\n								<li>\n										Yaldhurst\n									</li>\n						</ul>\n							<h3>\n						testimonials\n					</h3><h2>Our Client Feedback</h2>				\n					<p>Real stories from customers who trust our services. Their experiences speak for our dedication and results.</p>\n					[grw id=844]','home','','inherit','closed','closed','','8-revision-v1','','','2026-01-07 09:02:50','2026-01-07 09:02:50','',8,'https://temp.mistercleaner.co.nz/?p=867',0,'revision','',0),
(868,1,'2026-01-07 09:02:50','2026-01-07 09:02:50','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br />We deliver trusted professional cleaning services in Christchurch for homes and businesses.</p>								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"693\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg-261x300.png 261w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_2d4ff473-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_2d4ff473 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_2d4ff473 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-30850\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n					<h3>\n						LOCATIONS\n					</h3><h2>Regions We Serve</h2>				\n					<p>Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you’re located.</p>\n										<ul>\n							<li>\n										Addington \n									</li>\n								<li>\n										Aranui \n									</li>\n								<li>\n										Avondale\n									</li>\n								<li>\n										Avonhead \n									</li>\n								<li>\n										Avonside \n									</li>\n								<li>\n										Barrington\n									</li>\n								<li>\n										Beckenham \n									</li>\n								<li>\n										Belfast \n									</li>\n								<li>\n										Bexley \n									</li>\n								<li>\n										Bishopdale\n									</li>\n								<li>\n										 Bromley\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Brookhaven \n									</li>\n								<li>\n										Broomfield \n									</li>\n								<li>\n										Bryndwr \n									</li>\n								<li>\n										Burnside \n									</li>\n								<li>\n										Casebrook \n									</li>\n								<li>\n										Cashmere \n									</li>\n								<li>\n										Chaneys\n									</li>\n								<li>\n										City centre \n									</li>\n								<li>\n										Dallington \n									</li>\n								<li>\n										Edgeware \n									</li>\n								<li>\n										Fendalton \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Ferrymead \n									</li>\n								<li>\n										Halswell\n									</li>\n								<li>\n										Harewood \n									</li>\n								<li>\n										Hei hei \n									</li>\n								<li>\n										Hillmorton \n									</li>\n								<li>\n										Hillsborough\n									</li>\n								<li>\n										Hoon hay\n									</li>\n								<li>\n										Hornby\n									</li>\n								<li>\n										Hyde park \n									</li>\n								<li>\n										Ilam \n									</li>\n								<li>\n										Islington \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Kainga \n									</li>\n								<li>\n										Linwood \n									</li>\n								<li>\n										Mairehau\n									</li>\n								<li>\n										Marshland \n									</li>\n								<li>\n										Merivale \n									</li>\n								<li>\n										Middleton \n									</li>\n								<li>\n										New Brighton \n									</li>\n								<li>\n										Opawa \n									</li>\n								<li>\n										Papanui\n									</li>\n								<li>\n										Parklands \n									</li>\n								<li>\n										Phillipstown\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Queenspark \n									</li>\n								<li>\n										Redwood \n									</li>\n								<li>\n										Riccarton \n									</li>\n								<li>\n										Richmond\n									</li>\n								<li>\n										Russley \n									</li>\n								<li>\n										Shirley \n									</li>\n								<li>\n										Sockburn \n									</li>\n								<li>\n										Somerfield\n									</li>\n								<li>\n										Spreydon \n									</li>\n								<li>\n										St. Albans\n									</li>\n								<li>\n										St. Martins\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Strowan \n									</li>\n								<li>\n										Sumner \n									</li>\n								<li>\n										Sydenham \n									</li>\n								<li>\n										Templeton \n									</li>\n								<li>\n										Upper riccarton\n									</li>\n								<li>\n										Wainoni \n									</li>\n								<li>\n										Waltham \n									</li>\n								<li>\n										Wigram \n									</li>\n								<li>\n										Woolston \n									</li>\n								<li>\n										Yaldhurst\n									</li>\n						</ul>\n							<h3>\n						testimonials\n					</h3><h2>Our Client Feedback</h2>				\n					<p>Real stories from customers who trust our services. Their experiences speak for our dedication and results.</p>\n					[grw id=844]','home','','inherit','closed','closed','','8-revision-v1','','','2026-01-07 09:02:50','2026-01-07 09:02:50','',8,'https://temp.mistercleaner.co.nz/?p=868',0,'revision','',0),
(869,1,'2026-01-07 09:02:51','2026-01-07 09:02:51','<h4>Get Professional Cleaning Services Whenever You Need Them</h4>					<h1>High-Quality Service</h1>					<h1> Guaranteed</h1>					<h2>Professional Cleaning Service Provider in Christchurch\n</h2>		<p>Great cleaning, reliable service, and a beautifully clean space at a cost-effective price.<br />We deliver trusted professional cleaning services in Christchurch for homes and businesses.</p>								<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Get a Free Quote\n					</a>\n														<a href=\"tel:0221073435\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Call Us Now\n					</a>\n																			<img width=\"604\" height=\"693\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg.png 604w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/heroImg-261x300.png 261w\" sizes=\"(max-width: 604px) 100vw, 604px\" />																        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"64\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon1.png\" alt=\"\" />                \n                            <h3>\n                    House Cleaning                </h3>\n                        		  	<p>Refresh your living space with meticulous cleaning for a healthier, happier home.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"60\" height=\"60\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon2-1.png\" alt=\"\" />                \n                            <h3>\n                    Window Cleaning                </h3>\n                        		  	<p>Achieve crystal-clear views and enhance natural light with streak-free shine.</p>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <img width=\"56\" height=\"56\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/feature-icon3-1.png\" alt=\"\" />                \n                            <h3>\n                    Office Cleaning                </h3>\n                        		  	<p>Boost productivity and professionalism with a spotless, sanitized work environment.</p>\n        					<h2>Get A Free Appoinment </h2>				\n					<p>Get a fast, free quote tailored to your cleaning needs. Just select your service and preferred time.</p>\n							<a href=\"https://app.taskly.co.nz/w/mr-cleaner-ltd/quote\" target=\"_blank\" id=\"\">\n					Request A Quote				</a>\n        															<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>OUR SERVICES</h4>					<h4>Fair-Priced Cleaning Packages That Fit Your Budget</h4>				\n<!-- start Card Carousel -->\n		<link id=\'font-awesome-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-all.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'font-awesome-4-shim-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/font-awesome6/fontawesome-v4-shims.min.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'owl-carousel-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/plugins/unlimited-elements-for-elementor/assets_libraries/owl-carousel-new/assets/owl.carousel.css\' type=\'text/css\' rel=\'stylesheet\' >\n		<link id=\'uc_ac_assets_file_animate_css_77907-css\' href=\'https://temp.mistercleaner.co.nz/wp-content/uploads/ac_assets/uc_classic_carousel/animate.css\' type=\'text/css\' rel=\'stylesheet\' >\n<style>/* widget: Card Carousel */\n#uc_card_carousel_elementor_2d4ff473-wrapper{\n  min-height:1px;\n}\n#uc_card_carousel_elementor_2d4ff473 *{\n	-webkit-box-sizing: border-box;\n	-moz-box-sizing: border-box;\n	box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-carousel-item{\n  overflow:hidden;\n  transition:0.3s;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder{\n	display:block;\n	position:relative;\n	width:100%;\n    box-sizing: border-box;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder{\n   position:relative;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_placeholder img, #uc_card_carousel_elementor_2d4ff473 .ue_card_carousel_image_overlay{\n  transition: all 300ms;\n}\n.card_carousel_title{\n	font-size:21px;\n}\n.uc_classic_carousel .uc_classic_carousel_border{\n	display:block;\n    margin:0 auto;\n}\n.uc_classic_carousel  .uc_classic_carousel_placeholder img{\n	width:100%;    \n    display:block;\n}\n.uc_classic_carousel .uc_classic_carousel_content{\n  display: flex;\n  flex-flow: column nowrap;\n}\n.uc_classic_carousel .ue_button{\n  margin-top:auto;\n}\n.uc_classic_carousel .uc_classic_carousel_content .uc_more_btn {\n	display:inline-block;\n	text-decoration:none;\n	transition: all 0.5s ease;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dots {\n  overflow:hidden;\n  text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-dot {\n  border-radius:50%;\n  display:inline-block;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-prev,\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .owl-next{\n    position:absolute;\n    display:flex;\n  	justify-content: center;\n  	align-items: center;\n    text-align:center;\n}\n#uc_card_carousel_elementor_2d4ff473 .owl-nav .disabled{\n    display: none;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon{\n  line-height:1em;\n  display:inline-flex;\n  justify-content:center;\n  align-items:center;  \n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon svg{\n  height:1em;\n  width:1em;\n}\n#uc_card_carousel_elementor_2d4ff473 .ue-item-icon-wrapper{\n  display:flex;\n}\n#uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n}\n@media screen and (max-width: 1024px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n	 max-width: ;\n  }\n}\n@media screen and (max-width: 767px) {\n  #uc_card_carousel_elementor_2d4ff473 .uc_classic_carousel_container_holder {\n    max-width: ;\n  }\n}\n</style>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"service-img\" width=\"410\" height=\"280\">\n        </a>              \n          Residential Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"service-img2\" width=\"411\" height=\"280\">\n        </a>              \n          Building Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n        <a href=\"#\" title=\"Get Services\" >          <img src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\"  src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img3-1.png\" alt=\"service-img3\" width=\"411\" height=\"280\">\n        </a>              \n          Commercial Cleaning\n        <p>  Carpet Cleaning<br>\n Bathroom Cleaning<br>\n Floor Cleaning<br>\n Bedroom Cleaning\n<br>\n</p>      	\n          <a href=\"#\" title=\"Get Services\" >Get Services</a>\n<!-- end Card Carousel -->				\n					<h3>\n						OUR GALLERY \n					</h3><h2>Our Completed Cleaning Projects</h2>				\n					<p>Explore our professional cleaning work across residential and commercial spaces in Christchurch.</p>\n									<a href=\"#\" data-filter=\"*\" data-filter-name=\"all\">All</a>\n								<a href=\"#\" data-filter-name=\"commercial\" data-filter=\".commercial\">Commercial</a><a href=\"#\" data-filter-name=\"carpet\" data-filter=\".carpet\">Carpet</a><a href=\"#\" data-filter-name=\"move-in-move-out\" data-filter=\".move-in-move-out\">Move-In / Move-Out</a><a href=\"#\" data-filter-name=\"window\" data-filter=\".window\">Window</a><a href=\"#\" data-filter-name=\"builders\" data-filter=\".builders\">Builders</a><a href=\"#\" data-filter-name=\"oven-deep-\" data-filter=\".oven-deep-\">Oven Deep </a><a href=\"#\" data-filter-name=\"hard-water-marks-shower-treatment\" data-filter=\".hard-water-marks-shower-treatment\">Hard Water Marks Shower Treatment</a>			\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"commercial\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ4LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/commercial.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"carpet\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDQ5LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY2FycGV0LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/carpet.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"move-in\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUwLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvbW92ZS1pbi53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/move-in.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"window\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUxLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93LndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"window1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUyLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvd2luZG93MS53ZWJwIn0%3D\">\n																						<img width=\"169\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-169x300.webp 169w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-576x1024.webp 576w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-768x1365.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1-864x1536.webp 864w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/window1.webp 900w\" sizes=\"(max-width: 169px) 100vw, 169px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"builders\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDUzLCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYnVpbGRlcnMud2VicCJ9\">\n																						<img width=\"300\" height=\"225\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-300x225.webp 300w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1024x768.webp 1024w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-768x576.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders-1536x1152.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/builders.webp 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"oven\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU0LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvb3Zlbi53ZWJwIn0%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/oven.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n									<a href=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"eae-fg-gallery-25770\" data-elementor-lightbox-title=\"shower\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1LCJ1cmwiOiJodHRwczpcL1wvdGVtcC5taXN0ZXJjbGVhbmVyLmNvLm56XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvc2hvd2VyLndlYnAifQ%3D%3D\">\n																						<img width=\"225\" height=\"300\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp\" alt=\"\" decoding=\"async\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/shower.webp 1200w\" sizes=\"(max-width: 225px) 100vw, 225px\" />																					\n																<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256.5 216.8L343.2 326s-16.6 102.4-76.6 150.1C206.7 523.8 0 510.2 0 510.2s3.8-23.1 11-55.4l94.6-112.2c4-4.7-.9-11.6-6.6-9.5l-60.4 22.1c14.4-41.7 32.7-80 54.6-97.5 59.9-47.8 163.3-40.9 163.3-40.9zm238 135c-44 0-79.8 35.8-79.8 79.9 0 44.1 35.7 79.9 79.8 79.9 44.1 0 79.8-35.8 79.8-79.9 0-44.2-35.8-79.9-79.8-79.9zM636.5 31L616.7 6c-5.5-6.9-15.5-8-22.4-2.6L361.8 181.3l-34.1-43c-5.1-6.4-15.1-5.2-18.6 2.2l-25.3 54.6 86.7 109.2 58.8-12.4c8-1.7 11.4-11.2 6.3-17.6l-34.1-42.9L634 53.5c6.9-5.5 8-15.6 2.5-22.5z\"></path></svg>															\n																			</a>\n					<h3>\n						LOCATIONS\n					</h3><h2>Regions We Serve</h2>				\n					<p>Serving customers in trusted locations with care and expertise. Your needs matter, no matter where you’re located.</p>\n										<ul>\n							<li>\n										Addington \n									</li>\n								<li>\n										Aranui \n									</li>\n								<li>\n										Avondale\n									</li>\n								<li>\n										Avonhead \n									</li>\n								<li>\n										Avonside \n									</li>\n								<li>\n										Barrington\n									</li>\n								<li>\n										Beckenham \n									</li>\n								<li>\n										Belfast \n									</li>\n								<li>\n										Bexley \n									</li>\n								<li>\n										Bishopdale\n									</li>\n								<li>\n										 Bromley\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Brookhaven \n									</li>\n								<li>\n										Broomfield \n									</li>\n								<li>\n										Bryndwr \n									</li>\n								<li>\n										Burnside \n									</li>\n								<li>\n										Casebrook \n									</li>\n								<li>\n										Cashmere \n									</li>\n								<li>\n										Chaneys\n									</li>\n								<li>\n										City centre \n									</li>\n								<li>\n										Dallington \n									</li>\n								<li>\n										Edgeware \n									</li>\n								<li>\n										Fendalton \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Ferrymead \n									</li>\n								<li>\n										Halswell\n									</li>\n								<li>\n										Harewood \n									</li>\n								<li>\n										Hei hei \n									</li>\n								<li>\n										Hillmorton \n									</li>\n								<li>\n										Hillsborough\n									</li>\n								<li>\n										Hoon hay\n									</li>\n								<li>\n										Hornby\n									</li>\n								<li>\n										Hyde park \n									</li>\n								<li>\n										Ilam \n									</li>\n								<li>\n										Islington \n									</li>\n						</ul>\n									<ul>\n							<li>\n										Kainga \n									</li>\n								<li>\n										Linwood \n									</li>\n								<li>\n										Mairehau\n									</li>\n								<li>\n										Marshland \n									</li>\n								<li>\n										Merivale \n									</li>\n								<li>\n										Middleton \n									</li>\n								<li>\n										New Brighton \n									</li>\n								<li>\n										Opawa \n									</li>\n								<li>\n										Papanui\n									</li>\n								<li>\n										Parklands \n									</li>\n								<li>\n										Phillipstown\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Queenspark \n									</li>\n								<li>\n										Redwood \n									</li>\n								<li>\n										Riccarton \n									</li>\n								<li>\n										Richmond\n									</li>\n								<li>\n										Russley \n									</li>\n								<li>\n										Shirley \n									</li>\n								<li>\n										Sockburn \n									</li>\n								<li>\n										Somerfield\n									</li>\n								<li>\n										Spreydon \n									</li>\n								<li>\n										St. Albans\n									</li>\n								<li>\n										St. Martins\n									</li>\n						</ul>\n									<ul>\n							<li>\n										Strowan \n									</li>\n								<li>\n										Sumner \n									</li>\n								<li>\n										Sydenham \n									</li>\n								<li>\n										Templeton \n									</li>\n								<li>\n										Upper riccarton\n									</li>\n								<li>\n										Wainoni \n									</li>\n								<li>\n										Waltham \n									</li>\n								<li>\n										Wigram \n									</li>\n								<li>\n										Woolston \n									</li>\n								<li>\n										Yaldhurst\n									</li>\n						</ul>\n							<h3>\n						testimonials\n					</h3><h2>Our Client Feedback</h2>				\n					<p>Real stories from customers who trust our services. Their experiences speak for our dedication and results.</p>\n					[grw id=844]','home','','inherit','closed','closed','','8-revision-v1','','','2026-01-07 09:02:51','2026-01-07 09:02:51','',8,'https://temp.mistercleaner.co.nz/?p=869',0,'revision','',0),
(870,1,'2026-01-10 07:45:30','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2026-01-10 07:45:30','0000-00-00 00:00:00','',0,'https://temp.mistercleaner.co.nz/?p=870',0,'post','',0),
(871,1,'2026-01-10 07:45:52','2026-01-10 07:45:52','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','publish','closed','closed','','about-us','','','2026-01-10 10:14:42','2026-01-10 10:14:42','',0,'https://temp.mistercleaner.co.nz/?page_id=871',0,'page','',0),
(872,1,'2026-01-10 07:45:52','2026-01-10 07:45:52','','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 07:45:52','2026-01-10 07:45:52','',871,'https://temp.mistercleaner.co.nz/?p=872',0,'revision','',0),
(873,1,'2026-01-10 07:52:30','2026-01-10 07:52:30','','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 07:52:30','2026-01-10 07:52:30','',871,'https://temp.mistercleaner.co.nz/?p=873',0,'revision','',0),
(874,1,'2026-01-10 07:52:30','2026-01-10 07:52:30','','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 07:52:30','2026-01-10 07:52:30','',871,'https://temp.mistercleaner.co.nz/?p=874',0,'revision','',0),
(875,1,'2026-01-10 07:52:30','2026-01-10 07:52:30','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 07:52:30','2026-01-10 07:52:30','',871,'https://temp.mistercleaner.co.nz/?p=875',0,'revision','',0),
(877,1,'2026-01-10 08:04:23','2026-01-10 08:04:23','.wrk .icn,.wrk2 .icn,.wrk3 .icn {\r\n    border-radius: 20px;\r\n    filter: drop-shadow(0px 30px 50px rgba(152, 178, 240, 0.5));\r\n    height: 110px;\r\n    width: 110px;\r\n    margin: auto;\r\n    line-height: 140px;\r\n    position: relative;\r\n    z-index: 1;\r\n    transition: 0.5s;\r\n}\r\n\r\n.wrk2::before,.wrk3::before {\r\n    position: absolute;\r\n    content: \"\";\r\n    margin: 0;\r\n    padding: 0;\r\n    background-image: url(https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/work-place.png);\r\n    background-repeat: no-repeat;\r\n    background-position: center center;\r\n    background-size: cover;\r\n    top: 19px;\r\n    right: -40%;\r\n    z-index: 1;\r\n    height: 32px;\r\n    width: 306px;\r\n	left:-160px;\r\n}\r\n\r\n/* Style for the border divider*/\r\n.wrk .elementskit-border-divider.elementskit-style-long {\r\n    width: 80px; /* Starting width */\r\n    height: 3px;\r\n    background-color: #00614A;\r\n    margin: 15px auto;\r\n    transition: all 0.6s ease;\r\n    opacity: 0.8;\r\n    position: relative;\r\n    overflow: hidden;\r\n} \r\n\r\n \r\n/* Hover effects */\r\n.wrk3:hover .elementskit-border-divider.elementskit-style-long,\r\n.wrk2:hover .elementskit-border-divider.elementskit-style-long,\r\n.wrk:hover .elementskit-border-divider.elementskit-style-long {\r\n    width: 270px !important; /* Final width */\r\n    background-color: #00614A; /* Gradient border */\r\n    height: 3px;\r\n    opacity: 1;\r\n    transition: all 0.6s ease;\r\n}\r\n \r\n\r\n/* Optional: Add animation to the heading text too */\r\n.wrk:hover h2.ekit-heading--title,\r\n.wrk2:hover h2.ekit-heading--title,\r\n.wrk3:hover h2.ekit-heading--title\r\n{\r\n    transform: translateY(-5px);\r\n    transition: transform 0.3s ease;\r\n    color: #BE7D28; /* Optional: Change text color */\r\n	\r\n} \r\n.wrk:hover .elementor-icon,\r\n.wrk2:hover .elementor-icon,\r\n.wrk3:hover .elementor-icon{\r\n    background-color: #BE7D28 !important;\r\n}\r\n\r\n.wrk:hover .elementor-icon svg,\r\n.wrk2:hover .elementor-icon svg,\r\n.wrk3:hover .elementor-icon svg{\r\n    fill: #ffffff !important;\r\n    stroke: #ffffff !important;\r\n}\r\n\r\n.wrk:hover .elementor-icon svg path,\r\n.wrk2:hover .elementor-icon svg path,\r\n.wrk3:hover .elementor-icon svg path{\r\n    fill: #ffffff !important;\r\n    stroke: #ffffff !important;\r\n}\r\n ','about us','','publish','closed','closed','','about-us','','','2026-01-10 10:12:54','2026-01-10 10:12:54','',0,'https://temp.mistercleaner.co.nz/?post_type=custom-css-js&#038;p=877',0,'custom-css-js','',0),
(878,1,'2026-01-10 08:05:18','2026-01-10 08:05:18','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:18','2026-01-10 08:05:18','',871,'https://temp.mistercleaner.co.nz/?p=878',0,'revision','',0),
(879,1,'2026-01-10 08:05:18','2026-01-10 08:05:18','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:18','2026-01-10 08:05:18','',871,'https://temp.mistercleaner.co.nz/?p=879',0,'revision','',0),
(880,1,'2026-01-10 08:05:18','2026-01-10 08:05:18','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:18','2026-01-10 08:05:18','',871,'https://temp.mistercleaner.co.nz/?p=880',0,'revision','',0),
(881,1,'2026-01-10 08:05:36','2026-01-10 08:05:36','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:36','2026-01-10 08:05:36','',871,'https://temp.mistercleaner.co.nz/?p=881',0,'revision','',0),
(882,1,'2026-01-10 08:05:36','2026-01-10 08:05:36','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:36','2026-01-10 08:05:36','',871,'https://temp.mistercleaner.co.nz/?p=882',0,'revision','',0),
(883,1,'2026-01-10 08:05:36','2026-01-10 08:05:36','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:05:36','2026-01-10 08:05:36','',871,'https://temp.mistercleaner.co.nz/?p=883',0,'revision','',0),
(884,1,'2026-01-10 08:10:50','2026-01-10 08:10:50','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:10:50','2026-01-10 08:10:50','',871,'https://temp.mistercleaner.co.nz/?p=884',0,'revision','',0),
(885,1,'2026-01-10 08:10:50','2026-01-10 08:10:50','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Grow your report</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:10:50','2026-01-10 08:10:50','',871,'https://temp.mistercleaner.co.nz/?p=885',0,'revision','',0),
(886,1,'2026-01-10 08:10:50','2026-01-10 08:10:50','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:10:50','2026-01-10 08:10:50','',871,'https://temp.mistercleaner.co.nz/?p=886',0,'revision','',0),
(888,1,'2026-01-10 08:17:17','2026-01-10 08:17:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:17:17','2026-01-10 08:17:17','',871,'https://temp.mistercleaner.co.nz/?p=888',0,'revision','',0),
(889,1,'2026-01-10 08:17:17','2026-01-10 08:17:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:17:17','2026-01-10 08:17:17','',871,'https://temp.mistercleaner.co.nz/?p=889',0,'revision','',0),
(890,1,'2026-01-10 08:17:17','2026-01-10 08:17:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:17:17','2026-01-10 08:17:17','',871,'https://temp.mistercleaner.co.nz/?p=890',0,'revision','',0),
(892,1,'2026-01-10 08:26:17','2026-01-10 08:26:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:26:17','2026-01-10 08:26:17','',871,'https://temp.mistercleaner.co.nz/?p=892',0,'revision','',0),
(893,1,'2026-01-10 08:26:17','2026-01-10 08:26:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:26:17','2026-01-10 08:26:17','',871,'https://temp.mistercleaner.co.nz/?p=893',0,'revision','',0),
(894,1,'2026-01-10 08:26:17','2026-01-10 08:26:17','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		<p>We’re just a click away—reach out anytime, anywhere.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:26:17','2026-01-10 08:26:17','',871,'https://temp.mistercleaner.co.nz/?p=894',0,'revision','',0),
(895,1,'2026-01-10 08:27:38','2026-01-10 08:27:38','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		<p>We’re just a click away—reach out anytime, anywhere.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:27:38','2026-01-10 08:27:38','',871,'https://temp.mistercleaner.co.nz/?p=895',0,'revision','',0),
(896,1,'2026-01-10 08:27:38','2026-01-10 08:27:38','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		<p>We’re just a click away—reach out anytime, anywhere.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:27:38','2026-01-10 08:27:38','',871,'https://temp.mistercleaner.co.nz/?p=896',0,'revision','',0),
(897,1,'2026-01-10 08:27:38','2026-01-10 08:27:38','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:27:38','2026-01-10 08:27:38','',871,'https://temp.mistercleaner.co.nz/?p=897',0,'revision','',0),
(898,1,'2026-01-10 08:28:12','2026-01-10 08:28:12','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:28:12','2026-01-10 08:28:12','',871,'https://temp.mistercleaner.co.nz/?p=898',0,'revision','',0),
(899,1,'2026-01-10 08:28:12','2026-01-10 08:28:12','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:28:12','2026-01-10 08:28:12','',871,'https://temp.mistercleaner.co.nz/?p=899',0,'revision','',0),
(900,1,'2026-01-10 08:28:12','2026-01-10 08:28:12','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:28:12','2026-01-10 08:28:12','',871,'https://temp.mistercleaner.co.nz/?p=900',0,'revision','',0),
(901,1,'2026-01-10 08:29:48','2026-01-10 08:29:48','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:29:48','2026-01-10 08:29:48','',871,'https://temp.mistercleaner.co.nz/?p=901',0,'revision','',0),
(902,1,'2026-01-10 08:29:48','2026-01-10 08:29:48','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:29:48','2026-01-10 08:29:48','',871,'https://temp.mistercleaner.co.nz/?p=902',0,'revision','',0),
(903,1,'2026-01-10 08:29:48','2026-01-10 08:29:48','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:29:48','2026-01-10 08:29:48','',871,'https://temp.mistercleaner.co.nz/?p=903',0,'revision','',0),
(904,1,'2026-01-10 08:31:16','2026-01-10 08:31:16','','work-place','','inherit','open','closed','','work-place','','','2026-01-10 08:31:16','2026-01-10 08:31:16','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/work-place.png',0,'attachment','image/png',0),
(905,1,'2026-01-10 08:32:13','2026-01-10 08:32:13','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:32:13','2026-01-10 08:32:13','',871,'https://temp.mistercleaner.co.nz/?p=905',0,'revision','',0),
(906,1,'2026-01-10 08:32:13','2026-01-10 08:32:13','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:32:13','2026-01-10 08:32:13','',871,'https://temp.mistercleaner.co.nz/?p=906',0,'revision','',0),
(907,1,'2026-01-10 08:32:13','2026-01-10 08:32:13','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:32:13','2026-01-10 08:32:13','',871,'https://temp.mistercleaner.co.nz/?p=907',0,'revision','',0),
(908,1,'2026-01-10 08:34:01','2026-01-10 08:34:01','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:34:01','2026-01-10 08:34:01','',871,'https://temp.mistercleaner.co.nz/?p=908',0,'revision','',0),
(909,1,'2026-01-10 08:34:01','2026-01-10 08:34:01','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:34:01','2026-01-10 08:34:01','',871,'https://temp.mistercleaner.co.nz/?p=909',0,'revision','',0),
(910,1,'2026-01-10 08:34:01','2026-01-10 08:34:01','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 08:34:01','2026-01-10 08:34:01','',871,'https://temp.mistercleaner.co.nz/?p=910',0,'revision','',0),
(911,1,'2026-01-10 09:51:05','2026-01-10 09:51:05','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:05','2026-01-10 09:51:05','',871,'https://temp.mistercleaner.co.nz/?p=911',0,'revision','',0),
(912,1,'2026-01-10 09:51:05','2026-01-10 09:51:05','<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>\n									<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:05','2026-01-10 09:51:05','',871,'https://temp.mistercleaner.co.nz/?p=912',0,'revision','',0),
(913,1,'2026-01-10 09:51:05','2026-01-10 09:51:05','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:05','2026-01-10 09:51:05','',871,'https://temp.mistercleaner.co.nz/?p=913',0,'revision','',0),
(914,1,'2026-01-10 09:51:58','2026-01-10 09:51:58','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:58','2026-01-10 09:51:58','',871,'https://temp.mistercleaner.co.nz/?p=914',0,'revision','',0),
(915,1,'2026-01-10 09:51:58','2026-01-10 09:51:58','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:58','2026-01-10 09:51:58','',871,'https://temp.mistercleaner.co.nz/?p=915',0,'revision','',0),
(916,1,'2026-01-10 09:51:58','2026-01-10 09:51:58','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:51:58','2026-01-10 09:51:58','',871,'https://temp.mistercleaner.co.nz/?p=916',0,'revision','',0),
(917,1,'2026-01-10 09:54:47','2026-01-10 09:54:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:54:47','2026-01-10 09:54:47','',871,'https://temp.mistercleaner.co.nz/?p=917',0,'revision','',0),
(918,1,'2026-01-10 09:54:47','2026-01-10 09:54:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:54:47','2026-01-10 09:54:47','',871,'https://temp.mistercleaner.co.nz/?p=918',0,'revision','',0),
(919,1,'2026-01-10 09:54:47','2026-01-10 09:54:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:54:47','2026-01-10 09:54:47','',871,'https://temp.mistercleaner.co.nz/?p=919',0,'revision','',0),
(920,1,'2026-01-10 09:56:30','2026-01-10 09:56:30','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:30','2026-01-10 09:56:30','',871,'https://temp.mistercleaner.co.nz/?p=920',0,'revision','',0),
(921,1,'2026-01-10 09:56:30','2026-01-10 09:56:30','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:30','2026-01-10 09:56:30','',871,'https://temp.mistercleaner.co.nz/?p=921',0,'revision','',0),
(922,1,'2026-01-10 09:56:30','2026-01-10 09:56:30','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:30','2026-01-10 09:56:30','',871,'https://temp.mistercleaner.co.nz/?p=922',0,'revision','',0),
(923,1,'2026-01-10 09:56:47','2026-01-10 09:56:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:47','2026-01-10 09:56:47','',871,'https://temp.mistercleaner.co.nz/?p=923',0,'revision','',0),
(924,1,'2026-01-10 09:56:47','2026-01-10 09:56:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:47','2026-01-10 09:56:47','',871,'https://temp.mistercleaner.co.nz/?p=924',0,'revision','',0),
(925,1,'2026-01-10 09:56:47','2026-01-10 09:56:47','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:56:47','2026-01-10 09:56:47','',871,'https://temp.mistercleaner.co.nz/?p=925',0,'revision','',0),
(926,1,'2026-01-10 09:57:11','2026-01-10 09:57:11','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:11','2026-01-10 09:57:11','',871,'https://temp.mistercleaner.co.nz/?p=926',0,'revision','',0),
(927,1,'2026-01-10 09:57:11','2026-01-10 09:57:11','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:11','2026-01-10 09:57:11','',871,'https://temp.mistercleaner.co.nz/?p=927',0,'revision','',0),
(928,1,'2026-01-10 09:57:11','2026-01-10 09:57:11','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:11','2026-01-10 09:57:11','',871,'https://temp.mistercleaner.co.nz/?p=928',0,'revision','',0),
(929,1,'2026-01-10 09:57:18','2026-01-10 09:57:18','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:18','2026-01-10 09:57:18','',871,'https://temp.mistercleaner.co.nz/?p=929',0,'revision','',0),
(930,1,'2026-01-10 09:57:18','2026-01-10 09:57:18','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:18','2026-01-10 09:57:18','',871,'https://temp.mistercleaner.co.nz/?p=930',0,'revision','',0),
(931,1,'2026-01-10 09:57:18','2026-01-10 09:57:18','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 09:57:18','2026-01-10 09:57:18','',871,'https://temp.mistercleaner.co.nz/?p=931',0,'revision','',0),
(932,1,'2026-01-10 10:11:51','2026-01-10 10:11:51','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:11:51','2026-01-10 10:11:51','',871,'https://temp.mistercleaner.co.nz/?p=932',0,'revision','',0),
(933,1,'2026-01-10 10:11:51','2026-01-10 10:11:51','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:11:51','2026-01-10 10:11:51','',871,'https://temp.mistercleaner.co.nz/?p=933',0,'revision','',0),
(934,1,'2026-01-10 10:11:51','2026-01-10 10:11:51','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:11:51','2026-01-10 10:11:51','',871,'https://temp.mistercleaner.co.nz/?p=934',0,'revision','',0),
(936,1,'2026-01-13 11:57:11','2026-01-10 10:14:04',' ','','','publish','closed','closed','','936','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=936',2,'nav_menu_item','',0),
(937,1,'2026-01-10 10:14:42','2026-01-10 10:14:42','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:14:42','2026-01-10 10:14:42','',871,'https://temp.mistercleaner.co.nz/?p=937',0,'revision','',0),
(938,1,'2026-01-10 10:14:42','2026-01-10 10:14:42','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:14:42','2026-01-10 10:14:42','',871,'https://temp.mistercleaner.co.nz/?p=938',0,'revision','',0),
(939,1,'2026-01-10 10:14:42','2026-01-10 10:14:42','<h4>WORKING PROCESS</h4>					<h3>Easy Steps to Get It Done</h3>		A clear and simple breakdown of our process, designed to make things easy from start to finish.					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.671 11.296c-0.345 0-0.625 0.28-0.625 0.625s0.28 0.625 0.625 0.625c0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path><path d=\"M23.183 18.764c-0.117-0.117-0.276-0.183-0.442-0.183-0.006 0.001-0.247-0.012-0.442 0.183l-0.442 0.442-1.436-1.436c3.169-4.442 2.687-10.57-1.216-14.472-4.396-4.396-11.512-4.397-15.908 0s-4.397 11.512 0 15.908c3.893 3.893 10.018 4.393 14.472 1.216l1.436 1.436-0.442 0.442c-0.244 0.244-0.244 0.64 0 0.884l7.901 7.901c1.221 1.222 3.197 1.222 4.418 0 1.222-1.221 1.222-3.197 0-4.418zM20.089 20.973l-1.338-1.338c0.156-0.139 0.308-0.282 0.455-0.43s0.29-0.299 0.43-0.454l1.338 1.338zM4.181 18.322c-3.908-3.907-3.908-10.233 0-14.141s10.233-3.908 14.141 0c3.899 3.899 3.919 10.222 0 14.141-3.963 3.963-10.286 3.855-14.141 0zM22.741 20.089l1.767 1.768-2.651 2.651-1.768-1.767zM30.2 30.2c-0.732 0.733-1.918 0.733-2.651 0l-4.808-4.808 2.651-2.651 4.808 4.809c0.733 0.732 0.734 1.917-0 2.651z\"></path><path d=\"M17.438 5.065c-3.418-3.418-8.955-3.42-12.374-0-3.411 3.411-3.411 8.962 0 12.374 3.42 3.419 8.953 3.42 12.373 0 3.411-3.412 3.412-8.962 0-12.373zM16.554 16.554c-2.931 2.931-7.674 2.932-10.606 0-2.923-2.924-2.923-7.682 0-10.606 2.929-2.929 7.676-2.93 10.606 0.001 2.924 2.924 2.924 7.681-0 10.605z\"></path><path d=\"M11.251 5.003c-1.67 0-3.24 0.65-4.419 1.83-0.684 0.684-1.187 1.491-1.495 2.401-0.111 0.327 0.064 0.682 0.391 0.792s0.682-0.065 0.793-0.391c0.246-0.726 0.649-1.372 1.196-1.919 0.943-0.944 2.199-1.463 3.535-1.463 0.345 0 0.625-0.28 0.625-0.625s-0.28-0.625-0.625-0.625z\"></path></svg>			\n							<h2>Find Us  Online</h2>		We’re just a click away—reach out anytime, anywhere.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M106.66,170.64l.09,0,49.55-20.65a7.32,7.32,0,0,0,3.68-6h0a7.29,7.29,0,0,0-3.68-6l-49.57-20.67-.07,0L86,67.68a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L3.7,138A7.29,7.29,0,0,0,0,144H0a7.32,7.32,0,0,0,3.68,6L53.27,170.6l.07,0L74,220.26a6.65,6.65,0,0,0,11.92,0l20.69-49.62ZM471.38,467.41l-1-.42-1-.5a38.67,38.67,0,0,1,0-69.14l1-.49,1-.43,37.49-15.63,15.63-37.48.41-1,.47-.95c3.85-7.74,10.58-13.63,18.35-17.34,0-1.33.25-2.69.27-4V144a32,32,0,0,0-64,0v72a8,8,0,0,1-8,8H456a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H360a8,8,0,0,1-8-8V32a32,32,0,0,0-64,0V216a8,8,0,0,1-8,8H264a8,8,0,0,1-8-8V64a32,32,0,0,0-64,0v241l-23.59-32.49a40,40,0,0,0-64.71,47.09L229.3,492.21A48.07,48.07,0,0,0,268.09,512H465.7c19.24,0,35.65-11.73,43.24-28.79l-.07-.17ZM349.79,339.52,320,351.93l-12.42,29.78a4,4,0,0,1-7.15,0L288,351.93l-29.79-12.41a4,4,0,0,1,0-7.16L288,319.94l12.42-29.78a4,4,0,0,1,7.15,0L320,319.94l29.79,12.42a4,4,0,0,1,0,7.16ZM640,431.91a7.28,7.28,0,0,0-3.68-6l-49.57-20.67-.07,0L566,355.63a6.66,6.66,0,0,0-11.92,0l-20.7,49.63-.05,0L483.7,426a7.28,7.28,0,0,0-3.68,6h0a7.29,7.29,0,0,0,3.68,5.95l49.57,20.67.07,0L554,508.21a6.65,6.65,0,0,0,11.92,0l20.69-49.62h0l.09,0,49.55-20.66a7.29,7.29,0,0,0,3.68-5.95h0Z\"></path></svg>			\n							<h2>Choose Services</h2>		Browse our service options and find the right fit for you.					\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"></path></svg>			\n							<h2>Book Appoinment </h2>		Schedule a session at a time that works best for you.													<img width=\"609\" height=\"614\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1.png 609w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-298x300.png 298w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-thumb-1-150x150.png 150w\" sizes=\"(max-width: 609px) 100vw, 609px\" />																<h4>Christchurch’s Trusted Cleaning Company</h4>					<h3>Reclaim Your Time with Professional </h3>					<h3>Cleaning in Christchurch</h3>		<p>Feeling overwhelmed by everyday cleaning? Don’t spend your valuable time scrubbing floors or dusting shelves.<br />At <strong>Mr Cleaner Limited</strong>, we provide <strong>reliable cleaning services in Christchurch</strong> designed to keep your home or workplace fresh, clean, and organised.<br />Our experienced and insured team is committed to creating clean and comfortable environments. We use eco-friendly products whenever possible and customise our services to suit your specific needs.</p>					\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.040 3.44c-0.56-0.64-1.28-0.96-2.080-0.96h-4.16v-1.36c0-0.64-0.48-1.12-1.12-1.12h-6.72c-0.24 0-0.48 0.24-0.48 0.48s0.24 0.48 0.48 0.48h6.72c0.080 0 0.16 0.080 0.16 0.16 0 1.040 0 2.16 0 2.56h-16c0-0.96 0-1.68 0-2.56 0-0.080 0.080-0.16 0.16-0.16h6.72c0.24 0 0.48-0.24 0.48-0.48s-0.16-0.48-0.4-0.48c-7.2 0-6.8 0-6.88 0-0.56 0.080-0.96 0.56-0.96 1.12v1.36h-4.16c-0.8 0-1.6 0.32-2.080 0.96-0.56 0.56-0.8 1.36-0.72 2.16 0.32 2.56 1.36 4.88 3.040 6.88 1.6 1.92 3.76 3.28 6.080 4 0.96 1.44 2.48 3.040 4.080 3.84v5.76l-1.92 2.88h-1.12c-0.8 0-1.52 0.64-1.52 1.52 0 0.8 0.64 1.52 1.52 1.52h11.44c0.8 0 1.52-0.64 1.52-1.52s-0.72-1.44-1.52-1.44h-1.12l-1.92-2.88v-1.040c0-0.24-0.24-0.48-0.48-0.48s-0.48 0.16-0.48 0.48v1.2c0 0.16-0.080 0 1.76 2.72h-6.96c1.76-2.72 1.76-2.56 1.76-2.72v-5.6c1.12 0.32 2.32 0.32 3.52 0v2.24c0 0.24 0.24 0.48 0.48 0.48s0.48-0.24 0.48-0.48v-2.56c1.52-0.72 3.12-2.4 4.080-3.84 2.32-0.72 4.48-2.16 6.080-4 1.68-2 2.72-4.32 3.040-6.88 0-0.88-0.24-1.68-0.8-2.24zM21.6 29.92c0.32 0 0.56 0.24 0.56 0.56s-0.24 0.56-0.56 0.56h-11.44c-0.32 0-0.56-0.24-0.56-0.56s0.24-0.56 0.56-0.56c0.24 0 11.2 0 11.44 0zM24.8 5.52h3.84c-0.4 2.72-1.92 5.2-4.24 6.8 0.56-1.92 0.4-2.96 0.4-6.8zM6.96 5.52v3.68c0 1.040 0.16 2.080 0.4 3.12-2.24-1.6-3.84-4.080-4.24-6.8h3.84zM0.96 5.52c-0.16-1.12 0.72-2.080 1.84-2.080h4.16c0 0.64 0 0.8 0 1.12h-4.16c-0.4 0-0.72 0.4-0.72 0.8 0.4 3.52 2.56 6.56 5.6 8.32 0.16 0.56 0.4 1.12 0.72 1.6-4-1.68-6.88-5.36-7.44-9.76zM19.2 18.8c-2 1.6-4.8 1.52-6.72 0-2.88-2.24-4.64-5.76-4.64-9.6v-4.56h16c0 0.16 0 4.24 0 4.56 0.080 3.6-1.6 7.2-4.64 9.6zM30.8 5.52c-0.56 4.4-3.44 8.080-7.44 9.76 0.24-0.56 0.48-1.12 0.72-1.6 3.040-1.68 5.2-4.8 5.6-8.24 0-0.24 0-0.4-0.16-0.56s-0.32-0.24-0.56-0.24h-4.16c0-0.72 0-0.48 0-1.12h4.080c0.56 0 1.040 0.24 1.36 0.64v0c0.48 0.32 0.64 0.8 0.56 1.36zM19.2 9.68l-2-0.32-0.88-1.76c-0.080-0.16-0.32-0.32-0.48-0.32-0.24 0-0.4 0.16-0.48 0.32l-0.88 1.76-2 0.32c-0.24 0-0.4 0.16-0.48 0.4s0 0.4 0.16 0.56l1.44 1.36-0.32 2c0 0.24 0.080 0.4 0.24 0.56s0.4 0.16 0.56 0.080l1.76-0.96c1.92 1.040 1.84 0.96 2 0.96 0.32 0 0.64-0.32 0.56-0.64l-0.32-2 1.44-1.36c0.16-0.16 0.24-0.4 0.16-0.56s-0.24-0.32-0.48-0.4zM17.36 11.52c-0.16 0.16-0.16 0.32-0.16 0.48l0.24 1.44-1.28-0.64c-0.080-0.080-0.16-0.080-0.24-0.080s-0.16 0-0.24 0.080l-1.28 0.64 0.24-1.44c0-0.16 0-0.4-0.16-0.48l-1.040-1.040 1.44-0.24c0.16 0 0.32-0.16 0.4-0.32l0.64-1.28 0.64 1.28c0.080 0.16 0.24 0.32 0.4 0.32l1.44 0.24-1.040 1.040z\"></path></svg>			\n			<h1>Years Experience</h1>			\n				0\n				+\n										<a href=\"#\">\n				<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"></path></svg>			\n									Contact Us\n					</a>','About Us','','inherit','closed','closed','','871-revision-v1','','','2026-01-10 10:14:42','2026-01-10 10:14:42','',871,'https://temp.mistercleaner.co.nz/?p=939',0,'revision','',0),
(940,1,'2026-01-13 08:44:41','2026-01-13 08:44:41','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','publish','closed','closed','','contact-us','','','2026-01-13 09:30:36','2026-01-13 09:30:36','',0,'https://temp.mistercleaner.co.nz/?page_id=940',0,'page','',0),
(941,1,'2026-01-13 08:44:41','2026-01-13 08:44:41','','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 08:44:41','2026-01-13 08:44:41','',940,'https://temp.mistercleaner.co.nz/?p=941',0,'revision','',0),
(942,1,'2026-01-13 08:53:24','2026-01-13 08:53:24','','subscribe-bg.jpg','','inherit','open','closed','','subscribe-bg-jpg','','','2026-01-13 08:53:24','2026-01-13 08:53:24','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/subscribe-bg.jpg',0,'attachment','image/jpeg',0),
(943,1,'2026-01-13 08:53:41','2026-01-13 08:53:41','','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 08:53:41','2026-01-13 08:53:41','',940,'https://temp.mistercleaner.co.nz/?p=943',0,'revision','',0),
(944,1,'2026-01-13 08:53:41','2026-01-13 08:53:41','','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 08:53:41','2026-01-13 08:53:41','',940,'https://temp.mistercleaner.co.nz/?p=944',0,'revision','',0),
(945,1,'2026-01-13 08:53:41','2026-01-13 08:53:41','<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Contact</h2>							<ul>\n							<li>\n											<a href=\"https://wpmet.com/plugin/elementskit/corporate/\">\n											Home \n											</a>\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\n									</li>\n						</ul>\n																	<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																										<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Need any help with projects?</h2>				\n					<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.</p>\n								        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.793 19.463l-14.127-15.614c-0.439-0.485-1.031-0.753-1.667-0.753-0 0 0 0 0 0-0.636 0-1.228 0.267-1.667 0.753l-14.127 15.614c-0.296 0.328-0.271 0.834 0.056 1.13 0.153 0.139 0.345 0.207 0.536 0.207 0.218 0 0.436-0.089 0.594-0.263l3.407-3.765v12.829c0 1.323 1.077 2.4 2.4 2.4h17.6c1.323 0 2.4-1.077 2.4-2.4v-12.829l3.407 3.765c0.296 0.328 0.802 0.353 1.13 0.056s0.353-0.802 0.056-1.13zM19.2 30.4h-6.4v-7.2c0-0.441 0.359-0.8 0.8-0.8h4.8c0.441 0 0.8 0.359 0.8 0.8v7.2zM25.6 29.6c0 0.441-0.359 0.8-0.8 0.8h-4v-7.2c0-1.323-1.077-2.4-2.4-2.4h-4.8c-1.323 0-2.4 1.077-2.4 2.4v7.2h-4c-0.441 0-0.8-0.359-0.8-0.8v-14.597l9.12-10.080c0.132-0.146 0.303-0.226 0.48-0.226s0.348 0.080 0.48 0.226l9.12 10.080v14.597z\"></path></svg>\n                            <h3>\n                    Level 1, 121 King Street Melbourne, 3000, Australia                 </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\"></path></svg>\n                            <h3>\n                    mail@example.com                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28.631 14.235c-1.665 0-4.684-0.6-5.625-1.541-0.577-0.577-0.714-1.301-0.824-1.883-0.136-0.717-0.217-0.93-0.532-1.065-1.444-0.62-3.514-0.976-5.681-0.976-2.144 0-4.193 0.35-5.619 0.959-0.311 0.133-0.391 0.345-0.523 1.061-0.108 0.584-0.243 1.31-0.82 1.887-0.525 0.525-1.624 0.886-2.454 1.096-1.069 0.271-2.214 0.426-3.141 0.426-1.062 0-1.78-0.202-2.196-0.617-0.626-0.626-1.025-1.481-1.095-2.348-0.059-0.73 0.081-1.812 1.088-2.819 1.635-1.635 3.834-2.91 6.537-3.789 2.486-0.809 5.315-1.236 8.183-1.236 2.887 0 5.74 0.433 8.25 1.251 2.728 0.89 4.948 2.178 6.599 3.828 1.68 1.68 1.264 3.909 0.020 5.154-0.412 0.412-1.12 0.612-2.167 0.612zM15.968 7.169c2.411 0 4.653 0.393 6.313 1.106 1.141 0.49 1.332 1.5 1.472 2.237 0.084 0.441 0.156 0.821 0.384 1.050 0.404 0.404 2.73 1.073 4.494 1.073 0.77 0 1.012-0.132 1.044-0.151 0.495-0.502 1.117-1.738-0.028-2.883-2.887-2.887-8.015-4.611-13.718-4.611-5.655 0-10.735 1.703-13.588 4.557-0.461 0.461-0.671 0.985-0.625 1.558 0.039 0.483 0.272 0.983 0.625 1.338 0.030 0.019 0.276 0.156 1.072 0.156 1.758 0 4.066-0.658 4.463-1.054 0.226-0.226 0.296-0.606 0.378-1.047 0.137-0.739 0.325-1.752 1.468-2.24 1.642-0.702 3.861-1.088 6.248-1.088zM26.4 28.8h-20.8c-1.073 0-2.064-0.422-2.789-1.189s-1.092-1.779-1.032-2.851c0.007-0.123 0.188-3.041 2.032-5.983 1.091-1.74 2.537-3.128 4.298-4.123 2.177-1.23 4.832-1.854 7.891-1.854s5.714 0.624 7.891 1.854c1.761 0.996 3.207 2.383 4.298 4.123 1.844 2.942 2.025 5.86 2.032 5.983 0.059 1.072-0.307 2.084-1.032 2.851s-1.716 1.189-2.789 1.189zM16 14.4c-4.987 0-8.621 1.74-10.799 5.173-1.648 2.596-1.823 5.251-1.825 5.278-0.035 0.627 0.177 1.217 0.597 1.661s0.998 0.688 1.627 0.688h20.8c0.629 0 1.207-0.244 1.627-0.688s0.632-1.034 0.597-1.662c-0.001-0.025-0.177-2.68-1.825-5.276-2.179-3.433-5.812-5.173-10.799-5.173zM16 25.6c-2.647 0-4.8-2.153-4.8-4.8s2.153-4.8 4.8-4.8 4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8zM16 17.6c-1.764 0-3.2 1.436-3.2 3.2s1.435 3.2 3.2 3.2c1.764 0 3.2-1.436 3.2-3.2s-1.436-3.2-3.2-3.2z\"></path></svg>\n                            <h3>\n                    989 245 (1478) 98                </h3>\n                </a>\n        					<h2>Need any help with the projects?</h2>							\n							<a href=\"#\" id=\"\">\n					Send Email				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 08:53:41','2026-01-13 08:53:41','',940,'https://temp.mistercleaner.co.nz/?p=945',0,'revision','',0),
(947,1,'2026-01-13 08:57:35','2026-01-13 08:57:35','','contact-banner-1.jpg','','inherit','open','closed','','contact-banner-1-jpg','','','2026-01-13 08:57:35','2026-01-13 08:57:35','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/contact-banner-1.jpg',0,'attachment','image/jpeg',0),
(948,1,'2026-01-13 08:57:35','2026-01-13 08:57:35','','placeholder.png','','inherit','open','closed','','placeholder-png-2','','','2026-01-13 08:57:35','2026-01-13 08:57:35','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/placeholder.png',0,'attachment','image/png',0),
(949,1,'2026-01-13 08:57:37','2026-01-13 08:57:37','','ready-to-contact-1.jpg','','inherit','open','closed','','ready-to-contact-1-jpg','','','2026-01-13 08:57:37','2026-01-13 08:57:37','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/ready-to-contact-1.jpg',0,'attachment','image/jpeg',0),
(950,1,'2026-01-13 09:02:59','2026-01-13 09:02:59','<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Contact</h2>							<ul>\n							<li>\n											<a href=\"https://wpmet.com/plugin/elementskit/corporate/\">\n											Home \n											</a>\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\n									</li>\n						</ul>\n																	<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																										<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Need any help with projects?</h2>				\n					<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.</p>\n								        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.793 19.463l-14.127-15.614c-0.439-0.485-1.031-0.753-1.667-0.753-0 0 0 0 0 0-0.636 0-1.228 0.267-1.667 0.753l-14.127 15.614c-0.296 0.328-0.271 0.834 0.056 1.13 0.153 0.139 0.345 0.207 0.536 0.207 0.218 0 0.436-0.089 0.594-0.263l3.407-3.765v12.829c0 1.323 1.077 2.4 2.4 2.4h17.6c1.323 0 2.4-1.077 2.4-2.4v-12.829l3.407 3.765c0.296 0.328 0.802 0.353 1.13 0.056s0.353-0.802 0.056-1.13zM19.2 30.4h-6.4v-7.2c0-0.441 0.359-0.8 0.8-0.8h4.8c0.441 0 0.8 0.359 0.8 0.8v7.2zM25.6 29.6c0 0.441-0.359 0.8-0.8 0.8h-4v-7.2c0-1.323-1.077-2.4-2.4-2.4h-4.8c-1.323 0-2.4 1.077-2.4 2.4v7.2h-4c-0.441 0-0.8-0.359-0.8-0.8v-14.597l9.12-10.080c0.132-0.146 0.303-0.226 0.48-0.226s0.348 0.080 0.48 0.226l9.12 10.080v14.597z\"></path></svg>\n                            <h3>\n                    Level 1, 121 King Street Melbourne, 3000, Australia                 </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\"></path></svg>\n                            <h3>\n                    mail@example.com                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28.631 14.235c-1.665 0-4.684-0.6-5.625-1.541-0.577-0.577-0.714-1.301-0.824-1.883-0.136-0.717-0.217-0.93-0.532-1.065-1.444-0.62-3.514-0.976-5.681-0.976-2.144 0-4.193 0.35-5.619 0.959-0.311 0.133-0.391 0.345-0.523 1.061-0.108 0.584-0.243 1.31-0.82 1.887-0.525 0.525-1.624 0.886-2.454 1.096-1.069 0.271-2.214 0.426-3.141 0.426-1.062 0-1.78-0.202-2.196-0.617-0.626-0.626-1.025-1.481-1.095-2.348-0.059-0.73 0.081-1.812 1.088-2.819 1.635-1.635 3.834-2.91 6.537-3.789 2.486-0.809 5.315-1.236 8.183-1.236 2.887 0 5.74 0.433 8.25 1.251 2.728 0.89 4.948 2.178 6.599 3.828 1.68 1.68 1.264 3.909 0.020 5.154-0.412 0.412-1.12 0.612-2.167 0.612zM15.968 7.169c2.411 0 4.653 0.393 6.313 1.106 1.141 0.49 1.332 1.5 1.472 2.237 0.084 0.441 0.156 0.821 0.384 1.050 0.404 0.404 2.73 1.073 4.494 1.073 0.77 0 1.012-0.132 1.044-0.151 0.495-0.502 1.117-1.738-0.028-2.883-2.887-2.887-8.015-4.611-13.718-4.611-5.655 0-10.735 1.703-13.588 4.557-0.461 0.461-0.671 0.985-0.625 1.558 0.039 0.483 0.272 0.983 0.625 1.338 0.030 0.019 0.276 0.156 1.072 0.156 1.758 0 4.066-0.658 4.463-1.054 0.226-0.226 0.296-0.606 0.378-1.047 0.137-0.739 0.325-1.752 1.468-2.24 1.642-0.702 3.861-1.088 6.248-1.088zM26.4 28.8h-20.8c-1.073 0-2.064-0.422-2.789-1.189s-1.092-1.779-1.032-2.851c0.007-0.123 0.188-3.041 2.032-5.983 1.091-1.74 2.537-3.128 4.298-4.123 2.177-1.23 4.832-1.854 7.891-1.854s5.714 0.624 7.891 1.854c1.761 0.996 3.207 2.383 4.298 4.123 1.844 2.942 2.025 5.86 2.032 5.983 0.059 1.072-0.307 2.084-1.032 2.851s-1.716 1.189-2.789 1.189zM16 14.4c-4.987 0-8.621 1.74-10.799 5.173-1.648 2.596-1.823 5.251-1.825 5.278-0.035 0.627 0.177 1.217 0.597 1.661s0.998 0.688 1.627 0.688h20.8c0.629 0 1.207-0.244 1.627-0.688s0.632-1.034 0.597-1.662c-0.001-0.025-0.177-2.68-1.825-5.276-2.179-3.433-5.812-5.173-10.799-5.173zM16 25.6c-2.647 0-4.8-2.153-4.8-4.8s2.153-4.8 4.8-4.8 4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8zM16 17.6c-1.764 0-3.2 1.436-3.2 3.2s1.435 3.2 3.2 3.2c1.764 0 3.2-1.436 3.2-3.2s-1.436-3.2-3.2-3.2z\"></path></svg>\n                            <h3>\n                    989 245 (1478) 98                </h3>\n                </a>\n        					<h2>Need any help with the projects?</h2>							\n							<a href=\"#\" id=\"\">\n					Send Email				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:02:59','2026-01-13 09:02:59','',940,'https://temp.mistercleaner.co.nz/?p=950',0,'revision','',0),
(951,1,'2026-01-13 09:02:59','2026-01-13 09:02:59','<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Contact</h2>							<ul>\n							<li>\n											<a href=\"https://wpmet.com/plugin/elementskit/corporate/\">\n											Home \n											</a>\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\n									</li>\n						</ul>\n																	<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																										<img src=\"https://temp.mistercleaner.co.nz/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" />																<h2>Need any help with projects?</h2>				\n					<p>A multifaceted professional skilled in multiple fields of research, development as well as a learning specialist. Over 15 years of experience.</p>\n								        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M31.793 19.463l-14.127-15.614c-0.439-0.485-1.031-0.753-1.667-0.753-0 0 0 0 0 0-0.636 0-1.228 0.267-1.667 0.753l-14.127 15.614c-0.296 0.328-0.271 0.834 0.056 1.13 0.153 0.139 0.345 0.207 0.536 0.207 0.218 0 0.436-0.089 0.594-0.263l3.407-3.765v12.829c0 1.323 1.077 2.4 2.4 2.4h17.6c1.323 0 2.4-1.077 2.4-2.4v-12.829l3.407 3.765c0.296 0.328 0.802 0.353 1.13 0.056s0.353-0.802 0.056-1.13zM19.2 30.4h-6.4v-7.2c0-0.441 0.359-0.8 0.8-0.8h4.8c0.441 0 0.8 0.359 0.8 0.8v7.2zM25.6 29.6c0 0.441-0.359 0.8-0.8 0.8h-4v-7.2c0-1.323-1.077-2.4-2.4-2.4h-4.8c-1.323 0-2.4 1.077-2.4 2.4v7.2h-4c-0.441 0-0.8-0.359-0.8-0.8v-14.597l9.12-10.080c0.132-0.146 0.303-0.226 0.48-0.226s0.348 0.080 0.48 0.226l9.12 10.080v14.597z\"></path></svg>\n                            <h3>\n                    Level 1, 121 King Street Melbourne, 3000, Australia                 </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28 9.6h-25.6c-1.323 0-2.4 1.077-2.4 2.4v14.4c0 1.323 1.077 2.4 2.4 2.4h25.6c1.323 0 2.4-1.077 2.4-2.4v-14.4c0-1.323-1.077-2.4-2.4-2.4zM28 11.2c0.047 0 0.093 0.005 0.139 0.013l-12.051 8.034c-0.464 0.31-1.311 0.31-1.775 0l-12.051-8.034c0.045-0.008 0.091-0.013 0.139-0.013h25.6zM28 27.2h-25.6c-0.441 0-0.8-0.359-0.8-0.8v-13.705l11.825 7.883c0.498 0.332 1.136 0.498 1.775 0.498s1.277-0.166 1.775-0.498l11.825-7.883v13.705c0 0.441-0.359 0.8-0.8 0.8z\"></path></svg>\n                            <h3>\n                    mail@example.com                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M28.631 14.235c-1.665 0-4.684-0.6-5.625-1.541-0.577-0.577-0.714-1.301-0.824-1.883-0.136-0.717-0.217-0.93-0.532-1.065-1.444-0.62-3.514-0.976-5.681-0.976-2.144 0-4.193 0.35-5.619 0.959-0.311 0.133-0.391 0.345-0.523 1.061-0.108 0.584-0.243 1.31-0.82 1.887-0.525 0.525-1.624 0.886-2.454 1.096-1.069 0.271-2.214 0.426-3.141 0.426-1.062 0-1.78-0.202-2.196-0.617-0.626-0.626-1.025-1.481-1.095-2.348-0.059-0.73 0.081-1.812 1.088-2.819 1.635-1.635 3.834-2.91 6.537-3.789 2.486-0.809 5.315-1.236 8.183-1.236 2.887 0 5.74 0.433 8.25 1.251 2.728 0.89 4.948 2.178 6.599 3.828 1.68 1.68 1.264 3.909 0.020 5.154-0.412 0.412-1.12 0.612-2.167 0.612zM15.968 7.169c2.411 0 4.653 0.393 6.313 1.106 1.141 0.49 1.332 1.5 1.472 2.237 0.084 0.441 0.156 0.821 0.384 1.050 0.404 0.404 2.73 1.073 4.494 1.073 0.77 0 1.012-0.132 1.044-0.151 0.495-0.502 1.117-1.738-0.028-2.883-2.887-2.887-8.015-4.611-13.718-4.611-5.655 0-10.735 1.703-13.588 4.557-0.461 0.461-0.671 0.985-0.625 1.558 0.039 0.483 0.272 0.983 0.625 1.338 0.030 0.019 0.276 0.156 1.072 0.156 1.758 0 4.066-0.658 4.463-1.054 0.226-0.226 0.296-0.606 0.378-1.047 0.137-0.739 0.325-1.752 1.468-2.24 1.642-0.702 3.861-1.088 6.248-1.088zM26.4 28.8h-20.8c-1.073 0-2.064-0.422-2.789-1.189s-1.092-1.779-1.032-2.851c0.007-0.123 0.188-3.041 2.032-5.983 1.091-1.74 2.537-3.128 4.298-4.123 2.177-1.23 4.832-1.854 7.891-1.854s5.714 0.624 7.891 1.854c1.761 0.996 3.207 2.383 4.298 4.123 1.844 2.942 2.025 5.86 2.032 5.983 0.059 1.072-0.307 2.084-1.032 2.851s-1.716 1.189-2.789 1.189zM16 14.4c-4.987 0-8.621 1.74-10.799 5.173-1.648 2.596-1.823 5.251-1.825 5.278-0.035 0.627 0.177 1.217 0.597 1.661s0.998 0.688 1.627 0.688h20.8c0.629 0 1.207-0.244 1.627-0.688s0.632-1.034 0.597-1.662c-0.001-0.025-0.177-2.68-1.825-5.276-2.179-3.433-5.812-5.173-10.799-5.173zM16 25.6c-2.647 0-4.8-2.153-4.8-4.8s2.153-4.8 4.8-4.8 4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8zM16 17.6c-1.764 0-3.2 1.436-3.2 3.2s1.435 3.2 3.2 3.2c1.764 0 3.2-1.436 3.2-3.2s-1.436-3.2-3.2-3.2z\"></path></svg>\n                            <h3>\n                    989 245 (1478) 98                </h3>\n                </a>\n        					<h2>Need any help with the projects?</h2>							\n							<a href=\"#\" id=\"\">\n					Send Email				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:02:59','2026-01-13 09:02:59','',940,'https://temp.mistercleaner.co.nz/?p=951',0,'revision','',0),
(952,1,'2026-01-13 09:02:59','2026-01-13 09:02:59','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:02:59','2026-01-13 09:02:59','',940,'https://temp.mistercleaner.co.nz/?p=952',0,'revision','',0),
(953,1,'2026-01-13 09:04:28','2026-01-13 09:04:28','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Services\",\"choices\":{\"1\":{\"label\":\"Regular cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Deep cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Move-in\\/out cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Carpet Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Office cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"--- Select Service ---\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Mobile\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":6,\"settings\":{\"themes\":{\"wpformsTheme\":\"classic-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Classic (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"0\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"#cccccc\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"small\",\"labelColor\":\"#262626\",\"labelSublabelColor\":\"#7f7f7f\",\"labelErrorColor\":\"#ff0000\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"solid\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"5\",\"buttonBackgroundColor\":\"#eb6d1e\",\"buttonBorderColor\":\"#cccccc\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#dddddd\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Classic (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"classic-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"0\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"#cccccc\\\",\\\"fieldTextColor\\\":\\\"\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#dddddd\\\",\\\"labelSize\\\":\\\"small\\\",\\\"labelColor\\\":\\\"#262626\\\",\\\"labelSublabelColor\\\":\\\"#7f7f7f\\\",\\\"labelErrorColor\\\":\\\"#ff0000\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"solid\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"5\\\",\\\"buttonBackgroundColor\\\":\\\"#eb6d1e\\\",\\\"buttonBorderColor\\\":\\\"#cccccc\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit Your Request\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','publish','closed','closed','','simple-contact-form','','','2026-01-13 10:17:17','2026-01-13 10:17:17','',0,'https://temp.mistercleaner.co.nz/?post_type=wpforms&#038;p=953',0,'wpforms','',0),
(954,1,'2026-01-13 09:04:30','2026-01-13 09:04:30','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default\",\"isCustomTheme\":\"\",\"themeName\":\"\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"\\\",\\\"isCustomTheme\\\":\\\"\\\",\\\"wpformsTheme\\\":\\\"default\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Entry: Simple Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 09:04:30','2026-01-13 09:04:30','',953,'https://temp.mistercleaner.co.nz/?p=954',0,'revision','',0),
(955,1,'2026-01-13 09:06:17','2026-01-13 09:06:17','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Simple Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Simple Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 09:06:17','2026-01-13 09:06:17','',953,'https://temp.mistercleaner.co.nz/?p=955',0,'revision','',0),
(956,1,'2026-01-13 09:06:44','2026-01-13 09:06:44','{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"first-last\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":4,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 09:06:44','2026-01-13 09:06:44','',953,'https://temp.mistercleaner.co.nz/?p=956',0,'revision','',0),
(957,1,'2026-01-13 09:07:40','2026-01-13 09:07:40','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:07:40','2026-01-13 09:07:40','',940,'https://temp.mistercleaner.co.nz/?p=957',0,'revision','',0),
(958,1,'2026-01-13 09:07:40','2026-01-13 09:07:40','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:07:40','2026-01-13 09:07:40','',940,'https://temp.mistercleaner.co.nz/?p=958',0,'revision','',0),
(959,1,'2026-01-13 09:07:40','2026-01-13 09:07:40','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:07:40','2026-01-13 09:07:40','',940,'https://temp.mistercleaner.co.nz/?p=959',0,'revision','',0),
(960,1,'2026-01-13 09:08:17','2026-01-13 09:08:17','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:17','2026-01-13 09:08:17','',940,'https://temp.mistercleaner.co.nz/?p=960',0,'revision','',0),
(961,1,'2026-01-13 09:08:17','2026-01-13 09:08:17','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:17','2026-01-13 09:08:17','',940,'https://temp.mistercleaner.co.nz/?p=961',0,'revision','',0),
(962,1,'2026-01-13 09:08:17','2026-01-13 09:08:17','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:17','2026-01-13 09:08:17','',940,'https://temp.mistercleaner.co.nz/?p=962',0,'revision','',0),
(963,1,'2026-01-13 09:08:27','2026-01-13 09:08:27','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:27','2026-01-13 09:08:27','',940,'https://temp.mistercleaner.co.nz/?p=963',0,'revision','',0),
(964,1,'2026-01-13 09:08:27','2026-01-13 09:08:27','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:27','2026-01-13 09:08:27','',940,'https://temp.mistercleaner.co.nz/?p=964',0,'revision','',0),
(965,1,'2026-01-13 09:08:27','2026-01-13 09:08:27','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:27','2026-01-13 09:08:27','',940,'https://temp.mistercleaner.co.nz/?p=965',0,'revision','',0),
(966,1,'2026-01-13 09:08:36','2026-01-13 09:08:36','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:36','2026-01-13 09:08:36','',940,'https://temp.mistercleaner.co.nz/?p=966',0,'revision','',0),
(967,1,'2026-01-13 09:08:36','2026-01-13 09:08:36','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:36','2026-01-13 09:08:36','',940,'https://temp.mistercleaner.co.nz/?p=967',0,'revision','',0),
(968,1,'2026-01-13 09:08:36','2026-01-13 09:08:36','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:08:36','2026-01-13 09:08:36','',940,'https://temp.mistercleaner.co.nz/?p=968',0,'revision','',0),
(969,1,'2026-01-13 09:09:11','2026-01-13 09:09:11','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:11','2026-01-13 09:09:11','',940,'https://temp.mistercleaner.co.nz/?p=969',0,'revision','',0),
(970,1,'2026-01-13 09:09:11','2026-01-13 09:09:11','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:11','2026-01-13 09:09:11','',940,'https://temp.mistercleaner.co.nz/?p=970',0,'revision','',0),
(971,1,'2026-01-13 09:09:11','2026-01-13 09:09:11','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:11','2026-01-13 09:09:11','',940,'https://temp.mistercleaner.co.nz/?p=971',0,'revision','',0),
(972,1,'2026-01-13 09:09:24','2026-01-13 09:09:24','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:24','2026-01-13 09:09:24','',940,'https://temp.mistercleaner.co.nz/?p=972',0,'revision','',0),
(973,1,'2026-01-13 09:09:24','2026-01-13 09:09:24','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:24','2026-01-13 09:09:24','',940,'https://temp.mistercleaner.co.nz/?p=973',0,'revision','',0),
(974,1,'2026-01-13 09:09:24','2026-01-13 09:09:24','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:09:24','2026-01-13 09:09:24','',940,'https://temp.mistercleaner.co.nz/?p=974',0,'revision','',0),
(975,1,'2026-01-13 09:10:37','2026-01-13 09:10:37','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:10:37','2026-01-13 09:10:37','',940,'https://temp.mistercleaner.co.nz/?p=975',0,'revision','',0),
(976,1,'2026-01-13 09:10:37','2026-01-13 09:10:37','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:10:37','2026-01-13 09:10:37','',940,'https://temp.mistercleaner.co.nz/?p=976',0,'revision','',0),
(977,1,'2026-01-13 09:10:37','2026-01-13 09:10:37','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:10:37','2026-01-13 09:10:37','',940,'https://temp.mistercleaner.co.nz/?p=977',0,'revision','',0),
(979,1,'2026-01-13 09:22:13','2026-01-13 09:22:13','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:22:13','2026-01-13 09:22:13','',940,'https://temp.mistercleaner.co.nz/?p=979',0,'revision','',0),
(980,1,'2026-01-13 09:22:13','2026-01-13 09:22:13','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Get in touch</h2>				\n					<p>Pharetra auctor libero suscipit rhoncus vivamus tempor nascetur Nisi platea euismod, aliquam ac feugiat donec commodo aenean volutpat</p>\n					[wpforms id=\"953\"]					\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>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:22:13','2026-01-13 09:22:13','',940,'https://temp.mistercleaner.co.nz/?p=980',0,'revision','',0),
(981,1,'2026-01-13 09:22:13','2026-01-13 09:22:13','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:22:13','2026-01-13 09:22:13','',940,'https://temp.mistercleaner.co.nz/?p=981',0,'revision','',0),
(982,1,'2026-01-13 09:25:03','2026-01-13 09:25:03','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:25:03','2026-01-13 09:25:03','',940,'https://temp.mistercleaner.co.nz/?p=982',0,'revision','',0),
(983,1,'2026-01-13 09:25:03','2026-01-13 09:25:03','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						36/A, Lake cercus, Monali\n					</h3><h2>Newyork, NY, US</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					example@gmail.com				</a>\n							<a href=\"#\" id=\"\">\n					bdexample@gmail.com				</a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n                </a>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					000 3872 3627				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:25:03','2026-01-13 09:25:03','',940,'https://temp.mistercleaner.co.nz/?p=983',0,'revision','',0),
(984,1,'2026-01-13 09:25:03','2026-01-13 09:25:03','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:25:03','2026-01-13 09:25:03','',940,'https://temp.mistercleaner.co.nz/?p=984',0,'revision','',0),
(985,1,'2026-01-13 09:27:08','2026-01-13 09:27:08','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:08','2026-01-13 09:27:08','',940,'https://temp.mistercleaner.co.nz/?p=985',0,'revision','',0),
(986,1,'2026-01-13 09:27:08','2026-01-13 09:27:08','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>We at The Gardeny are proud to offer carefully designed landscapes crafted to suit our commercial clients’ preferences while prioritizing sustainability.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:08','2026-01-13 09:27:08','',940,'https://temp.mistercleaner.co.nz/?p=986',0,'revision','',0),
(987,1,'2026-01-13 09:27:08','2026-01-13 09:27:08','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Find us online to learn more about our work and services.<br />Stay connected and reach out with ease.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:08','2026-01-13 09:27:08','',940,'https://temp.mistercleaner.co.nz/?p=987',0,'revision','',0),
(988,1,'2026-01-13 09:27:39','2026-01-13 09:27:39','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Find us online to learn more about our work and services.<br />Stay connected and reach out with ease.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:39','2026-01-13 09:27:39','',940,'https://temp.mistercleaner.co.nz/?p=988',0,'revision','',0),
(989,1,'2026-01-13 09:27:39','2026-01-13 09:27:39','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Find us online to learn more about our work and services.<br />Stay connected and reach out with ease.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:39','2026-01-13 09:27:39','',940,'https://temp.mistercleaner.co.nz/?p=989',0,'revision','',0),
(990,1,'2026-01-13 09:27:39','2026-01-13 09:27:39','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:27:39','2026-01-13 09:27:39','',940,'https://temp.mistercleaner.co.nz/?p=990',0,'revision','',0),
(991,1,'2026-01-13 09:30:06','2026-01-13 09:30:06','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:06','2026-01-13 09:30:06','',940,'https://temp.mistercleaner.co.nz/?p=991',0,'revision','',0),
(992,1,'2026-01-13 09:30:06','2026-01-13 09:30:06','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:06','2026-01-13 09:30:06','',940,'https://temp.mistercleaner.co.nz/?p=992',0,'revision','',0),
(993,1,'2026-01-13 09:30:06','2026-01-13 09:30:06','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:06','2026-01-13 09:30:06','',940,'https://temp.mistercleaner.co.nz/?p=993',0,'revision','',0),
(994,1,'2026-01-13 09:30:35','2026-01-13 09:30:35','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:35','2026-01-13 09:30:35','',940,'https://temp.mistercleaner.co.nz/?p=994',0,'revision','',0),
(995,1,'2026-01-13 09:30:35','2026-01-13 09:30:35','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:35','2026-01-13 09:30:35','',940,'https://temp.mistercleaner.co.nz/?p=995',0,'revision','',0),
(996,1,'2026-01-13 09:30:36','2026-01-13 09:30:36','<h2>Contact us</h2><h3>\n						Home / Contact\n					</h3>					<h2>Start A New Work With Us</h2>				\n					<p>We seamlessly merge two key components – economics and information technology. This is the main factor that sets us apart from our competition and allows us.</p>\n					[wpforms id=\"953\"]					\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=Christchurch%2C%20New%20Zealand&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"Christchurch, New Zealand\"\n					aria-label=\"Christchurch, New Zealand\"\n			></iframe>\n							        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.926 31.273l-4.219-8.924c-0.084-0.178-0.23-0.314-0.405-0.389l-2.099-0.934 3.637-6.095c0.009-0.015 0.017-0.029 0.025-0.045 0.723-1.411 1.090-2.936 1.090-4.532 0-2.685-1.053-5.202-2.965-7.088s-4.444-2.903-7.13-2.866c-2.609 0.036-5.066 1.084-6.918 2.951s-2.88 4.332-2.895 6.942c-0.010 1.595 0.367 3.183 1.089 4.592 0.008 0.015 0.016 0.030 0.025 0.045l3.636 6.095-2.111 0.939c-0.173 0.077-0.312 0.213-0.393 0.384l-4.219 8.924c-0.141 0.298-0.082 0.653 0.149 0.889s0.584 0.304 0.886 0.169l5.285-2.353 5.285 2.353c0.204 0.091 0.438 0.091 0.642 0l5.285-2.353 5.285 2.353c0.103 0.046 0.213 0.068 0.321 0.068 0.208 0 0.413-0.082 0.565-0.238 0.231-0.236 0.29-0.591 0.149-0.889zM8.53 14.144c-0.608-1.196-0.912-2.488-0.904-3.841 0.027-4.527 3.73-8.261 8.256-8.323 2.26-0.030 4.391 0.825 6 2.411s2.494 3.704 2.494 5.963c0 1.335-0.304 2.61-0.905 3.79l-6.792 11.384c-0.207 0.348-0.543 0.385-0.678 0.385s-0.471-0.038-0.678-0.385l-6.792-11.384zM21.927 28.393c-0.204-0.091-0.438-0.091-0.642 0l-5.285 2.353-5.285-2.353c-0.204-0.091-0.438-0.091-0.642 0l-3.661 1.63 3.184-6.734 2.016-0.897 2.354 3.946c0.431 0.723 1.192 1.155 2.034 1.155s1.603-0.432 2.034-1.155l2.354-3.946 2.016 0.898 3.183 6.734-3.661-1.63zM16 6.75c-1.987 0-3.604 1.617-3.604 3.604s1.617 3.604 3.604 3.604c1.987 0 3.604-1.617 3.604-3.604s-1.617-3.604-3.604-3.604zM16 12.379c-1.116 0-2.025-0.908-2.025-2.024s0.908-2.024 2.025-2.024c1.116 0 2.024 0.908 2.024 2.024s-0.908 2.024-2.024 2.024z\"></path></svg>\n                            <h3>\n                    Visit our office                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<h3>\n						Christchurch\n					</h3><h2>New Zealand</h2>					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.756 11.794l-14.4-10.563c-0.262-0.194-0.588-0.194-0.781 0l-14.563 10.613c-0.238 0.156-0.325 0.381-0.325 0.588v18.625c0 0.394 0.325 0.65 0.65 0.65h29.256c0.387 0 0.65-0.262 0.712-0.587v-18.456c0.006-0.356-0.119-0.575-0.55-0.869zM3.225 30.413l10.544-8.169 1.813 1.331c0.225 0.212 0.519 0.2 0.781 0l1.75-1.281 10.475 8.119h-25.363zM1.988 13.563l10.731 7.906-10.731 8.319v-16.225zM19.156 21.519l10.856-7.963v16.375l-10.856-8.413zM15.969 2.538l13.419 9.863-13.419 9.869-13.394-9.887 13.394-9.844z\"></path></svg>\n                            <h3>\n                    Mail Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					info@mistercleaner.co.nz				</a>\n        					        <!-- link opening -->\n                <!-- end link opening -->\n                    <svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.785 25.435l-6.27-6.27c-0.748-0.748-1.966-0.748-2.715 0l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89l-0.615 0.615c-0 0-0 0-0 0-0.437 0.437-3.158-0.234-6.447-3.523s-3.96-6.009-3.523-6.446c0-0 0-0 0-0l0.616-0.616c0.174 0.050 0.353 0.075 0.533 0.075 0.492 0 0.983-0.187 1.357-0.561l1.63-1.63c0.748-0.748 0.748-1.966 0-2.715l-6.27-6.27c-0.362-0.363-0.845-0.562-1.357-0.562s-0.995 0.2-1.357 0.562l-1.631 1.631c-0.511 0.511-0.672 1.24-0.486 1.89 0 0-0.522 0.527-0.547 0.56-1.735 1.928-2.060 4.964-0.91 8.593 1.126 3.554 3.554 7.318 6.835 10.6s7.046 5.709 10.6 6.835c1.427 0.452 2.763 0.676 3.976 0.676 1.988 0 3.646-0.603 4.834-1.791l0.342-0.342c0.171 0.049 0.35 0.076 0.533 0.076 0.513 0 0.995-0.2 1.357-0.562l1.631-1.631c0.748-0.748 0.748-1.966 0-2.715zM5.607 2.972l6.27 6.27-1.63 1.631c0 0-0-0-0.001-0.001l-6.27-6.27 1.631-1.631zM25.564 29.251c-0 0-0 0-0 0-1.381 1.381-3.822 1.609-6.873 0.642-3.266-1.035-6.754-3.295-9.822-6.363s-5.328-6.556-6.363-9.822c-0.967-3.051-0.739-5.492 0.642-6.873l0.173-0.173 4.866 4.866-0.446 0.446c-0 0-0.001 0.001-0.001 0.001-1.849 1.851 0.373 6.009 3.524 9.16 2.358 2.358 5.281 4.196 7.378 4.196 0.705 0 1.317-0.208 1.783-0.674 0-0 0-0 0-0l0.446-0.446 4.866 4.866-0.173 0.173zM27.797 28.423l-6.27-6.27 1.631-1.631 6.27 6.27c0 0-1.63 1.631-1.631 1.631zM24.301 8.099c-1.826-1.826-4.253-2.831-6.834-2.831-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c2.069-0 4.014 0.806 5.477 2.269s2.268 3.408 2.268 5.476c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-2.582-1.005-5.008-2.831-6.834zM27.743 4.657c-2.745-2.745-6.395-4.257-10.277-4.257-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c3.369-0 6.537 1.312 8.919 3.694s3.694 5.55 3.694 8.919c0 0.53 0.43 0.96 0.96 0.96s0.96-0.43 0.96-0.96c0-3.882-1.512-7.532-4.256-10.277zM20.859 11.541c-0.919-0.919-2.092-1.405-3.391-1.405 0 0-0 0-0 0-0.53 0-0.96 0.43-0.96 0.96s0.43 0.96 0.96 0.96c0 0 0 0 0 0 0.79 0 1.475 0.284 2.034 0.843 0.551 0.551 0.843 1.255 0.842 2.034-0 0.53 0.43 0.96 0.96 0.96h0c0.53 0 0.96-0.43 0.96-0.96 0-1.3-0.486-2.472-1.405-3.392z\"></path></svg>\n                            <h3>\n                    Call Us                </h3>\n			<svg viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0 15.345h32v2.11h-32v-2.11z\"></path></svg>			\n							<a href=\"#\" id=\"\">\n					0221073435, 0220195919				</a>\n        					<h2>(Mon- tue) at 9.am to 6pm</h2>					<h2>Are you ready to take our service?</h2>				\n					<p>Connect with us online to explore our services, latest updates, and portfolio.<br />We’re just a click away—reach out anytime, anywhere.</p>\n							<a href=\"#\" id=\"\">\n					Contact Us				</a>','contact us','','inherit','closed','closed','','940-revision-v1','','','2026-01-13 09:30:36','2026-01-13 09:30:36','',940,'https://temp.mistercleaner.co.nz/?p=996',0,'revision','',0),
(997,1,'2026-01-13 09:33:19','2026-01-13 09:33:19','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Dropdown\",\"choices\":{\"1\":{\"label\":\"Residential Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Building Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Commercial Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":5,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 09:33:19','2026-01-13 09:33:19','',953,'https://temp.mistercleaner.co.nz/?p=997',0,'revision','',0),
(998,1,'2026-01-13 10:12:16','2026-01-13 10:12:16','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Services\",\"choices\":{\"1\":{\"label\":\"Regular cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Deep cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Move-in\\/out cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Carpet Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Office cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"--- Select Service ---\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":5,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 10:12:16','2026-01-13 10:12:16','',953,'https://temp.mistercleaner.co.nz/?p=998',0,'revision','',0),
(999,1,'2026-01-13 10:12:55','2026-01-13 10:12:55','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Services\",\"choices\":{\"1\":{\"label\":\"Regular cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Deep cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Move-in\\/out cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Carpet Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Office cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"--- Select Service ---\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Mobile\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":6,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 10:12:55','2026-01-13 10:12:55','',953,'https://temp.mistercleaner.co.nz/?p=999',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(1000,1,'2026-01-13 10:15:05','2026-01-13 10:15:05','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Services\",\"choices\":{\"1\":{\"label\":\"Regular cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Deep cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Move-in\\/out cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Carpet Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Office cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"--- Select Service ---\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Mobile\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":6,\"settings\":{\"themes\":{\"wpformsTheme\":\"default-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Default (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"3\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"rgba(0, 0, 0, 0.25)\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"medium\",\"labelColor\":\"rgba(0, 0, 0, 0.85)\",\"labelSublabelColor\":\"rgba(0, 0, 0, 0.55)\",\"labelErrorColor\":\"#d63637\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"none\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"3\",\"buttonBackgroundColor\":\"#066aab\",\"buttonBorderColor\":\"#066aab\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#066aab\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Default (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"default-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"3\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"rgba(0, 0, 0, 0.25)\\\",\\\"fieldTextColor\\\":\\\"rgba(0, 0, 0, 0.7)\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#066aab\\\",\\\"labelSize\\\":\\\"medium\\\",\\\"labelColor\\\":\\\"rgba(0, 0, 0, 0.85)\\\",\\\"labelSublabelColor\\\":\\\"rgba(0, 0, 0, 0.55)\\\",\\\"labelErrorColor\\\":\\\"#d63637\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"none\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"3\\\",\\\"buttonBackgroundColor\\\":\\\"#066aab\\\",\\\"buttonBorderColor\\\":\\\"#066aab\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit Your Request\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 10:15:05','2026-01-13 10:15:05','',953,'https://temp.mistercleaner.co.nz/?p=1000',0,'revision','',0),
(1001,1,'2026-01-13 10:17:17','2026-01-13 10:17:17','{\"fields\":{\"4\":{\"id\":\"4\",\"type\":\"select\",\"label\":\"Services\",\"choices\":{\"1\":{\"label\":\"Regular cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"2\":{\"label\":\"Deep cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"3\":{\"label\":\"Move-in\\/out cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"4\":{\"label\":\"Carpet Cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"},\"5\":{\"label\":\"Office cleaning\",\"value\":\"\",\"image\":\"\",\"icon\":\"face-smile\",\"icon_style\":\"regular\"}},\"description\":\"\",\"required\":\"1\",\"style\":\"classic\",\"size\":\"medium\",\"placeholder\":\"--- Select Service ---\",\"dynamic_choices\":\"\",\"css\":\"\"},\"1\":{\"id\":\"1\",\"type\":\"name\",\"label\":\"Name\",\"format\":\"simple\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"simple_placeholder\":\"\",\"simple_default\":\"\",\"first_placeholder\":\"\",\"first_default\":\"\",\"middle_placeholder\":\"\",\"middle_default\":\"\",\"last_placeholder\":\"\",\"last_default\":\"\",\"css\":\"\"},\"2\":{\"id\":\"2\",\"type\":\"email\",\"label\":\"Email\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":false,\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"\"},\"5\":{\"id\":\"5\",\"type\":\"number\",\"label\":\"Mobile\",\"description\":\"\",\"required\":\"1\",\"size\":\"medium\",\"placeholder\":\"\",\"min\":\"\",\"max\":\"\",\"default_value\":\"\",\"css\":\"\"},\"3\":{\"id\":\"3\",\"type\":\"textarea\",\"label\":\"Comment or Message\",\"description\":\"\",\"size\":\"medium\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"953\",\"field_id\":6,\"settings\":{\"themes\":{\"wpformsTheme\":\"classic-copy-1\",\"isCustomTheme\":\"true\",\"themeName\":\"Classic (Copy)\",\"fieldSize\":\"medium\",\"fieldBorderStyle\":\"solid\",\"fieldBorderSize\":\"1\",\"fieldBorderRadius\":\"0\",\"fieldBackgroundColor\":\"#ffffff\",\"fieldBorderColor\":\"#cccccc\",\"fieldTextColor\":\"rgba(0, 0, 0, 0.7)\",\"labelSize\":\"small\",\"labelColor\":\"#262626\",\"labelSublabelColor\":\"#7f7f7f\",\"labelErrorColor\":\"#ff0000\",\"buttonSize\":\"medium\",\"buttonBorderStyle\":\"solid\",\"buttonBorderSize\":\"1\",\"buttonBorderRadius\":\"5\",\"buttonBackgroundColor\":\"#eb6d1e\",\"buttonBorderColor\":\"#cccccc\",\"buttonTextColor\":\"#ffffff\",\"containerPadding\":\"0\",\"containerBorderStyle\":\"none\",\"containerBorderWidth\":\"1\",\"containerBorderRadius\":\"3\",\"containerBorderColor\":\"#000000\",\"containerShadowSize\":\"none\",\"backgroundColor\":\"rgba(0, 0, 0, 0)\",\"backgroundImage\":\"none\",\"backgroundSize\":\"cover\",\"backgroundUrl\":\"url()\",\"fieldMenuColor\":\"#ffffff\",\"pageBreakColor\":\"#dddddd\",\"customCss\":\"\",\"copyPasteJsonValue\":\"{\\\"themeName\\\":\\\"Classic (Copy)\\\",\\\"isCustomTheme\\\":\\\"true\\\",\\\"wpformsTheme\\\":\\\"classic-copy-1\\\",\\\"customCss\\\":\\\"\\\",\\\"containerPadding\\\":\\\"0\\\",\\\"containerBorderStyle\\\":\\\"none\\\",\\\"containerBorderWidth\\\":\\\"1\\\",\\\"containerBorderRadius\\\":\\\"3\\\",\\\"containerShadowSize\\\":\\\"none\\\",\\\"containerBorderColor\\\":\\\"#000000\\\",\\\"fieldSize\\\":\\\"medium\\\",\\\"fieldBorderStyle\\\":\\\"solid\\\",\\\"fieldBorderRadius\\\":\\\"0\\\",\\\"fieldBorderSize\\\":\\\"1\\\",\\\"fieldBackgroundColor\\\":\\\"#ffffff\\\",\\\"fieldBorderColor\\\":\\\"#cccccc\\\",\\\"fieldTextColor\\\":\\\"\\\",\\\"fieldMenuColor\\\":\\\"#ffffff\\\",\\\"pageBreakColor\\\":\\\"#dddddd\\\",\\\"labelSize\\\":\\\"small\\\",\\\"labelColor\\\":\\\"#262626\\\",\\\"labelSublabelColor\\\":\\\"#7f7f7f\\\",\\\"labelErrorColor\\\":\\\"#ff0000\\\",\\\"buttonSize\\\":\\\"medium\\\",\\\"buttonBorderStyle\\\":\\\"solid\\\",\\\"buttonBorderSize\\\":\\\"1\\\",\\\"buttonBorderRadius\\\":\\\"5\\\",\\\"buttonBackgroundColor\\\":\\\"#eb6d1e\\\",\\\"buttonBorderColor\\\":\\\"#cccccc\\\",\\\"buttonTextColor\\\":\\\"#ffffff\\\",\\\"backgroundColor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"backgroundPosition\\\":\\\"center center\\\",\\\"backgroundUrl\\\":\\\"url()\\\",\\\"backgroundRepeat\\\":\\\"no-repeat\\\",\\\"backgroundSize\\\":\\\"cover\\\",\\\"backgroundSizeMode\\\":\\\"cover\\\",\\\"backgroundWidth\\\":\\\"100\\\",\\\"backgroundHeight\\\":\\\"100\\\",\\\"backgroundImage\\\":\\\"none\\\"}\"},\"form_title\":\"Contact Form\",\"form_desc\":\"\",\"submit_text\":\"Submit Your Request\",\"submit_text_processing\":\"Sending...\",\"form_class\":\"\",\"submit_class\":\"\",\"ajax_submit\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Contact Form\",\"sender_name\":\"mistercleaner\",\"sender_address\":\"{admin_email}\",\"replyto\":\"{field_id=\\\"2\\\"}\",\"message\":\"{all_fields}\",\"template\":\"\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Thanks for contacting us! We will be in touch with you shortly.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"previous_page\",\"page_url_parameters\":\"\",\"redirect\":\"\"}},\"antispam_v3\":\"1\",\"anti_spam\":{\"time_limit\":{\"enable\":\"1\",\"duration\":\"2\"},\"filtering_store_spam\":\"1\"},\"form_tags\":[],\"store_spam_entries\":\"0\"},\"search_terms\":\"\",\"providers\":{\"constant-contact-v3\":[]},\"meta\":{\"template\":\"simple-contact-form-template\"}}','Contact Form','','inherit','closed','closed','','953-revision-v1','','','2026-01-13 10:17:17','2026-01-13 10:17:17','',953,'https://temp.mistercleaner.co.nz/?p=1001',0,'revision','',0),
(1002,1,'2026-01-13 11:57:11','2026-01-13 10:18:23','','Contact Us','','publish','closed','closed','','contact-us-2','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=1002',3,'nav_menu_item','',0),
(1003,1,'2026-01-13 10:54:19','2026-01-13 10:54:19','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','publish','closed','closed','','regular-cleaning','','','2026-01-13 11:50:17','2026-01-13 11:50:17','',0,'https://temp.mistercleaner.co.nz/?page_id=1003',0,'page','',0),
(1004,1,'2026-01-13 10:54:19','2026-01-13 10:54:19','','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 10:54:19','2026-01-13 10:54:19','',1003,'https://temp.mistercleaner.co.nz/?p=1004',0,'revision','',0),
(1005,1,'2026-01-13 10:59:57','2026-01-13 10:59:57','','info-box-icon-21.png','','inherit','open','closed','','info-box-icon-21-png','','','2026-01-13 10:59:57','2026-01-13 10:59:57','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/info-box-icon-21.png',0,'attachment','image/png',0),
(1007,1,'2026-01-13 11:06:10','2026-01-13 11:06:10','','about-us-inner-page-banner-bg-1-1.png','','inherit','open','closed','','about-us-inner-page-banner-bg-1-1-png','','','2026-01-13 11:06:10','2026-01-13 11:06:10','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/about-us-inner-page-banner-bg-1-1.png',0,'attachment','image/png',0),
(1008,1,'2026-01-13 11:06:13','2026-01-13 11:06:13','','Main_img.jpeg','','inherit','open','closed','','main_img-jpeg','','','2026-01-13 11:06:13','2026-01-13 11:06:13','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Main_img.jpeg',0,'attachment','image/jpeg',0),
(1009,1,'2026-01-13 11:06:17','2026-01-13 11:06:17','','Service_img-8.jpeg','','inherit','open','closed','','service_img-8-jpeg','','','2026-01-13 11:06:17','2026-01-13 11:06:17','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg',0,'attachment','image/jpeg',0),
(1010,1,'2026-01-13 11:06:17','2026-01-13 11:06:17','','Service_img-3.jpeg','','inherit','open','closed','','service_img-3-jpeg','','','2026-01-13 11:06:17','2026-01-13 11:06:17','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg',0,'attachment','image/jpeg',0),
(1011,1,'2026-01-13 11:06:30','2026-01-13 11:06:30','','03_Services-Details.png','','inherit','open','closed','','03_services-details-png','','','2026-01-13 11:06:30','2026-01-13 11:06:30','',0,'https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/03_Services-Details.png',0,'attachment','image/png',0),
(1012,1,'2026-01-13 11:22:59','2026-01-13 11:22:59','','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:22:59','2026-01-13 11:22:59','',1003,'https://temp.mistercleaner.co.nz/?p=1012',0,'revision','',0),
(1013,1,'2026-01-13 11:22:59','2026-01-13 11:22:59','','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:22:59','2026-01-13 11:22:59','',1003,'https://temp.mistercleaner.co.nz/?p=1013',0,'revision','',0),
(1014,1,'2026-01-13 11:22:59','2026-01-13 11:22:59','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										One design for your desktop, tab and mobile.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Beautiful and modern design that makes difference.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Boost your sales with strategically built user experience.\n									</li>\n						</ul>\n							<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:22:59','2026-01-13 11:22:59','',1003,'https://temp.mistercleaner.co.nz/?p=1014',0,'revision','',0),
(1016,1,'2026-01-13 11:40:42','2026-01-13 11:40:42','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										One design for your desktop, tab and mobile.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Beautiful and modern design that makes difference.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Boost your sales with strategically built user experience.\n									</li>\n						</ul>\n							<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:40:42','2026-01-13 11:40:42','',1003,'https://temp.mistercleaner.co.nz/?p=1016',0,'revision','',0),
(1017,1,'2026-01-13 11:40:42','2026-01-13 11:40:42','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										One design for your desktop, tab and mobile.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Beautiful and modern design that makes difference.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										Boost your sales with strategically built user experience.\n									</li>\n						</ul>\n							<h2>Why Market Analysis Matters?</h2>				\n					<p>Aenean consectetur massa quis sem volutpat, a condimentum tortor pretium. Cras id ligula consequat, sagittis nulla at, sollicitudin lorem. Orci varius natoque penatibus et magnis dis partures ient montes.Great websites add great values to your business. From wire-framing to consectetu designing, we do it all.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:40:42','2026-01-13 11:40:42','',1003,'https://temp.mistercleaner.co.nz/?p=1017',0,'revision','',0),
(1018,1,'2026-01-13 11:40:42','2026-01-13 11:40:42','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:40:42','2026-01-13 11:40:42','',1003,'https://temp.mistercleaner.co.nz/?p=1018',0,'revision','',0),
(1019,1,'2026-01-13 11:49:27','2026-01-13 11:49:27','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:49:27','2026-01-13 11:49:27','',1003,'https://temp.mistercleaner.co.nz/?p=1019',0,'revision','',0),
(1020,1,'2026-01-13 11:49:27','2026-01-13 11:49:27','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Featured Thinking</h2>					\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-8-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Digital Agency\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"350\" height=\"265\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3.jpeg 350w, https://temp.mistercleaner.co.nz/wp-content/uploads/2026/01/Service_img-3-300x227.jpeg 300w\" sizes=\"(max-width: 350px) 100vw, 350px\" />\n                                                <h3>\n                        Market Analysis\n                    </h3>\n                        Great websites add great values to your business From wire-framing to we do it all.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:49:27','2026-01-13 11:49:27','',1003,'https://temp.mistercleaner.co.nz/?p=1020',0,'revision','',0),
(1021,1,'2026-01-13 11:49:27','2026-01-13 11:49:27','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:49:27','2026-01-13 11:49:27','',1003,'https://temp.mistercleaner.co.nz/?p=1021',0,'revision','',0),
(1022,1,'2026-01-13 11:50:17','2026-01-13 11:50:17','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:50:17','2026-01-13 11:50:17','',1003,'https://temp.mistercleaner.co.nz/?p=1022',0,'revision','',0),
(1023,1,'2026-01-13 11:50:17','2026-01-13 11:50:17','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:50:17','2026-01-13 11:50:17','',1003,'https://temp.mistercleaner.co.nz/?p=1023',0,'revision','',0),
(1024,1,'2026-01-13 11:50:17','2026-01-13 11:50:17','<h2>Regular Cleaning</h2>					<h2>Home</h2>							\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							<h2>Regular Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Regular cleaning','','inherit','closed','closed','','1003-revision-v1','','','2026-01-13 11:50:17','2026-01-13 11:50:17','',1003,'https://temp.mistercleaner.co.nz/?p=1024',0,'revision','',0),
(1025,1,'2026-01-13 11:51:01','2026-01-13 11:51:01','<h2>Deep Cleaning</h2>					<h2>Home</h2>							\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							<h2>Deep Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Deep Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Deep cleaning','','publish','closed','closed','','deep-cleaning','','','2026-01-13 11:53:19','2026-01-13 11:53:19','',0,'https://temp.mistercleaner.co.nz/?page_id=1025',0,'page','',0),
(1026,1,'2026-01-13 11:51:01','2026-01-13 11:51:01','','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:51:01','2026-01-13 11:51:01','',1025,'https://temp.mistercleaner.co.nz/?p=1026',0,'revision','',0),
(1027,1,'2026-01-13 11:52:59','2026-01-13 11:52:59','','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:52:59','2026-01-13 11:52:59','',1025,'https://temp.mistercleaner.co.nz/?p=1027',0,'revision','',0),
(1028,1,'2026-01-13 11:52:59','2026-01-13 11:52:59','','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:52:59','2026-01-13 11:52:59','',1025,'https://temp.mistercleaner.co.nz/?p=1028',0,'revision','',0),
(1029,1,'2026-01-13 11:52:59','2026-01-13 11:52:59','<h2>Deep Cleaning</h2>					<h2>Home</h2>							\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							<h2>Deep Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:52:59','2026-01-13 11:52:59','',1025,'https://temp.mistercleaner.co.nz/?p=1029',0,'revision','',0),
(1030,1,'2026-01-13 11:53:18','2026-01-13 11:53:18','<h2>Deep Cleaning</h2>					<h2>Home</h2>							\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							<h2>Deep Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:53:18','2026-01-13 11:53:18','',1025,'https://temp.mistercleaner.co.nz/?p=1030',0,'revision','',0),
(1031,1,'2026-01-13 11:53:18','2026-01-13 11:53:18','<h2>Deep Cleaning</h2>					<h2>Home</h2>							\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							<h2>Deep Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Regular Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:53:18','2026-01-13 11:53:18','',1025,'https://temp.mistercleaner.co.nz/?p=1031',0,'revision','',0),
(1032,1,'2026-01-13 11:53:19','2026-01-13 11:53:19','<h2>Deep Cleaning</h2>					<h2>Home</h2>							\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							<h2>Deep Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Deep Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Deep cleaning','','inherit','closed','closed','','1025-revision-v1','','','2026-01-13 11:53:19','2026-01-13 11:53:19','',1025,'https://temp.mistercleaner.co.nz/?p=1032',0,'revision','',0),
(1033,1,'2026-01-13 11:57:11','2026-01-13 11:54:08','','Services','','publish','closed','closed','','services','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=1033',4,'nav_menu_item','',0),
(1034,1,'2026-01-13 11:57:11','2026-01-13 11:54:08',' ','','','publish','closed','closed','','1034','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=1034',6,'nav_menu_item','',0),
(1035,1,'2026-01-13 11:57:11','2026-01-13 11:54:08',' ','','','publish','closed','closed','','1035','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=1035',5,'nav_menu_item','',0),
(1036,1,'2026-01-13 11:54:33','2026-01-13 11:54:33','<h2>Move-in/out Cleaning</h2>					<h2>Home</h2>							\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							<h2>Move-in/out Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Move-in/out Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Move-in/out cleaning','','publish','closed','closed','','move-in-out-cleaning','','','2026-01-13 11:56:57','2026-01-13 11:56:57','',0,'https://temp.mistercleaner.co.nz/?page_id=1036',0,'page','',0),
(1037,1,'2026-01-13 11:54:33','2026-01-13 11:54:33','','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:54:33','2026-01-13 11:54:33','',1036,'https://temp.mistercleaner.co.nz/?p=1037',0,'revision','',0),
(1038,1,'2026-01-13 11:54:54','2026-01-13 11:54:54','','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:54:54','2026-01-13 11:54:54','',1036,'https://temp.mistercleaner.co.nz/?p=1038',0,'revision','',0),
(1039,1,'2026-01-13 11:56:01','2026-01-13 11:56:01','','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:01','2026-01-13 11:56:01','',1036,'https://temp.mistercleaner.co.nz/?p=1039',0,'revision','',0),
(1040,1,'2026-01-13 11:56:01','2026-01-13 11:56:01','','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:01','2026-01-13 11:56:01','',1036,'https://temp.mistercleaner.co.nz/?p=1040',0,'revision','',0),
(1041,1,'2026-01-13 11:56:01','2026-01-13 11:56:01','<h2>Move-in/out cleaning</h2>					<h2>Home</h2>							\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							<h2>Move-in/out cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Move-in/out Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:01','2026-01-13 11:56:01','',1036,'https://temp.mistercleaner.co.nz/?p=1041',0,'revision','',0),
(1042,1,'2026-01-13 11:57:11','2026-01-13 11:56:14','','Move-in/out Cleaning','','publish','closed','closed','','1042','','','2026-01-13 11:57:11','2026-01-13 11:57:11','',0,'https://temp.mistercleaner.co.nz/?p=1042',7,'nav_menu_item','',0),
(1043,1,'2026-01-13 11:56:57','2026-01-13 11:56:57','<h2>Move-in/out cleaning</h2>					<h2>Home</h2>							\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							<h2>Move-in/out cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Move-in/out Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:57','2026-01-13 11:56:57','',1036,'https://temp.mistercleaner.co.nz/?p=1043',0,'revision','',0),
(1044,1,'2026-01-13 11:56:57','2026-01-13 11:56:57','<h2>Move-in/out cleaning</h2>					<h2>Home</h2>							\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							<h2>Move-in/out cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Move-in/out Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:57','2026-01-13 11:56:57','',1036,'https://temp.mistercleaner.co.nz/?p=1044',0,'revision','',0),
(1045,1,'2026-01-13 11:56:57','2026-01-13 11:56:57','<h2>Move-in/out Cleaning</h2>					<h2>Home</h2>							\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							<h2>Move-in/out Cleaning</h2>															<img width=\"768\" height=\"1024\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-768x1024.webp 768w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-225x300.webp 225w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1152x1536.webp 1152w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2-1536x2048.webp 1536w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/about-scaled-1-1-2.webp 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" />																<h2>Why Move-in/out Cleaning?</h2>				\n					<p>Regular cleaning isn\'t a luxury—it\'s an investment in your health, time, property value, and peace of mind. Let us handle the routine so you can focus on what matters most.</p>\n										<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It protects your biggest investment.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It guards your family’s health.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It gifts you back your time and mental space.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It delivers consistency you can’t get on your own.\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"></path></svg>						\n										It brings a quiet kind of peace.\n									</li>\n						</ul>\n							<h2>Why should I invest in regular cleaning for my home instead of just cleaning when it gets visibly dirty?</h2>				\n					<p>Think of regular cleaning like maintaining your car with timely oil changes. You wouldn’t wait for the engine to smoke before taking care of it. In the same way, regular cleaning maintains the health, comfort, and longevity of your home quietly and consistently, so small messes never have the chance to become big, stressful problems.</p>\n								<h2>Other Services</h2>					\n                    <img width=\"411\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1.png 411w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img2-1-300x204.png 300w\" sizes=\"(max-width: 411px) 100vw, 411px\" />\n                                                <h3>\n                        Deep cleaning\n                    </h3>\n                        Breathe new life into your home with a thorough one-off clean.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n                    <img width=\"410\" height=\"280\" src=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png\" alt=\"\" srcset=\"https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1.png 410w, https://temp.mistercleaner.co.nz/wp-content/uploads/2025/12/service-img-1-300x205.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" />\n                                                <h3>\n                        Move-in/out cleaning\n                    </h3>\n                        Ensure a smooth handover with our detailed cleaning services.                    \n                                                            <a href=\"#\">\n                                    Read More\n                                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"></path></svg>\n                                </a>\n    					<h2>Offer Services</h2>					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-32 64v128H256V96zm-192 0v128H64V96zM64 416V288h128v128zm192 0V288h128v128z\"></path></svg>\n                            <h3>\n                    Carpet Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z\"></path></svg>\n                            <h3>\n                    Bathroom Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M573.19 402.67l-139.79-320C428.43 71.29 417.6 64 405.68 64h-97.59l2.45 23.16c.5 4.72-3.21 8.84-7.96 8.84h-29.16c-4.75 0-8.46-4.12-7.96-8.84L267.91 64h-97.59c-11.93 0-22.76 7.29-27.73 18.67L2.8 402.67C-6.45 423.86 8.31 448 30.54 448h196.84l10.31-97.68c.86-8.14 7.72-14.32 15.91-14.32h68.8c8.19 0 15.05 6.18 15.91 14.32L348.62 448h196.84c22.23 0 36.99-24.14 27.73-45.33zM260.4 135.16a8 8 0 0 1 7.96-7.16h39.29c4.09 0 7.53 3.09 7.96 7.16l4.6 43.58c.75 7.09-4.81 13.26-11.93 13.26h-40.54c-7.13 0-12.68-6.17-11.93-13.26l4.59-43.58zM315.64 304h-55.29c-9.5 0-16.91-8.23-15.91-17.68l5.07-48c.86-8.14 7.72-14.32 15.91-14.32h45.15c8.19 0 15.05 6.18 15.91 14.32l5.07 48c1 9.45-6.41 17.68-15.91 17.68z\"></path></svg>\n                            <h3>\n                    Floor Cleaning                </h3>\n                </a>\n        					        <!-- link opening -->\n                <a href=\"#\">\n                <!-- end link opening -->\n                    <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M176 256c44.11 0 80-35.89 80-80s-35.89-80-80-80-80 35.89-80 80 35.89 80 80 80zm352-128H304c-8.84 0-16 7.16-16 16v144H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v352c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-48h512v48c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V240c0-61.86-50.14-112-112-112z\"></path></svg>\n                            <h3>\n                     Bedroom Cleaning                </h3>\n                </a>\n        					<h2>How can we help you?</h2>				\n					<p>From daily tidying to comprehensive deep cleans, we\'re your trusted cleaning partner. Share your cleaning needs, and watch our team work magic on your space!</p>\n							<a href=\"#\" id=\"\">\n					Contact Us<svg 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>				</a>','Move-in/out cleaning','','inherit','closed','closed','','1036-revision-v1','','','2026-01-13 11:56:57','2026-01-13 11:56:57','',1036,'https://temp.mistercleaner.co.nz/?p=1045',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_term_relationships` VALUES
(1,1,0),
(9,2,0),
(205,3,0),
(516,4,0),
(644,5,0),
(647,5,0),
(936,4,0),
(1002,4,0),
(1033,4,0),
(1034,4,0),
(1035,4,0),
(1042,4,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,1),
(2,2,'wp_theme','',0,1),
(3,3,'elementor_library_type','',0,1),
(4,4,'nav_menu','',0,7),
(5,5,'elementor_library_type','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'astra','astra',0),
(3,'container','container',0),
(4,'main menu','main-menu',0),
(5,'page','page',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','brandbizztech'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers','theme_editor_notice'),
(15,1,'show_welcome_panel','1'),
(17,1,'wp_dashboard_quick_press_last_post_id','870'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"49.43.88.0\";}'),
(19,1,'astra-sites-on-active','notice-dismissed'),
(20,1,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:35:\"upload_json_warning_generic_message\";b:1;}'),
(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),
(22,1,'wp_user-settings-time','1768296649'),
(23,1,'wp_elementor_enable_ai','1'),
(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(26,1,'session_tokens','a:1:{s:64:\"81807e58e8444b60285a14048ab6e0471dbfdfe6654b4eec126f11e5a6c86414\";a:4:{s:10:\"expiration\";i:1768466488;s:2:\"ip\";s:12:\"49.43.88.145\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1768293688;}}'),
(27,1,'wp_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2026-01-10T07:45:27.060Z\";}'),
(28,1,'nav_menu_recently_edited','4'),
(29,1,'wpforms_overview_table_columns','a:6:{i:1;s:4:\"name\";i:2;s:4:\"tags\";i:3;s:6:\"author\";i:4;s:9:\"shortcode\";i:5;s:7:\"created\";i:6;s:9:\"locations\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
commit;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_users` VALUES
(1,'brandbizztech','$wp$2y$10$RVyd734kjsvyHgg5W8qNje/vbzaM1lnb/e4UNZFBo2Q.Mb4.VBXIS','brandbizztech','brandbizztech@gmail.com','https://temp.mistercleaner.co.nz','2025-12-24 09:56:12','',0,'brandbizztech');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_wpforms_logs`
--

DROP TABLE IF EXISTS `wp_wpforms_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_logs` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `message` longtext NOT NULL,
  `types` varchar(255) NOT NULL,
  `create_at` datetime NOT NULL,
  `form_id` bigint(20) DEFAULT NULL,
  `entry_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_logs`
--

LOCK TABLES `wp_wpforms_logs` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_logs` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_wpforms_logs` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_wpforms_payment_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_payment_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payment_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `payment_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payment_id` (`payment_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `meta_value` (`meta_value`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payment_meta`
--

LOCK TABLES `wp_wpforms_payment_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_payment_meta` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_wpforms_payment_meta` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_wpforms_payments`
--

DROP TABLE IF EXISTS `wp_wpforms_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_payments` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_id` bigint(20) NOT NULL,
  `status` varchar(10) NOT NULL DEFAULT '',
  `subtotal_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `discount_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `total_amount` decimal(26,8) NOT NULL DEFAULT 0.00000000,
  `currency` varchar(3) NOT NULL DEFAULT '',
  `entry_id` bigint(20) NOT NULL DEFAULT 0,
  `gateway` varchar(20) NOT NULL DEFAULT '',
  `type` varchar(12) NOT NULL DEFAULT '',
  `mode` varchar(4) NOT NULL DEFAULT '',
  `transaction_id` varchar(40) NOT NULL DEFAULT '',
  `customer_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_id` varchar(40) NOT NULL DEFAULT '',
  `subscription_status` varchar(10) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `date_created_gmt` datetime NOT NULL,
  `date_updated_gmt` datetime NOT NULL,
  `is_published` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`(8)),
  KEY `total_amount` (`total_amount`),
  KEY `type` (`type`(8)),
  KEY `transaction_id` (`transaction_id`(32)),
  KEY `customer_id` (`customer_id`(32)),
  KEY `subscription_id` (`subscription_id`(32)),
  KEY `subscription_status` (`subscription_status`(8)),
  KEY `title` (`title`(64))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_payments`
--

LOCK TABLES `wp_wpforms_payments` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_payments` DISABLE KEYS */;
set autocommit=0;
/*!40000 ALTER TABLE `wp_wpforms_payments` ENABLE KEYS */;
UNLOCK TABLES;
commit;

--
-- Table structure for table `wp_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpforms_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpforms_tasks_meta`
--

LOCK TABLES `wp_wpforms_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` DISABLE KEYS */;
set autocommit=0;
INSERT INTO `wp_wpforms_tasks_meta` VALUES
(1,'wpforms_process_forms_locator_scan','W10=','2026-01-13 09:05:28'),
(2,'wpforms_process_purge_spam','W10=','2026-01-13 09:05:28'),
(3,'wpforms_admin_addons_cache_update','W10=','2026-01-13 09:05:28'),
(4,'wpforms_admin_builder_templates_cache_update','W10=','2026-01-13 09:05:28'),
(6,'wpforms_builder_help_cache_update','W10=','2026-01-13 09:30:54');
/*!40000 ALTER TABLE `wp_wpforms_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;
commit;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;

-- Dump completed on 2026-01-14  5:08:25
